
body {
	/* Main Font Sizes */
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
	color: #242424;
	/* Main Background Color */
	background-color: #FFFFFF; 
	margin: 50;
	padding: 0;
	background: url("images/background.png") repeat;
	text-align:center;	
}

#content {
	/* Top Navigation Bar BG & Color */
	background: #FFFFFF url("images/bg.gif") repeat-y;
	list-style: none;	
	bottom: 0;	
	background-position:center;

}

#header {
	/* Top Navigation Bar BG & Color */
	background: #FFFFFF url("images/header_fuel_systems.gif") no-repeat;
	list-style: none;	
	bottom: 0;	
	height: 100;	
	position: center;
	background-position:center;

}

#header_nav {
	/* Top Navigation Bar BG & Color */
	background: #FFFFFF url("images/nav_background.gif") no-repeat;
	list-style: none;	
	bottom: 0;	
	height: 35;	
	position: center;
	background-position:center;	

}

#header_nav_text {
	position: relative;
	text-align: center;
	vertical-align: middle;
	font: normal 18px "Arial", "Helvetica", sans-serif;
	color: #CCCCCC;
	padding: 7px;
	text-decoration: none; 

}

.header_nav_text {
	position: relative;
	text-align: center;
	vertical-align: middle;
	font: normal 18px "Arial", "Helvetica", sans-serif;
	color: #CCCCCC;
	padding: 7px;
	text-decoration: none; 

}

.header_nav_text:hover { 
	text-decoration: none; 
	color: #000000;
}

#footer {
	/* Top Navigation Bar BG & Color */
	background: #FFFFFF url("images/footer_bg.gif") no-repeat;		
	bottom: 0;	
	height: 43;		
	background-position:center;

}

#header_top {
	/* Top Navigation Bar BG & Color */
	background: #FFFFFF url("images/header_top.gif") no-repeat;
	list-style: none;	
	bottom: 0;	
	height: 43;	
	position: center;
	background-position:center;

}

div.container
{
width:990;
border:1px solid gray;
line-height:150%;
margin-left: auto ;
margin-right: auto ;
background-color: #FFFFFF;


}

div.content_left
{
float:left;
width:250px;
margin-left:73;
padding:0em;
text-align:center;	
}

div.content_right
{
margin-left:400px;
border-left:1px solid gray;
padding:2em;
font: normal 12px/150% "Arial", "Helvetica", sans-serif;
text-align:left;
margin-right:20px;
}
