@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-image: url(wallpaper.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#container {
	width: 900px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	padding: 0;
	margin-top: 20px;
}
#phone {
	position: relative;
	top: -80px;
	left: 40px;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: -50px;
	margin-left: 431px;
}
#box1 {
	background-color: #FFFFCC;
	float: left;
	width: 33%;
}
#box2 {
	background-color: #FFFFCC;
	float: left;
	width: 33%;
}
#box3 {
	background-color: #FFFFCC;
	float: left;
	width: 33%;
}




#nav li {
	float: left;
	margin-left: 20px;
	position: relative;
	list-style-type: none;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


#nav li a:link, #nav li a:visited {
	font-size: 140%;
	color: #effcd1;
	text-decoration: none;
	display: block;
}

#nav li a:hover, #nav li a:active {
	color: #dfeb8d;
}

#nav li.selected a:link, #nav li.selected a:visited, #nav li.selected a:hover, #nav li.selected a:active {
	color: #dfeb8d;
}
#mainContent {
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	vertical-align: top;
}

#footer {
	padding: 0 10px;
	color: #FFF;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#homeContent {
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(grease_dh.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1182px;
	width: 900px;
}
