td {font-size: .8em;}

h1 { font-size: 1.2em;}

/* centers on screen */
#container {
	display: block;
	width: 650px; 
	padding: 0px;
	background-color: #fff;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:left; }
	
#header {display: none;}

#weather{ display: none;}

#ads {display: none;}
		
#rownav {display: none;}

#printlogo {display: block;
	width: 400px;}	
#rowcontent {
	display: block;
  	width: 650px;
	background-color: #fff;
	background-image: url("/resources/assets/img/content_bg.jpg");
	background-repeat: no-repeat;
	color: #000;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;}

#leftnav {
	display: none;}
	

#content {
	display: inline;
	margin: 0px;
  	width: 650px;
	padding: 0px 25px 25px 10px;
	background-color: transparent;
  	color: #000000;}
	
#content ul {
	margin: 5px 0px 15px 20px;}
	
#rowbread {
	display: block;
	margin: 0px;
  	padding: 5px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.8em;
  	color: #000;}
	
#rowbread a {
	color: #004183;
  	background: transparent;
	clear: both;}
	
#footer {
	display: block;
  	width: 650px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	color: #7f7f7f;
	border-top: 1px #ccc solid;
	background-image: url("/resources/assets/img/bottom_img.jpg");
	background-repeat: no-repeat;
	background-color: none;
 	font-size: .8em;
	font-weight: bold;
	text-align: left;
	clear: both;
	}
	
#basinid {
	display: block;
  	width: 650px;
	padding: 0px;
	color: #000;
	text-align: left;
	background-color: none;
	font-size: .8em;
	clear: both;}