* {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: sans-serif;
}
body {
	background: white url(img/main_bg.jpg) center 109px no-repeat;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#masthead {
	overflow: visible;
	height: 65px;
	background: #990100 url(img/masthead_bg.jpg) top left no-repeat;
	padding-top: 44px;
}
#masthead p, #masthead a {
	color: white;
}
#masthead p {
	text-align: right;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-right: 25px;
}
#masthead h1 {
	position: absolute;
	top: 3px; left: 26px;
	width: 266px; height: 130px;
	background: url(img/logo.png);
	font-size: 0;
}

#main-nav {
	margin-top: 38px;
	width: 190px;
	height: 242px;
	background: gray url(img/nav_bg.jpg) top left no-repeat;
	border: solid #a00;
	border-width: 1px 1px 1px 0;
	position: relative;
	float: left;
}
#main-nav a, #main-nav a:visited {
	color: white;
}
#main-nav ul {
	padding-top: 50px;
	height: 100%;
	list-style: none;
	background: url(img/nav_nails.png) 6px 4px no-repeat;
}
#main-nav li {
	margin-left: 17px;
	padding-left: 33px;
	font-size: 18px;
	line-height: 30px;
}
#main-nav li.selected {
	background: url(img/nav_selected.png) left center no-repeat;
}

#body {
	margin: 38px 25px 30px 215px;
	border: 1px solid #ccc;
	background: url(img/alpha75.png);
	width: auto;
	overflow: auto;
}
#body p {
	font-size: 16px;
	line-height: 26px;
	margin: 25px;
	color: #333;
}
#body .nospace p {
	line-height: 24px;
	margin: 0 25px;
}
#body h2, #body h3 {
	margin: 25px 30px 0;
}
#body h2 {
	font-size: 20px;
	line-height: 22px;
}
#body h3 {
	font-size: 18px;
	line-height: 20px;
}
#body a, #body a:visited {
	text-decoration: underline;
	color: #333;
}
#body a:hover {
	color: #800;
}
#body img, #body iframe, #body table {
	border: 1px solid #ccc;
	margin: 25px;
}
#body table {
	border-collapse: collapse;
}
#body td, #body th {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 3px;
	margin: 0;
}
#body th {
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
}
#body .google-maps-annotation {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 10px 0;
}


#copyright {
	display: block;
	clear: both;
	margin: 30px 0 0 215px;
}
#copyright p {
	text-align: center;
	font-size: 8px;
	line-height: 12px;
	color: #ccc;
}
#copyright a {
	color: #ccc;
}
