	html, body
	{
		background-color: #222;
		height:100%;
		margin: auto;
			font: normal normal 14px Georgia, 'Times New Roman', Times, serif;
			line-height:110%;
			letter-spacing: 2px;
			color: #ffffff;
	}
	#contain_all 
	{
		position: relative;
		height:100%;
		width:100%;
		vertical-align: middle;
	}
	#content_container
	{
		position:relative;
		margin: auto; 
		white-space:nowrap; 
		width:902px; 
		height:602px; 
		border:1px solid #999;
	}
	
p { margin:0px; padding:0px; padding-top:1em; }
p:first-child { padding-top:0em; }

a:link, a:visited
{	
	color: #fff;
	text-decoration: none;
}
a:hover
{color: #cc5; }
a:active
{color: #c33;}

a.underLineLink:link, a.underLineLink:visited;
{
	background: url('/images/underline.gif') repeat-x scroll right bottom;
	padding: 0px 0px 0px 2px;
}
	
.thumb_link, a:link .thumb_link, a:visited .thumb_link
{ border:2px solid #000; }
a:hover .thumb_link, a:active .thumb_link
{ border:2px solid #fff; }

.grey { color: #777; }
a.greyLink:link, a.greyLink:visited {color: #aaa;}
a.greyLink:hover {color: #cc5;}
a.greyLink:active {color: #c33;}
.home_nav_sub { line-height:15px; position:relative; top:-10px; font-size:12px; }

.top_nav_submenu { display:none; font-size:10px; white-space:nowrap; text-align:left; background-color:#222; border:1px solid #555; border-width:1px 0px; position:relative; top:10px; padding:3px 3px 15px 3px; }
.active_link_dash {color:#c33; font-weight:bold;} 
#menu_oil { left:-10px; }
#menu_new { left:-130px; }