body {
background-color: #edbba4;
width: 500px;
font: 80%/150% Arial; 
color: #bbb;
padding: 0;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
}

a:link, a:active, a:visited {
font-style: normal;
font-weight: normal;
color: #ecc6ae;
text-decoration: none;
}

a:hover {
color: #ba6eb8;
}

#header {
width: 500px;
height: 375px;
background-image: url('layout.jpg');
border: 5px solid #c04b5e;
}

#navigation {
width: 490px;
height: 40px;
background-color:#333333;
border-left: 5px solid #c04b5e;
border-right: 5px solid #c04b5e;
text-align: center;
margin-top: -3px;
padding: 0 5px 0 5px;
}

ul#navlist {
white-space: nowrap;
padding: 5px;
}

	#navlist li {
	display: inline;
	list-style-type: none;
	}

	#navlist a { 
	padding: 5px 20px; 
	}

	#navlist a:link, #navlist a:visited {
	color: #a1abb4;
	background-color: #111513;
	text-decoration: none;
	border-bottom: 0px;
	}

	#navlist a:hover {
	color: #fff;
	text-decoration: none;
	}

#content { 
width: 490px;
min-height: 450px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 450px; /* for IE5.x and IE6 */
background-color:#333333;
border-left: 5px solid #c04b5e;
border-right: 5px solid #c04b5e;
margin-top: -4px;
padding: 5px 5px 25px 5px;
}

h1, h2, h3, h4 { 
font-style: italic; 
font-weight: bold; 
font-size: 1em;
color: #b94c6c;
letter-spacing: 5px;
border-bottom: 1px dotted #2c2a2a;
padding: 2px 0 2px 3px; 
margin: 0; 
font-family: Georgia, Verdana;
}

input, textarea, select { 
background-color: #4a4a4a;
border: 1px solid #1b1b1b;
padding: 3px 5px 3px 5px;
color: #b4b4b4; 
}

blockquote {
background-color: #3e3e3e;
padding: 7px;
}

	blockquote p {
	margin: 0;
	}

acronym {
border-bottom: 1px dotted;
cursor: help;
}

em { 
font-size: .9em;
font-family: Georgia, Sans-Serif; 
}

p, form, table, ul { 
margin: 3px 0 15px 0;
}

img {
border: 0px;
}

object {
height: 40px;
width: 200px;
margin-top: -5px;
margin-left: -1px;
}

.exlink { 
padding-right: 15px;
background: url('linkout.gif') no-repeat 100% 50%;
}

.affiliates {
border: 3px solid #474747; 
margin: 3px;
padding: 0px;
}

	.affiliates:hover {
	border: 3px solid #c04b5e; 
	margin: 3px;
	padding: 0px;
	}

.center { 
text-align: center;
}

.color {
font-weight: bold;
color: #dd6b7d;
}

.email {
padding: 0 2px 0 2px;
font-size: 1em;
color: #c4c4c4;
letter-spacing: 0px;
font-family: "courier new";
}

#footer { 
width: 490px;
height: 50px;
background-color: #333333;
border-left: 5px solid #c04b5e;
border-right: 5px solid #c04b5e;
border-bottom: 5px solid #c04b5e;
margin-top: -4px;
padding: 0 5px 0 5px;
font-style: italic;
font-size: .85em;
text-align: center;
font-family: Georgia;
}