@charset "utf-8";
body  {
	font: 100% sans-serif, Verdana, Arial, Helvetica;
	background: #DDDDDD;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColAbs #container { 
	position: relative; 
	width: 1080px;  
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	
}

.thrColAbs #header {
	background: url(images/line3.gif) repeat-x #000000; 
	background-position:bottom;
	padding: 0 10px 0 20px; 
	height: 40px; 
}
.thrColAbs #sidebar1 {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 272px;
	height: 490px;
	background:  #666666;
	padding: 15px 20px 15px 20px;
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 300px;
	height: 490px;
	background: #666666;
	padding: 15px 10px 15px 10px;



}
.thrColAbs #mainContent {
	position: absolute;
	top: 40px;
	width: 460px;
	height: 520px;
	background: #666666;
	left: 303px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.thrColAbs #text {
width: 45%;  
	background: #666666;
	margin: 0 auto;
	border: 0px solid #ffffff;
	text-align: left; 
	}
.thrColAbs	#footer {
	position: absolute;
	top: 558px;
	right: 0px;
	width: 1060px;
	height: 15px;
	background: url(images/line3.gif) repeat-x #000000;
	padding: 15px 10px 15px 10px;
}

a {color:#ffffff; text-decoration:none;}
a:hover { text-decoration:underline;}

