/* 
SDCJC Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */


/* SITE SPECIFIC LAYOUT */
	

    
    /* CONTENT */
	
	
	
	/* LAYOUT */
	div#layout {
	float: right;
	width: 720px;
	margin-top: 230px;
	background:  url(/images/template/layoutbg.gif) repeat-y top left;
	
	}
    

	/* MAIN */
    div#main {
	    float: left;
        width: 425px;
        display: inline;
		margin-left: 30px;
		padding: 0px;

    }
	
	/* SUB1 */
	div#sub1{
		float: left; 
        width: 227px;
        display: inline;
		margin-left: 10px;
	}
	

	/* LOCAL */
    div#local {
        float: left;
		margin-top: 15px;
		padding-left: 10px;
        width: 191px;
        display: inline; 
       
    }
	

    /* END CONTENT */
    
	
/* END LAYOUT */
