/*			STYLESHEET FOR WORLD FUELS WEBINARS	*/

/*			Designed by Nick Escobedo
			Hart Energy Publishing, Copyright 2009
			nescobedo@hartenergy.com
			
			*/

/* 			_______________________	     */
/*			BODY - LINKS                 */
/*									     */


html {
	font-size:100%;
}

body {
	margin: 0;
	padding: 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #303030;
	background-color: #999999;
	background-image: url(css_images/page.bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	}

::-moz-selection { 
	background:#046A9B;
	color:#fff;
   	}
::selection {
	background:#046A9B;
	color:#fff;
	}

a:link	{
	color: #046A9B;
	text-decoration: none;
	}

a	{ }

a:visited {
	color: #046A9B;
	text-decoration: none;
	} 
	
a:active {
	color: #046A9B;
	text-decoration: none;
	} 
	
a:hover	{
	color: #823F0A;
	text-decoration: none;
	} 

form { margin: 0px;}
		



.clear { clear:both}


/* 			_______________________	*/
/* 			HEADERS 				*/

	
h1	{
	font-size: 39px;
	font-weight: bold;
	line-height: 41px;
	margin: 10px 0px 6px 0px;
	letter-spacing: -1px;
	color: #142441;
	}
		
h2	{
	font-size:29px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 33px;
	margin: 0px 0px 6px 0px;
	color: #142441;
	}
		
h3	{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px 0px 6px 0px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #666666;
	}
	
h4	{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px 0px 6px 0px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #333333;
	}	


/* 			________________________________	*/
/* 			LAYOUT - ID SELECTORS 				*/


#Container {
	margin: 0 auto;
	width: 990px;
	background-color: #FFFFFF;
	margin-top: 10px;
  	}

#Header	{
	margin:0px;
	padding: 0px;
	background-image: url(css_images/head.bg.jpg);
	}

	
#MainFull {
	float:left;
	width:975px;
	padding-left: 15px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	}	
	
#Clear {clear:both}			

	



.ImageLeft {
	margin: 0px 10px 6px 0px;
	border: dotted #b7b084 1px;
	float: left;
	}
.ImageRight {
	margin: 0px 0px 6px 10px;
	border: dotted #b7b084 1px;
	float: right;
}	
	

