html, body, img { margin: 0;padding: 0; }

body {
font-size: 14px;
font-family: helvetica, arial, sans-serif;
background: #e6e7d9;
color: #807670;
letter-spacing: 2px;
text-align: center;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }


h1, h2, h3, h4, h5 { 
}

#title {
clear: both; 
padding: 15px 0 0 0;
font-size: 18px; 
text-align: center;
}

#right p {
margin: 0 0 20px 0;
padding: 0;
}

a { }

a:link { color: #807670; }
a:visited { color: #807670; }
a:hover {color: #d78b57; }
a:visited:hover { color: #d78b57; }


ul li, ol li { font-size: 100%; }
ul li ul li a { font-size: 100%; }


table { font-size: 100%; }

#logo { 
width: 274px;
margin: 80px auto 10px auto; 
}

.clear { clear: both; }

#footer {
font-family: arial, sans-serif;
clear: both;
margin: 10px auto 20px auto;
text-align: center;
font-size: 80%;
}

#footer a:link { color: #807670; }
#footer a:hover { color: #d78b57; }