@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(img/bg_body.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

img {
	border: none;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 10px auto;
	text-align: left;
	height: 680px;
	position: relative;
} 

.twoColFixLtHdr #container a:link		{
	color: #4567be;
	text-decoration: none;
	}
.twoColFixLtHdr #container a:hover		{
	color: #FF3366;
	text-decoration: none;
	border-bottom: 1px dotted #FF3366;
	}
.twoColFixLtHdr #container a:visited	{
	color: #4567be;
	text-decoration: none;;
	}
.twoColFixLtHdr #container a:active	{
	color: #FF3366;
	text-decoration: none;
	}
	
.twoColFixLtHdr #header {
	padding: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 10px;
	background: #ffffff;
	margin: 16px 0 0 16px;
}
.twoColFixLtHdr #sidebar1 h2{
	margin: 0;
	padding: 0; 
}

.twoColFixLtHdr #sidebar1 ul{
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.twoColFixLtHdr #sidebar1 li{
	margin: 0;
	padding: 5px 12px;
	font-size: 11px;
	background: url(img/bg_list.gif) no-repeat 0;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 5px;
	position: absolute;
	top: 620px;
	width: 770px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
}

.twoColFixLtHdr #footer p.c {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-size: 8px;
	line-height: 24px;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

