body {
	background-color: #E8E8E8;
	background-image: url(images/whitebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	margin: auto;
	width: 760px;
}
#image {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container #main h1 {
	font-size: 105%;
	color: #1E6458;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}
#main p {
	line-height: 1.5em;
}
#footer {
	font-size: x-small;
	text-align: center;
	color: #eeeeee;
	padding: 4px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #1E6458;
}
#main li {
	margin-bottom: 10px;
}




#header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1E6458;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
#main {
	padding-right: 15px;
	padding-left: 15px;
}
#menu {
	background-color: #1E6458;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/navmenu.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 90%;
}
#menu a:hover {
	color: #1A3933;
	background-color: #dddddd;
}

#menu a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 45px;
	margin-left: 45px;
	padding: 5px;
}

#header .phone {
	float: right;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	font-size: small;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main a {
	color: #990000;
}
