/* --------------------------------------------------------------------
	mainshell.css gives layout and styling for the overall page
	container, masthead, navigation and subnav for the main site only.
   ------------------------------------------------------------------*/



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 0 25px 0 25px;
	text-align: left;
	background: url(../images/bg_main.jpg) top center repeat-y #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	width: 850px;
	
	}
	
html>body #wrapper { 
	width: 800px;
	}
	
#masthead {
	width: 800px;
	height: 140px;
	margin: 0;
	padding: 0;
	
	clear: right;
	overflow: hidden;
	}

/* ------------------------------ 
        main navigation            
   ------------------------------*/


#mainnav { 		
	width: 800px;
	height: 20px;
	margin: 0 0 100px 0;
	padding: 0;
	}
	
#name {
	margin: 0;
	padding: 0 0 0 50px;
	float:left;
	clear: left;
	}
#links {
	font: 13px;
	height:16px;
	margin: 4px 0 0 0;
	padding: 0 15px 0 0;
	clear: right;
	overflow: hidden;
	float:right;
	}	




	
/* ------------------------------ 
 #mainbox -> main content
   ------------------------------*/	
#mainbox {
	margin: 0;
	padding: 0 0 80px 0;	
	clear: both;
	background: url(../images/fotter_grid.gif) bottom no-repeat;
	}
	
#category{
	margin: 25px 40px 30px 50px;
	padding: 0;
	}
#category .image {margin:8px 18px 0px 0;}

#websites { 
	text-align:center;
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
}
	
#bar {
	width: 753px;
	margin:0 22px 0 25px;
	padding:0;
	
}







#footer{
	color:#fff;
	margin: 0;
	padding: 5px 0 10px 0;	
	clear: both;
	text-align:center;
	}
  	



