@charset "UTF-8";
/* CSS Document */
	
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #dff5e4;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	width: 850;
	position:absolute;
	top:-12px;
	left:0px;
}

a:link {
	text-decoration:none;
	border: 0px;
	color: #003300;
}

a:visited {
	color:#003300;
	text-decoration:none;
	border:0px;
}

a:hover {
	color:#003300;
	text-decoration:none;
	border:0px;
}

.main #container { 
	width: 850px;
	margin: 0px; 
	border: 0px;
	text-align: left; 
	top:0px;
	left:0px;
} 

.main #header { 
	padding: 0px 0px 0px 0px;
	top:0px;
	height:286px;
	background:url(images/masthead.jpg) scroll top left no-repeat;
} 

.main #header h1 {
	margin: 0; 
	padding: 10px 0;
	text-align:center;
	font-size:24px;
}

.main #link {
	position:relative;
	top:0px;
	left:372px;
	z-index:100;
	width:388px;
}

.main #news {
	position:relative;
	top:81px;
	left:440px;
	font-size:14px;
	z-index:100;
	font-weight:bold;
	width:400px;
}

.main #dvd {
	position:relative;
	top:66px;
	left:480px;
	font-size:14px;
	z-index:100;
	font-weight:bold;
	width:400px;
}

.main #sidebar1 {
	position:absolute;
	width:245px;
	padding: 0 0 0 0;
	left:-30px;
	top:250px;
	line-height:3em;
	margin:0 0 0 0;
	font-weight:bold;
}

.main #sidebar1 ul {
	width:245px;
	height:30px;
	display:block;
}

.main #sidebar1 li {
	width:245px;
	height:30px;
	display:block;
}

.main #sidebar1 li a {
	width:245px;
	height:30px;
	display:block;
}

.main #sidebar1 li a:hover {
	width:245px;
	height:30px;
	display:block;
	background:#dff5e4 url(images/sidehover.jpg) no-repeat center;
}

.main #mainContent { 
	margin: -30px 0 0 270px; 
	padding: 0 0px;
} 

.main #footer { 
	padding: 0 0 0 0; 
	background:#dff5e4 url(images/footer.gif) right no-repeat scroll bottom;
	text-align:center;
	margin:0px 0px 0px 250px;
	width:630px;
} 

.main #footer p {
	margin: 0;
	padding: 10px 0; 
	text-align:center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}