@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColFixHdr #container { 
	width: 990px;  
	background: #FFFFCC;
	background-image: url(images/about_05.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;	
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFCC; 
	padding: 0px; 
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 171px; 
	background: #FFFFCC; 
	padding: 0px; 
}
.thrColFixHdr #mainContent {
	margin: 0 200px; 
	padding: 0 10px 0 30px; 
} 
.thrColFixHdr #footer { 
	padding: 0px; 
	background-image: url(images/about_06.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
} 
.thrColFixHdr #footer p {
	font-size: 11px;
	line-height: normal;
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {color: #FF0000; text-decoration: none;}
a:visited {color: #FF0000; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: underline;}
a:active {color: #FF0000; text-decoration: none;}

a.footer:link {color: #000000; text-decoration: none;}
a.footer:visited {color: #000000; text-decoration: none;}
a.footer:hover {color: #FF0000; text-decoration: underline;}
a.footer:active {color: #000000; text-decoration: none;}


