body
{
background-color: #551D07; /*  dk brown */
margin:0;
background:#551D07 url(/images/page-bg.gif) repeat-y;
font-size:76%;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

p, blockquote
{

	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}


img a, a img {border:0;}


/************* html styles **************/

h1
{
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
}

h2
{
padding:0 20px;
margin:20px;
font-weight: normal;
font-family: Georgia, Times, Serif;
	font-size: 2em;
	font-style: normal;
text-transform:uppercase;
letter-spacing:0.1em;
text-align:center;
color:#A64A0B;
border-bottom:1px solid #551D07;
}

h3{
color:#A64A0B;
margin-top:0;
padding:0 20px;
       border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
text-align:center;
}

a, h3 a {
color:#A64A0B;
}

h3 a:hover,  a:hover {
color:#333333;
}

h3 span {
color:#333333;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size: 0.7em;
font-style:italic;
}


h1 a, h2 a
{
	border: 0px;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}


fieldset {
width:500px;
}

form {
padding-left:20px;
}

label, legend {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:1em;
}



/************* layout styles **************/


#container {
width:800px;
margin:0;
padding:0;
}

#left
{
/*float:left; float would couse a 3 pix gap in IE*/
position:absolute;
left:0;
top:0;
margin0;
width:220px;
text-align: right;
background: url(/images/bg-left.jpg) no-repeat left bottom;
}

#rightBg {
position:absolute;
left:800px;
top:0;
margin0;
width:250px;
height:700px;
background: url(/images/bg-right.jpg) no-repeat left top;
}

#address {
margin-top:20px;
color:#CABA90;
border-top:1px solid #CABA90;
border-bottom:1px solid #CABA90;
}

#header
{
margin:0;
padding:0;
height: 378px;
width: 580px;
margin-left: 220px;
background:url(/images/header-home.jpg) no-repeat ;
border-bottom:2px solid #CE9358;
}

#header img {
display:block;
}

#content
{
/*background:url(/images/bg.jpg) repeat-y;*/
	width: 580px;
       margin-left: 220px;
	margin-bottom: 30px;
padding:0;
}


#footer
{
font-size:0.9em;
color:#551D07;
	clear: both;
	margin-top: 5px;
	text-align: center;
       width: 580px;
        margin-left: 220px;
border-top:1px solid #551D07;
}

#homeImage {
float:left;
margin:20px;
padding:10px;
border:1px soldi #CCCCCC;
}


/************* nav menu styles **************/


.navcontainer {
font-family: Georgia, Times, Serif; 
margin:50px 0 0 10px;
text-align:center;
padding-bottom:300px;
}

.navcontainer ul
{

margin: 0;
padding: 0;
list-style-type: none;
}

.navcontainer li
{
list-style-type: none;
font-family: Georgia, Times, Serif;
font-weight:normal;
font-size:1.3em;
line-height:2em;
}

.currentpage li {
background-color: #FFFFFF;
}

.currentpage a {
color: #FFFFFF;
}


.navcontainer a
{

padding:2px 20px;
width: 175px;
border-top: 1px solid #CE9358;
border-top: 1px solid #CABA90;
}

.navcontainer a:link, .navcontainer a:visited
{
color: #CABA90;
text-decoration: none;
}

.navcontainer a:hover {

text-decoration: none;

background-color: #551D07;

}


/************* gallery styles **************/
.rssThumbFloat {
  float: left;
  width: 150px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  font-size: .85em;
}

.rssThumbs {
padding:20px;
margin:0;
}

#links a {
color:#A64A0B;
font-weight:bold;
}

#links a:hover {
color:#551D07;
}