/* CSS Document */



body{
	background-color: #fff;
	margin-bottom:1em;
	margin:0;
	padding:0;
}
#container{
	background:#fff;
	margin:10px auto;
	width:695px;
	padding:0px;
	
}
#header_container{
	clear:both;
	width:695px;
	
}

#toplogo{
	text-align:right;
	clear:both;
	margin:0px;
	height:85px;
	background-image: url(../tplstuff/toplogo.gif);
	background-repeat: no-repeat;
}

#mainbanner{
	background-image: url(../tplstuff/mainbannerpic.jpg);
	background-repeat: no-repeat;
	height:166px;
	width:484px;
	background-position: right;
	float:right;
}

#topleft{
	float:left;
}
#topleft1{
	width:208px;
	height:60px;
	background-image: url(../tplstuff/topleftpic.jpg);
	background-repeat: no-repeat;
}

#topleft2{
	width:208px;
	height:106px;
	background:#FFCC00;
}

#thecontent{
	clear:both;
	padding-top:3px;
	
}

#thecontent a{
color:#669900;
text-decoration:none;
	
}

#footer{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;	
}

#footer a{
	color:#669900;
	text-decoration:none;
	
}

#footer{
	text-align:center;
}