* {margin: 0; padding: 0; border: 0;}

body
{
background: #E6DAAE url(images/bg.jpg) repeat;
font-size: 11px;
color: #695A40;
line-height: 17px;
letter-spacing: 1px;
text-align: center;
}

#container 
{
background: url(images/cbg.jpg) repeat-y; 
width: 700px;
text-align: justify;
margin: auto;
}

#header 
{
height: 348px; 
background: url(images/header.jpg) no-repeat;
}

#footer 
{
background: url(images/footer.jpg) no-repeat; 
height: 67px;
clear: both;
}

#content 
{
width: 470px; 
float: left;
margin-top: -170px; 
padding-left: 10px;
color: #7E6975;
font-family: 'Arial', helvetica, sans-serif;
}

#navigation 
{
width: 180px; 
float: left;
margin-top: -65px; 
padding-left: 16px;
font-family: 'Trebuchet MS', helvetica, sans-serif;
font-size: 10px;
color: #7E6975;
}

h1
{
font-family: 'georgia', helvetica, sans-serif;
font-size: 24px;
font-weight: normal;
font-style: italic;
color: #844D6D;
text-transform: lowercase;
padding: 0 0 5px 20px;
text-align: center;
}

h1:first-letter
{
font-size: 24px;
color: #9A365F;
text-transform: uppercase;
font-family: 'times new roman', helvetica, sans-serif;
}

h2
{
font-family: 'times new roman', helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color: #B36168;
letter-spacing: 1px;
text-transform: lowercase;
padding: 0 0 5px 10px;
margin: 0 0 10px 0;
border-bottom: 1px solid #D5CECE;
text-align: center;
}

h3
{
font-family: 'times new roman', helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
color: #9B4369;
text-transform: lowercase;
letter-spacing: 2px;
margin: 10px 0 5px 0;
padding: 2px 2px 2px 25px;
text-align: center;
border-bottom: 1px solid #DCCCCF;
}

p
{
margin: 0 0 15px 0;
}

a:link, a:active, a:visited
{
color: #C05A7F;
text-decoration: none;
text-transform: lowercase;
border-bottom: 1px solid #DCCCCF;
}

a:hover
{
color: #75323E;
border-bottom: 1px solid #B7858E;
}

ul
{
list-style-type: none;
}

ol
{
margin: 0 0 0 25px;
}

.menuh
{
font-family: 'arial', helvetica, sans-serif;
width: 98%;
text-align: left;
font-size: 12px;
color: #734454;
padding: 0 0 0 15px;
font-weight: bold;
letter-spacing: 1px;
text-transform: lowercase;
}

.menu
{
width: 179px;
margin: 0 0 10px 0;
font-family: 'Arial', helvetica, sans-serif;
background-image: url(images/mhb.jpg);
background-position: top;
background-repeat: no-repeat;
padding: 7px 0 0 0;
font-size: 11px;
}

.menu ul
{
list-style-image: url(images/bullet.gif);
margin: 0 0 0 25px;
padding: 0;
color: #734454;
}

.menu li
{
width: 100%;
}

.menu a:active, .menu a:visited, .menu a:link
{
display: block;
text-align: left;
margin: 1px 0 1px 0;
color: #9A4360;
letter-spacing: 2px;
border: 0px;
}

.menu a:hover
{
color: #81323F;
border: 0px;
}

input, textarea
{
border: 1px solid #DCCCCF;
padding: 2px;
background-color: #FFFFFF;
font-family: 'arial', helvetica, sans-serif;
font-size: 11px;
letter-spacing: 1px;
margin: 3px;
color: #756F51;
}

blockquote
{
border-right: 15px solid #DCCCCF;
border-top: 1px solid #DCCCCF;
border-bottom: 1px solid #DCCCCF;
border-left: 1px solid #DCCCCF;
padding: 15px;
margin: 25px;
}