body {
margin: 10px;
font: normal .7em/1.5em georgia, serif; 
color: #775e51;
background: #fbf8f7 url(images/bg_sand.gif) repeat;
}

.container {
text-align: center; 
width:100%; 
height:100%;
margin: 0 auto;
}

.header {
background: url(images/header_sand.gif) no-repeat;
text-align: center;
height: 90px;
}

h1#title, h1#title a {
color: #7d6355;
font: normal 1.6em georgia, serif;
line-height: 1.6em;
text-align: center;
border: 0px;
background: transparent;
font-variant: small-caps;
font-weight: normal;
}

h1#title a:hover {
color: #cfbca5;
}

.content {
width:749px; 
padding:10px; 
margin: 0 auto; 
height:100%; 
background-color: #f4efea;
border: 1px solid #775e51;
}

.nav {
border: 1px solid #775e51;
float:right; 
padding:10px;
margin-left: 10px; 
width:200px; 
height:100%; 
background-color: #fbf8f7;
text-align: left;
}

ul.nav
{
list-style-type: none;
list-style-image: url(images/nav_sand.gif);
width:175px;
margin:0 auto;
padding:0px;
border: 0px;
}

ul.nav li
{
margin-bottom: 3px;
padding: 2px 2px 2px 9px;
background: #f1e8e3;
border-left: 8px solid #e0d6d0;
}

ul.nav li a
{
font-weight: normal;
text-decoration: none;
color: #9B7B69;
}

ul.nav li:hover
{
border-left-color: #9B7B69;
background: #D0C0B8;
}

ul.nav li:hover a
{
color: #775e51;
} 

p { 
text-indent: 30px;
margin-top: 10px; 
text-align: left;
}

h1 { 
background: #fbf8f7; 
border: 1px solid #937551;
font: normal 1.3em georgia, serif; 
padding: 4px;
letter-spacing: 1px; 
margin-bottom: 0px; 
color: #937551;
text-align: center;
}

h2 { 
font: normal 1.1em georgia, serif; 
border-bottom: 1px solid #937551;
padding: 3px;
letter-spacing: 2px; 
margin-bottom: 0px; 
color: #937551;
text-align: center;
background: #fbf8f7;
}

h3 {
font: normal small-caps 1.0em georgia, serif; 
padding: 2px;
letter-spacing: 2px; 
margin-bottom: 0px; 
color: #937551;
text-align: center;
background: #fbf8f7;
}

a:link {  
text-decoration: underline; 
color: #937551;
}

a:visited { 
text-decoration: underline; 
color: #937551;
}

a:hover, a:active { 
text-decoration: underline; 
color: #cfbca5;
}

ul {
list-style-image: url(images/ul_sand.gif);
margin-left: 45px;
text-align: left;
width: 60%;
border-left: 10px solid #cfbca5;
}

ol {
list-style: decimal-leading-zero inside;
margin-left: 15px;
text-align: left;
width: 60%;
border-left: 10px solid #e0d6d0;
}

blockquote.float {
float: right;
width: 300px;
text-indent: 20px;
background: #fbf8f7; 
border: 1px #937551 dashed;
color: #937551;
margin: 10px;
padding: 10px;
text-align: left;
}

cite.float {
margin: 10px;
padding: 10px;
text-indent: 20px;
color: #937551;
text-align: left;
float: left;
width: 300px;
border-left: 4px solid #937551;
border-right: 4px solid #937551;
}

blockquote {
width: 50%;
margin: 25px;
padding: 10px;
text-indent: 20px;
background: #fbf8f7; 
border: 1px #937551 dashed;
color: #937551;
text-align: left;
}

cite {
width: 50%;
margin: 25px;
padding: 10px;
text-indent: 20px;
color: #937551;
text-align: left;
border: 1px solid #937551;
}

blockquote p {
margin: 0;
}

code, pre {
font: normal courier-new; 
color: #937551;
}

sup, sub {
background-color: #cfbca5; 
color: #937551;
font-weight: bold; 
}

img {
border: 0;
}

input, textarea {
text-indent: 3px;
width: 290px;
padding: 2px;
border: 1px #937551 solid;
color: #937551;
margin-bottom: 5px;
vertical-align: middle;
background: #fbf8f7; 
}

textarea {
height: 75px;
}

input#submit, input#reset {
width: 145px;
background: #fbf8f7; 
}

.clear {
clear: both;
}

#footer {
text-align: center; 
width:749px; 
padding:10px; 
margin: 0 auto; 
height: 45px; 
background-color: #f4efea;
border: 1px solid #775e51;
}