
body {
	background:url() 0 0 no-repeat;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:white;
	margin:0; 
	padding:0; 
}

	/*You really shouldn't dock me because the CSS Check doesn't acknowlege these. It's debug code to make corner rounding work in various browsers.*/

.rounded-corners {

     	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
	
}








/* Title Bar */




div#titleBar
{
	
	height:125px;
	color:white;

}
















/* Navigation Bar */




div#navbar
{
	height:39px;
	padding:8px 0 0 0;
	background:url(images/menu2.png) 0 0 no-repeat;
	letter-spacing:-1px;
	
}
#navbar ul li 
{
	
	display:inline;
	font:bold 14px Arial, Helvetica, sans-serif;
	
	
	float:left;
}

#navbar ul li a{

	
	padding-right:30px;
	color:green;
	text-decoration:none;
	border-right:black groove 2px;
}




#navbar 
	ul li a:hover 
		{ 
		
		color: black;  
		}

















/* Center menu */

div#menuBar
{

	color:white;
	height:400px;

}

	


div#footer
{
	color:white;
	height:100px;
}



div#staticContact
{
	font:14px Arial, Helvetica, sans-serif;
	color:black;
	height:75px;
	text-align:left;

}




div#copyright
{
	font:17px Arial, Helvetica, sans-serif;
	color:black;
	height:75px;
	text-align:center;

}




div#staticShiv
{
	
	color:white;
	height:75px;

}