#container {
	    position:absolute;
		width:1000px;
	    font: bold 12px/1.5em Verdana;
	    left: auto; 
	    right: auto; /* makes centered */
	    margin-right: auto;
	    margin-left: auto;
	    border-style: solid;
	    border: .1em;
	    background: #FFF;
}

#top {
	width:1000px;
	color: #000; /*sets bg color*/
	float: left;
	background-image: url("Website_Images/Header3_1000.jpg") ;
	background-repeat: no-repeat;
}

#newscontainer {
	width:200px;
	float: left;
	margin: 0 10px 0 0;	
}	

#navbar {
	width:1000px;
		
}




#leftdiv1 {
	position:relative;
	float: left;
	width: 200px;
	height: 200px;
	font: bold 9px/1.5em Verdana;
	margin:0px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	background-image: url("Website_Images/news_bg_bluegray.jpg");
	background-repeat: no-repeat;
	text-align: left;

}

	


#maindiv {
	Float: left;
	width: 640px;
	height: 500px;
	margin: 2px 10px 6px 0px;
	padding:10px 10px 2px 10px;
	font: bold 12px/1.5em Verdana;
	background-image: url("Website_Images/maincontent_bg_blue.jpg");
	background-repeat: no-repeat;
	text-align: left;	    
}

#maincontent {
	width: 600;
}


#inside {
	Float: left;
    width: 600px
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font: bold 12px/1.5em Verdana;

}

#sponsor {
	Float: left;
	width: 95px;
	height: 500px;
	margin: 2px 0px 6px 0px;
	padding:10px 10px 2px 5px;
	font: bold 12px/1.5em Verdana;
	background-image: url("Website_Images/sponsor_bg_bluegray_110.jpg");
	background-repeat: no-repeat;
	
}




#countdown {
     width:180px;
     border: .2em;
     border-style: solid;
     background: #FF9966;
     margin: .3em;
     float: left;	
}




#content {
	float: left;
	width: 800px;
	font-family: Times;
	font-size: 10px;
		
}



.newstitle {
	font: bold 12px/1.5em Verdana;
	color: #000000; 
}

.newslink {
	font: bold 10px/1.5em Verdana;
	 
}

/* Blog Formating */


#blogtop {
	Float: left;
	position: static;
	width: 640px;
	height: 20px;
	margin: 2px 10px 6px 0px;
	padding:10px 4px 2px 20px;
	font: bold 14px/1.5em Verdana;
	background-image: url("Website_Images/blog_top.jpg");
	background-repeat: no-repeat;
	color: #FFF;
    
}





#blogentry {
	Float:  left;
	position: static;
	width: 575px;
	height: 100%;
	margin: 2px 10px 6px 10px;
	padding:10px 4px 2px 20px;
	font: bold 12px/1.5em Verdana;
	border: 0px 1px 0px 1px;
	border-style: solid;
	

}

#blogbottom {
	Float: left;
	position: static;
	width: 640px;
	height: 500px;
	margin: 2px 10px 6px 0px;
	padding:10px 4px 2px 20px;
	font: bold 12px/1.5em Verdana;
	background-image: url("Website_Images/blog_bottom.jpg");
	background-repeat: no-repeat;
    
}




#navbar {
	float:left;
	width:100%;
	background:#FFF;
	font-size:93%;
	line-height:normal;
	}

#navbar ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	}

#navbar li {
	display:inline;
	width: 120px
	margin:0;
	padding:0;
	}

#navbar a {
	float:left;
	background:url("Website_Images/button_tab.jpg") no-repeat left top;
	margin:0 10;
	padding:0 0px 0 4px;
	text-decoration:none;
	}

#navbar a span {
	float:left;
	display:block;
	background:url("Website_Images/button_tab.jpg") no-repeat right top;
	padding:5px 15px 4px 10px;
	color:#000;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
 
