/* Eastwood Comprehensive - Style Sheet */

/* Formatting of Standard Tags */





/* MAIN BODY AND SIDEBAR POSITIONS and Formatting */
/* IDs */
#header1 {display:none; position: absolute; top: 0px; left: 0px; z-index: 0}
#header2 {display:none; position: absolute; top: 70px; left: 0px; z-index: 1}
#headeruser {display:none; position:absolute; top: 3px; left: 810px; z-index:10;}

#main {
	position:absolute; top: 0px; left: 0px; width: 100%;
	z-index:10;
    color:#000000;
    background-color:#FEFBF2;
    font-family: trebuchet ms;
	font-size: 12px;
	margin-left:0px;
	margin-right:0px;
    padding:2px;
	border-style:dashed;
	border:0px;
	border-left:1px;

	}

#datetime {display:none;}

#sidebar {
	display:none;
	position:absolute; top:190px; left:2px; width: 150px;
	background-color:#FEFBF2;
	border: 1px;
	border-color:#000;
	border-style:dashed;
	padding-left:2px;
    color:#000000;
    font-family: trebuchet ms;
	font-size: 11px;
	color:#990000;
	line-height:1.5em;
	}
#rightbar {
	display:none;
	position:absolute; top: 28px; left: 810px; z-index:10;
	color:#000000;
    font-family: trebuchet ms;
	font-size: 12px;
}
	
/* Top Menu Formatting */
#nav {
	display:none;
	position:absolute; top:153px; left: 159px; width:641px; z-index:4;
	background-image:url(/build_images/menu_bar.jpg);
	background-repeat:repeat-x;
	background-color:#EDDEBF;
	border-style:dashed;
	border:0px;
	border-bottom:1px;
	border-right:1px;
	}


