body {
background: rgb(255,181,140);
}


H1{
font-family: MS Sans Serif, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: bold; 
color: black;
}

h2 {
font: normal lighter 10pt MS Sans Serif, Helvetica, Sans-Serif;
}


p {
font-style: normal; 
font-variant: normal; 
font-weight: lighter; 
font-size: 10pt; 
font-family: MS Sans Serif, Helvetica, Sans-Serif;
}

#content {
margin-top: 10px;
margin-left: 255px;
margin-right: 40px;
}
#images {
position: absolute; top: 180px; left: 40px
}

#address {
position: absolute; top:110px; right: 40px;
}

.subheading {
font: normal bold 10pt MS Sans Serif, Helvetica, Sans-Serif;
}


#navcontainer { 
width: 200px; 
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: MS Sans Serif, Helvetica, sans-serif;
font-size: 10pt;
}

#navcontainer a {
display: block;
padding: 3px;
width: 180px;
background-color: rgb(255,181,140);
border-bottom: 1px solid #000;
}

#navcontainer a:link, #navlist a:visited {
color: #000;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #cc9966;
color: #fff;
}

body#index a#curnav, 
body#gallery a#gal01nav, 
body#galleryf a#galfsnav, 
body#contact a#connav, 
body#resources a#resnav, 
body#email a#mailrnav,
body#site a#siteenav 
body#rss a#rssenav 
{
	color: #ffffff;
	background: #666666;
}
#footer {
width: 100%;
background: rgb(255,181,140)
}
li {
list-style: none;
display: inline;
margin-right: 12px;
}
a { 
color: #000;
}
a:hover {
color: #fff;
background: #cc9966;
}
