body  {
	font: 100% Arial;
	background: #f4f4f4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3C3C3C;
}
.thrColFix #container {
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 3px solid #E6E6E6;
	text-align: left; 
} 
.thrColFix #image_box {
	width: 140px;
	background: #FFFFFF;
	padding: 0 16px 0 10px;
	float: left;
} 
.thrColFix #image_box_01 {
	width: 140px;
	background: #FFFFFF;
	padding: 0 16px 10px 10px;
	float: left;
} 
.thrColFix #header {
	width: 940px;
	background: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 10px;
} 
.thrColFix #sidebar1 {
	float: left; 
	width: 200px; 
	background: #ffffff; 
	padding: 15px 10px 15px 20px; 
}
.thrColFix #sidebar2 {
	float: left; 
	width: 180px; 
	background: #ffffff; 
	padding: 15px 10px 15px 20px; 
}
.thrColFix #mainContent {
	padding: 0 10px;
	float: left;
	width: 500px;
}
.thrColFix #clear {
	clear: both;	
} 
.thrColFix #footer {
	width: 940px;
	background: #FFFFFF;
	padding: 10px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-family: Arial;
	font-weight: bold;
}
.style2 {
	font-family: Arial;
	font-size: 80%;
	color: #3C3C3C;
}
.style3 {
	font-family: Arial;
	font-size: 150%;
}
.style4 {
	font-family: Arial;
	font-size: 100%;
	color: #333;
}
.style5 {color: #3C3C3C}
.Main_text {	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 5px;
	color: #333;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
