* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body {
	background: #fffae3 url(images/background.jpg) no-repeat fixed center top;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 720px;
	text-align: left;
	margin: 0px auto;
	background: #f7ecbe url(images/header.jpg) no-repeat center top;
	border-right: 4px solid #955B00;
	border-bottom: 8px solid #955B00;
	border-left: 4px solid #955B00;
}
#sidebar {
	float: left;
	width: 250px;
	padding-left: 10px;
	display: inline;
	padding-top: 80px;
}
#photos {
	background: url(images/sidebar-bg.gif);
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}
#photos img {
	border: 2px solid #fff;
	margin-bottom: 5px;
}
#main {
	float: left;
	width: 450px;
	display: inline;
}
a.gohome {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 450px;
	display: block;
}
h1 {
	display: none;
}
h2 {
	color: #275979;
	margin: 0 10px 10px;
	font: normal 24px/26px "Impact", Arial, Helvetica, sans-serif;
}

h3 {
	color: #275979;
	margin: 0 10px 10px;
	font: normal 15px/17px "Impact", Arial, Helvetica, sans-serif;
}

h4 {
	color: #275979;
	margin: 0 10px 10px;
	font: bold 14px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	clear: both;
}

h4 small {
	font: normal 13px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
}
h4 small.push {
	float: left;
	display: block;
	height: 30px;
	padding: 1px 0 0;
	width: 95px;
	}
p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 10px 10px;
	clear: both;
}
p a {
	color: #275979;
}
p a:hover {
	text-decoration: none;
}
p.callout {
	background: #fbf5de;
	margin-right: 0px;
	margin-left: 0px;
	padding: 7px 10px;
	border-right: 1px solid #b9b18f;
	border-bottom: 1px solid #b9b18f;
	font-size: 14px;
	line-height: 16px;
	text-align:center;
}
p.callout a {
	font-weight: bold;
}
p.callout a:hover {
	text-decoration: none;
}
#content ul,
#content ol {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content li {
	margin-left: 30px;
}
table.staff {
	margin: 0px 10px 10px;
}
table.staff td {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
ul#nav {
	width: 450px;
	height: 40px;
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	background: url(images/nav-bg.gif) repeat-x left top;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	float: left;
	display: block;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	height: 29px;
	color: #fff;
	text-decoration: none;
	background: url(images/nav-li-bg.gif) no-repeat left top;
}

ul#nav li a:hover {
	background: #1D445B;
	}
ul#nav li.quote a {
	float: right;
	padding: 0;
	height: 40px;
	color: #fff;
	background: url(images/btn-quote.gif) no-repeat left top;
	display: block;
	width: 85px;
	}
ul#nav li.quote a:hover {
	background: url(images/btn-quote.gif) no-repeat left bottom;
	}
ul#nav li.quote a span {
	display: none;
}
#content {
	padding: 10px;
}
.column {
	float: left;
	width: 200px;

}
#footer {
	border-top: 2px solid #1d445b;
	padding-top: 10px;
}
#footer p {
	font-size: 10px;
	line-height: 12px;
}
#footer p a {
	color: #000;
}
form table {
	margin-left: 7px;
	margin-bottom: 10px;
}
form table td {
	font-size: 12px;
	line-height: 16px;
	padding: 3px;
	vertical-align: top;
	}
form table th {
	color: #275979;
	padding: 3px 3px 5px;
	font: bold 12px/14px "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: left;
	}
