/* ----------- Overall Page Styles ----------------------- */

* {
margin: 0;
padding: 0;
list-style-type: none;
border: none;
}

body {
background: #F4F0EA url(/images/bg_body.gif) repeat-y center center;
text-align: center;
font: 11px Georgia, serif;
line-height: 1.63em;
color: #4A4D52;
}

div {
text-align: left;
}

hr {
display: none;
}

a {
color: #B9A37C;
}

a:hover {
text-decoration: none;
}



/* ----------- Headings/Decorations ----------------------- */

h1, h2, h3 {
font-weight: bold;
color: #887B5B;
margin: 18px 0 2px 0;
padding-bottom: 2px;
border-bottom: 1px solid #F4F0EA;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 13px;
}

small {
font-size: 9px;
font-style: italic;
margin: 20px 0;
}

em {
padding: 2px;
background: #F7EAD5;
font-style: normal;
}



/* ----------- Navigation ----------------------- */

#logo {
width: 84px;
height: 51px;
display: block;
position: absolute;
top: 20px;
left: 20px;
text-indent: -5000px;
background: url(/images/logo.gif) no-repeat right top;
text-decoration: none;
}

#nav {
height: 105px;
padding: 20px 0 0 130px;
}

#nav li {
float: left;
width: 105px;
padding-left: 5px;
border-left: 1px solid #AF976E;
height: 70px;
}

#nav li.on {
border-left: 1px solid #DDC2A8;
}

#nav li a {
display: block;
font: 13px Georgia, serif;
font-weight: bold;
color: #F5DAC7;
text-decoration: none;
}

#nav li a:hover {
color: #F0E5D4;
}

#nav li ul {
padding-top: 4px;
}

#nav li ul li {
padding: 2px 0;
border-left: none;
height: auto;
text-transform: uppercase;
}

#nav li ul li a {
font-size: 9px;
font-weight: normal;
color: #CFBFA4;
}



/* ----------- Structural Styles ----------------------- */

#header {
height: 136px;
background: #9C8153 url(/images/bg_header.gif) repeat-x left top;
}

#inside {
width: 736px;
margin: 0 auto;
position: relative;
}

#wrap {
width: 736px;
margin: 0 auto;
padding-top: 30px;
}

#left {
margin: 0 255px 0 20px;
}

* html #left {
height: 1%;
}

#left p {
margin-bottom: 10px;
}

#right {
width: 210px;
margin: 36px 20px 0 0;
display: inline;
padding: 10px 0;
float: right;
background: #EEEFEF url(/images/bg_right.gif);
border: 1px solid #E5E6E7;
line-height: 1.3em;
font-size: 10px;
}

#right p {
margin: 0 10px 10px 10px;
color: #737679;
text-align: justify;
}

#right img {
margin: 5px;
display: block;
float: left;
}

#footer {
height: 46px;
padding: 0 16px;
clear: both;
background: #9C8153 url(/images/bg_footer.gif) repeat-x left top;
color: #F5EBE5;
font-size: 9px;
text-transform: uppercase;
text-align: center;
line-height: 46px;
margin-top: 50px;
}

#footer a, #footer a:hover {
/*font-weight: bold;*/
color: #FFF;
}



/* ----------- Gallery iFrames ----------------------- */

#full {
width: 405px;
height: 285px;
overflow: hidden;
margin-top: 20px;
}

#thumbs {
width: 405px;
height: 60px;
overflow: hidden;
}


/* ----------- Biography ----------------------- */

#right2 {
width: 210px;
margin: 36px 20px 0 0;
display: inline;
padding: 10px 0;
float: right;
background: #ffffff;
border: 1px solid #ffffff;
line-height: 1.3em;
font-size: 10px;
}

#right2 p {
margin: 0 10px 10px 10px;
color: #737679;
text-align: justify;
}

#right2 img {
margin: 5px;
display: block;
float: left;
}