﻿body {
	background-color: rgb(255,255,255);
	background: url('images/monterey_cty_seal_blue1.bmp');
}


#header {
	position: absolute;
	width: 100%;
	/*margin-right: auto;*/
	/*margin-left: auto; */
	/*margin-top: auto;  */
	text-align: center;
	top: 0%;
	color: rgb(0,0,66);
	background-color: transparent;
	font-size: 200%;
	font-family: "Times New Roman";
	border-width: "medium";
	border-color: rgb(239,239,239);
	/* border-style: "groove"; */
}

#container {
	/*position: ABSOLUTE;
	FLOAT: CENTER;
	font-size: normal;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";*
	text-align: center; */

	width: 100%;
	height: 100%;
	margin-right: auto; 
	margin-left: auto;  
	margin-top: auto;   
	margin-bottom: auto;
	color: rgb(255,20,50);
}

#turbocourt {
	position: relative;
	float: center;
	width: 100%;
	bottom: 17%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	color: rgb(110,110,110);
	font-size: 100%;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";
}

#newsflashbanner {
	position: relative;
	float: center;
	width: 100%;
	bottom: 25%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	font-size: 125%;
	font-family: "Lucida Sans Unicode", "Arial", "Verdana";
}

#search {
	position: relative;
	float: center;
	width: 100%;
	bottom: 9%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	color: rgb(110,110,110);
	font-size: 100%;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";
}

#footer {
	position: relative;
	FLOAT: CENTER;
	width: 100%;
	bottom: 4%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	color: rgb(110,110,110);
	font-size: 65%;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";
}

#copyright {
	position: relative;
	FLOAT: CENTER;
	width: 100%;
	bottom: 1%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	color: rgb(110,110,110);
	font-size: 65%;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";
}

/*
#menu {
	display: inline;
	list-style: none;
	position: absolute;
	left: 42%; 
	top: 40%; 
	width: 480px;
	height: 412px;
	margin-left: -160px;
	margin-top: -206px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

#menu li {
	float: left;
	width: 160px;
	height: 206px;
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
}

#menu a:hover {
	background-position: -160px 0px;
}

#menu a span {
	display: none;
}

#m1 a {background: transparent url('images/01.gif') 0px 0px no-repeat; }
#m2 a {background: transparent url('images/02.gif') 0px 0px no-repeat; }
#m3 a {background: transparent url('images/03.gif') 0px 0px no-repeat; }
#m4 a {background: transparent url('images/04.gif') 0px 0px no-repeat; }
#m5 a {background: transparent url('images/05.gif') 0px 0px no-repeat; }
#m6 a {background: transparent url('images/06.gif') 0px 0px no-repeat; }
*/

#nav1 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav1 a {
	float: center;
	width: 10em;
	text-decoration: none;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";
	font-size: 100%;
	color: RGB(255,255,255);
	background-color: rgb(100,100,220);
	padding: 0.2em 0.6em;
	border-right: 1px solid white;
}

#nav1 a:hover {
	background-color: rgb(230,223,198);
	color: rgb(128,0,0);
}

#nav1 li {
	display: inline;
}

#nav2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav2 a {
	margin: 5px 1 auto 1;
	float: center;
	width: 10em;
	text-decoration: none;
	font-family: "Arial", "Lucida Sans Unicode", "Verdana";
	font-size: 100%;
	color: RGB(255,255,255);
	background-color: rgb(220,10,120);
	padding: 0.3em 0.6em 0.3em 0.6em;
	border-right: 1px solid white;
	bottom: inherit;
	padding-bottom: inherit;
	padding-top: inherit;
}

#nav2 a:hover {
	background-color: rgb(230,223,198);
	color: rgb(128,0,0);
}

#nav2 li {
	display: inline;
}
