@charset "utf-8";
/* CSS Document */

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

.sitemap{font-family:Georgia, "Times New Roman", Times, serif; font-size:11pt; font-weight:bold; color:#000;}
.branding{font-family:Georgia, "Times New Roman", Times, serif; font-size:9pt; color:#000;}

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ddddbb;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#site_container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#nav_bg{
	height:35px;
	background-image:url(navimage.gif);
	background-repeat:repeat-x;
}

#nav_block{
	font-size: 10pt;
}

#promos{
	width:189px;
}

#copy_bg{
	background-image:url(copybg.png);
	background-repeat:no-repeat;
	width:351px;
	height:200px;
}

#copy_block{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-top:17px;
	padding-right:15px;
}


#news_bg{
	background-image:url(newsbg.png);
	height:228px;
	width:207px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#news_block{
		padding-left:10px;
	padding-top:30px;
	padding-right:10px;
}

#footer_bg{
	background-image:url(footerbg.png);
	height:21px;
	margin-top:10px;
}

#footer_content{
}

#branding{
	margin-top:20px;
}

#top_clicks{
	margin-left:2px;
}