* { margin: 0; padding: 0 }

body 	{ 
		text-align: center;
		background-color: #222222;
		}
		
a:link, a:active, a:visited {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		}	
		
a:hover {
		font-weight: bold;
		color: #888888;
		text-decoration: none;
}

#wrapper { 
		background-color: #222222;
		text-align: left;
		margin: 0 auto;
		width: 850px;
		padding: 0px; 
		}	

#header { 
		width: 850px;
		height: 170px;
		background-image: url(images/header_bg.jpg);
		background-repeat: no-repeat;
		}

#navigation { 
		background-image: url(images/nav_bg.jpg);
		background-repeat: repeat-y;
		text-align: left;
		width: 850px;
		height: 27px;
		line-height: 26px;
		text-indent: 35px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#999999;
		font-size:11px;
		background-color: #222222;
		text-transform: uppercase;
		}
				
#maincontainer {
		background-image: url(images/middle_bg.jpg);
		background-repeat: repeat-y;
		width: 850px;
		height: auto !important; 
		min-height: 550px; 
		height: 550px;
		float: left;
		}

#maincontent {
		text-align: left;
		width: 750px;
		font-family: verdana, helvetica, arial;
		color: #ffffff;
		font-size: 11px;
		padding-top: 25px;
		padding-left: 35px;
		}
	
#maincontent a:link, #maincontent a:active, #maincontent a:visited {
		color: #fffff0;
		text-decoration: none;
		}
		
#maincontent a:hover {
		color: #999999;
		text-decoration: none;
}
		
#footer { 
		background-image: url(images/footer_bg.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 60px;
		background-color: #222222;
		clear: left;
		}

#footercontent { 
		background-image: url(images/footer_bg.jpg);
		background-repeat: no-repeat;
		text-align: right;
		width: 810px;
		height: 60px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#ffffff;
		font-size:10px;
		background-color: #222222;
		padding-top: 7px;
		}

#footer a:link, #footer a:active,  #footer a:visited{
		color: #666666;
		text-decoration: none;
		}
		
#footer a:hover {
		color: #ffffff;
		text-decoration: none;
}
