body {
background-color: #e8ddc5;
width: 600px;
font: 85%/150% Arial, Tahoma, Sans-Serif;
color: #444;
margin: 0 auto;
}

a:link, a:visited, a:active {
font-style: normal;
font-weight: normal;
color: #ce9156; 
text-decoration: none;
}

a:hover {
color: #fff;
}

#header {
width: 600px;
height: 428px;
background: url('layout.jpg') no-repeat;
border: 5px solid #b09582;
}

#navigation {
width: 600px;
height: 41px;
background-color: #e7d6b2;
border-left: 5px solid #b09582;
border-right: 5px solid #b09582;
}

#content {
width: 580px;
min-height: 450px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 450px; /* for IE5.x and IE6 */
background-color: #e7d6b2;
border-left: 5px solid #b09582;
border-right: 5px solid #b09582;
padding: 10px;
}

h1, h2, h3, h4 {
font-style: normal; 
font-weight: normal; 
font-size: 1.5em;
color: #b09582;
letter-spacing: 2px; 
text-transform: uppercase;
padding: 2px 0 2px 0;
margin: 0px;
font-family: "Times New Roman", Georgia, Helvetica;
}

.letter {
font-style: normal; 
font-weight: bold; 
font-size: 1.2em;
color: #b09582;
padding: 0px;
margin: 0px;
font-family: Georgia;
}

input, textarea, select { 
background-color: #e9ddc3; 
border: 1px solid #b09582;
padding: 4px;
color: #897262; 
}

	input:focus, textarea:focus, option:focus, select:focus {
	background-color: #ede4cf;
	}

	.submit, .show_join_submit_button, .show_join_reset_button, .show_update_submit_button, .show_lostpass_submit_button {
	background-color: #d8b297;
	color: #7c6759;
	}

form, table {
margin: 5px 0 15px 0;
}

acronym, abbr {
border-bottom: 1px dotted;
cursor: help;
}

code, pre {
color: #864045;
font: 1em "Courier New", Courier, monospace;
margin: 5px 0 15px 0;
}

em { 
font-size: 1em;
color: #777166;
font-family: Georgia, Sans-Serif; 
}

p { 
margin: 3px 0 15px 0;
}

img {
border: 0px;
}

object {
width: 200px;
height: 40px;
}

.exlink { 
padding-right: 15px;
background: url('linkout.gif') no-repeat 100% 50%;
}

.affiliates {
margin: 0 2px;
}

.center {
text-align: center;
}

.email {
padding: 0 2px 0 2px;
letter-spacing: 0px;
font-family: "courier new";
}

#footer {
width: 590px;
height: 80px;
background-color: #e7d6b2;
border-left: 5px solid #b09582;
border-right: 5px solid #b09582;
border-bottom: 5px solid #b09582;
padding: 20px 5px 0 5px;
font-style: italic;
font-size: .9em;
color: #bea492;
text-align: center;
line-height: 1.3em;
font-family: Georgia;
}

#footer a {
font-weight: bold;
font-style: italic;
color: #b09582;
}

#footer a:hover {
color: #9c816e; 
}