﻿html {
	margin:0 auto;
	text-align:center;
	background-color:#212121;
	}


body {
	margin:0 auto;
	padding:0px;
	width: 800px;
	background-color:#FFF;
	font: 11px Verdana, Arial;
	color: #343434;
	border-left:2px solid #623;
	border-right:2px solid #623;
	}

a { text-decoration:none; }

#wrapper { 
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	}
	

#content {
	position:relative;
	padding: 5px 20px 40px 25px;
	margin: 0px;
	}
	

.header2 { font: bold 16px Eurostile, Trebuchet MS; padding:3px; background-color:#DEDEDF; margin-bottom:5px; }





.stories_box { background: url(/images/bluebox.gif) no-repeat right 2px; height:40px; width:320px; font-size:10px; font-weight:bold; }



#footer { width:800px; height:19px; background-color:#623; margin:0px; padding:0px; position:bottom; }

.footer_nav { font-size:10px; font-weight:bold; color:#9B7B9F; }

.footer_text { font: 10px Verdana, Arial, Helvetica, sans-serif; color:#999; }

