body,
h1, h2, h3,
p, ul, li,
form {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #b4af9e;
}

#wrapper {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#header { height: 103px; }
#header.home {
	height: 120px;
	border-bottom: 1px solid #999;
}
#header h1 { height: 103px; }
#header h1 a {
	display: block;
	height: 103px;
	border: 0;
	text-decoration: none;
	position: relative;
}
#header h1 a span {
	position: absolute;
	top: 0; left: 0;
	width: 785px;
	height: 103px;
	background: url("images/header.jpg") no-repeat;
}
#header p {
	height: 17px;
	line-height: 17px;
	font-size: 0.8em;
	text-align: center;
}

#main {
	padding: 0 0 9px 0;
	background: #fff url("images/bottom-bar.png") repeat-x bottom;
}

#left {
	width: 177px;
	float: left;
}

#nav {
	list-style-type: none;
	width: 177px;
	padding: 18px 0 10px;
}
#nav li {
	margin: 4px 0 0;
	background: #fff url("images/nav-rule.png") no-repeat 0 2px;
	padding: 6px 0 0 12px;
	font-size: 0.8em;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	color: #000;
}
#nav li a:hover { color: #483f9a; }

#logo { margin-top: 6px; text-align: center; }

#content {
	float: right;
	width: 600px;
	border-left: 1px solid #999;
	padding: 15px 0 1px;
}
#content h1 {
	margin: 0 18px 1px;
	font: bold 1.1em "Century Gothic", Futura, "URW Gothic L", sans-serif;
	color: #339;
}
#content h2 {
	font: bold 0.9em "Century Gothic", Futura, "URW Gothic L", sans-serif;
	margin: 0 18px 8px;
}
#content p {
	margin: 0 18px 10px;
	font: 0.9em "Century Gothic", Futura, "URW Gothic L", sans-serif;
}
#content .highlight { font-weight: bold; color: #339; }
#content ul {
	margin: 0 18px 10px;
	font: 0.9em "Century Gothic", Futura, "URW Gothic L", sans-serif;
	list-style-position: inside;
}
#content p img { border: 1px solid #000; }
#content p.address { clear: both; }
#content p.address img, #content p img.list { border: 0; }

#content ul.images {
	margin: 15px 15px 10px;
	list-style-type: none;
}
#content ul.images li {
	float: left;
	width: 125px;
	height: 164px;
	text-align: center;
	margin-right: 8px;
}
#content ul.images li a {
	display: block;
	margin: 0 auto 8px;
	width: 115px; height: 108px;
	text-decoration: none;
}
#content ul.images li a img { border: 4px solid #339; }
#content ul.images li div { font: 0.7em Verdana, Helvetica, sans-serif; padding: 0 0 12px; }
#content ul.images li.first { clear: left; }

#footer {
	margin: 0 auto 5px;
	font-size: 0.7em;
}
#footer ul.images {
	list-style-type: none;
	word-spacing: -1px;
}
#footer ul.images li { display: inline; }
#footer ul.images li img { border: 1px solid #000; }
#footer p.years strong { color: #d00; }
#footer p.copyright { margin: 10px 0 3px; }
#footer ul.links { list-style-type: none; }
#footer ul.links li { display: inline; }
#footer ul.links li a { color: #555; text-decoration: none; }
#footer ul.links li a:hover { color: #222; }
#footer ul.links li span { color: #a00; }
