﻿/* 
Three Village School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski

    /* HEADER */
	div#banner{
		background:none;
		height: 78px;	
		left: 0px;
		top: 20px;
		display:block;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		width: 800px;
		z-index: 300;
	}
	
	div#nav {
		display: none;
	}
	
	div#qm0 {
		display: none;
	}
			
	div#search{
		display:none;
	}
	
	div#layout{
		margin-top:200px;
		float:right;
		width: 575px;
	}
	div#main{
		
		width: 575px;
	}
	div#local{
		float:left;
		display:block;
			width:200px;
		 margin-top:200px;
		 margin-left: 10px
		
	}

	