body {
    background-color: #f2f2f2;
    font-size:12px;
	color: #666666;
    font-family:Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 20px

}

a:link {
	color: #ba5f02;
	text-decoration: none;
}

a:visited {
	color: #ba5f02;
	text-decoration: none;
}
a:hover {
	color: #ba5f02;
	text-decoration: underline;
}
a:active {
	color: #ba5f02;
	text-decoration: none;
}

div#outer {
    width: 800px;
    background-color:#FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}

div#header {
    padding: 0px;
    margin: 0px;
    text-align: center;

}

div#nav {
	background-color: #c15f00;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}

div#nav a:link{
	color: #ffffff;
	text-decoration: none;
}

div#nav a:visited{
	color: #ffffff;
	text-decoration: none;
}

div#nav a:hover{
	color: #ffffff;
	text-decoration: underline;
}

div#nav a:active{
	color: #ffffff;
	text-decoration: none;
}

div#main {
    margin: 0px auto;
    padding: 15px 15px 0px 15px;
}

#main h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ba5c01;
	text-transform: lowercase;
	padding-top: 0px;
	margin-top: 0px;
}

#main h1 span
{
	color: #0d0d0d;
}

#main h2
{
	font-family: Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
}

#main li
{
  line-height: 16px;
  list-style-image: url(images/bullet.png);
  padding-bottom: 10px;
}

#secondary {
    margin: 15px;
	background-color: #f0f0f0;
	height: 282px;
}

#secondary #map {padding: 15px;}

#contact {
	margin: 15px;
	padding: 0px 0px 0px 0px;
	background-color: #3d3c3c;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#contact p {
	padding: 20px;
	color: #ffffff;
	}
	
#contact h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f29133;
	text-transform: lowercase;
	padding: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#contact h1 span
{
	color: #ffffff;
}
	
.clear {clear: both;}

div#footer {
	clear: both;
    padding: 10px;
    margin: 0px;
	background-color: #d7d7d7;
	color: #3d3d3d;
	font-size: 11px;
	text-align: center;
}

div#footer a:link{
	color: #3d3d3d;
	text-decoration: none;
}

div#footer a:visited{
	color: #3d3d3d;
	text-decoration: none;
}

div#footer a:hover{
	color: #3d3d3d;
	text-decoration: underline;

}

div#footer a:active{
	color: #3d3d3d;
	text-decoration: none;
}

#footer a img {filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5}

#footer a:hover img {filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1}

div.clear {
	clear: both;
}

#secondary h1 
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #ba5c01;
	padding-top: 0px;
	margin-top: 0px;
}

#secondary p
{
	text-align: justify;
	font-size: 11px;
}