﻿/* 
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;
		display:block;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		width: 800px;

			}
			
	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
		
	}

	