@import url(global-style.css);
@import url(sitenav.css);

#container
{
	margin: auto; 
	width: 980px;
}

#header
{
	margin-top:10px; 
}

#content
{
	margin-top: 20px; 
	text-align: left;
	width:auto;  
}

#sidebar
{
	margin-top: 0px; 
	float: left;  
	width: 200px;
}

#main
{
	text-align: left;  
	float:left;  		
	width: 780px; 
}
#section1
{
	text-align: left;  
	float:left;  		
	width: 760px; 
}


#main > h1, h2, p   /*Mozilla - Set margin-top for the first elements */ 
{
	margin-top: 0;
}

#footer
{
	clear:both;  
	margin-top:50px; 
	margin-bottom:20px; 	
	padding:0;
	text-align:center;   
}

/* Traders Summit
-----------------------------------------------------------*/

#flash-traders-summit
{
	position: relative;
	 z-index: 20;
	 top: -3px;
	 left:0px;
}

