* { margin: 0; padding: 0 }

body 	{ 
		text-align: center;
		background-color: #333333;
		font-family: tahoma, verdana, helvetica, arial;
		color: #666666;
		font-size: 11px;
		}

p 		{
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 11px;
		color: #fff;
		font-family: tahoma, Arial, Helvetica, sans-serif;
		}

a:link {
		font-weight: bold;
		color: #999999;
		text-decoration: none;
		}	
a:active {
		font-weight: bold;
		color: #6699cc;
		text-decoration: none;
		}
		
a:visited {
		font-weight: bold;
		color: #999999;
		text-decoration: none;
		}
		
a:hover {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
}

#footer a:link {
		color: #fff;
		text-decoration: none;
		}	
		
#footer a:active {
		color: #fff;
		text-decoration: none;
		}
		
#footer a:visited {
		color: #fff;
		text-decoration: none;
		}
		
#footer a:hover {
		color: #333333;
		text-decoration: none;
}

#wrapper { 
		background-color: #555555;
		text-align: left;
		margin: 0 auto;
		width: 900px;
		padding: 0px; 
		}	

#header { 
		width: 900px;
		height: 93px;
		min-height: 93px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		}
		
#subheader { 
		width: 900px;
		height: 6px;
		min-height: 6px;
		font-family: tahoma, verdana, helvetica, arial;
		color:#999999;
		background-color: #666666;
		}
			
#navigation {
		width: 150px;
		height: 500px;
		padding-left: 5px;
		padding-top: 15px;
		color: #555555; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: bold; 
		text-decoration: none;
		text-align: left;
		float: left;
		border-style: solid;
		border-right-width: 1px;
		border-right-color: #333333;
		}
		
#content {
		text-align: left;
		width: 700px;
		height: auto !important; 
		min-height: 500px; 
		height: 500px;
		margin-left: 180px;
		font-family: verdana, helvetica, arial;
		color: #fff;
		font-size:11px;
		padding-top: 25px;
		}
		
#footer { 
		text-align: right;
		padding-right: 5px;
		padding-top: 7px;
		width: 895px;
		height: 50px;
		font-family: verdana, helvetica, arial;
		color: #999999;
		background-color: #666666;
		font-size: 9px;
		}
		
