/* 
Lawrence School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */

/* SITE SPECIFIC LAYOUT */



        	/* LAYOUT */
			div#layout {
				width: 597px;
				float: left;
				margin-bottom: 20px;
			}        
			
			/* MAIN */
			div#main {
				width: 597px;
				padding-left: 15px;	
				
			}
		
	    /* LOCAL */
    div#local {
        float: right;
        width: 210px;
        display: inline;   
		margin-left:10px;   
		margin-bottom: 20px;  
    }


/* END LAYOUT */



