/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */


/* SITE SPECIFIC LAYOUT */


			/* BANNER */   
			div#banner {
				padding: 0px 0px 10px 0px;
				margin-top:10px;
				height:188px;
			}
			
			div#sectionhead {
				float:left;
				margin-right: 8px;
			}
			
			div#banneraction {
				float: right;
				background: #000000 url(/images/template_charts/launchwhiztrader.jpg) no-repeat;
				width:185px;
				height:188px;
				position: relative;
			}
			


        	/* LAYOUT */
			div#layout 
			{
			    margin-top:30px;
				width: 560px;
				float: left;
				margin-bottom:5px;
				margin-right:5px;
			}        
			
			/* MAIN */
			
			div#main
			{
				width: 560px;
				background: none;
				border: 0px;
			}
			
			

			div#memlogin
			{
				top: 325px;
			    }
				

			
	    /* LOCAL */
			div#local
			{
				float: right;
				margin-top: 40px;
				margin-left:5px;
				width: 159px; 
				padding: 13px;	
				display: inline;
				background: #FFFFFF url(/images/template/grey_bg.jpg) repeat-x;
				border: 1px solid #d4d3d3;			
				
			}




/* END LAYOUT */




