body{ 
background: url('bg.gif') fixed;
margin: 0 auto;
width: 600px;
font: 12px Tahoma; 
color: #7b6648;
letter-spacing: 1px;
line-height: 19px;
}

a:link, a:active, a:visited {
font-style: normal;
font-weight: bold;
color: #638f5a;
text-decoration: none;
}

a:hover {
color: #412709;
text-decoration: none;
}

#header{ 
width: 600px;
height: 456px;
background: url('layout.jpg') no-repeat;
}

#navigation {
width: 600px;
height: 35px;
background-image: url('contentbg.jpg');
margin-top: -60px;
}

ul#navlist {
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 5px 15px; 
}

#navlist a:link, #navlist a:visited {
background-color: #e1cab0;
color: #92734d;
text-decoration: none;
}

#navlist a:hover {
background-color: #d8bea0;
color: #fbf8f3;
text-decoration: none;
}

#content { 
width: 580px;
background-image: url('contentbg.jpg');
min-height: 450px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 450px; /* for IE5.x and IE6 */
margin-top: -5px;
padding: 0 10px 25px 10px;
}

h1, h2, h3, h4 { 
font-style: normal; 
font-weight: bold; 
font-size: 17px;
color: #ceb38e; 
letter-spacing: 3px;
text-transform: uppercase;
padding: 4px 0 2px 1px; 
margin: 5px 0 1px 0; 
font-family: Georgia, Serif;
}

blockquote {
background: #f5e9d9 url('blockbg.gif') no-repeat bottom right;
padding: 10px;
border-left: 15px solid #bed39a;
}

blockquote a:link, blockquote a:visited, blockquote a:active {
color: #b96866;
}

blockquote a:hover {
color: #9e5452;
}

input, textarea, select { 
background-color: #f8e9d7;
border: 1px solid #c7ac90;
padding: 3px 5px 3px 5px;
color: #87643e; 
font: 12px Tahoma; 
}

.submit, .show_join_submit_button, .show_join_reset_button, .show_lostpass_submit_button, .show_update_submit_button {
background-color: #d5bba0;
color: #75522d; 
}

p, form, table { 
margin: 3px 0 13px 0;
}

acronym, abbr {
border-bottom: 1px dotted;
cursor: help;
}

em { 
font-family: Georgia, Sans-Serif; 
}

img {
border: 0px;
}

object {
height: 40px;
width: 200px;
}

.exlink { 
padding-right: 15px;
background: url('linkout.gif') no-repeat 100% 50%;
}

.name {
font-weight: bold;
color: #634e2f;
}

.heart {
font-size: 14px;
color: #c33341;
font-family: Georgia;
}

.affiliates {
margin: 2px;
}

.email {
padding: 0 2px 0 2px;
font-size: 11px;
letter-spacing: 0px;
font-family: "courier new";
}

.center {
text-align: center;
}

#footer {
clear: both;
margin-top: -7px;
background-image: url('contentbg.jpg');
width: 580px;
height: 60px;
padding: 0 10px 0 10px;
font-style: italic;
font-size: 11px;
color: #ac5866;
letter-spacing: 0px;
text-align: center;
line-height: 16px;
font-family: Georgia; 
}