body {
background: #e1d4f8 url('bg.gif');
font: 80%/140% Arial, Tahoma, Sans-Serif;
color: #8282ba;
margin: 0;
padding: 0;
}

a:link, a:active, a:visited {
font-weight: normal;
font-style: normal;
color: #c04761;
text-decoration: underline;
}

a:hover {
color: #dd942c;
}

#header {
height: 375px;
background: url('layout.jpg') no-repeat;
Background-position: top right;
}

#navlist {
padding: 6px 0;
margin: 0 0 13px 0;
font: 1em Verdana, sans-serif;
text-transform: uppercase;
text-align: right;
}

	#navlist li {
	list-style: none;
	margin: 0px;
	display: inline;
	}

	#navlist li a {
	padding: 5px 0.8em;
	margin-left: 3px;
	text-decoration: none;
	}

	#navlist li a:link, #navlist li a:visited { 
	color: #383876; 
	}

	#navlist li a:hover {
	color: #dd942c;
	}

#content { 
float: right;
width: 453px;
min-height: 450px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 450px; /* for IE5.x and IE6 */
background-color: #fff;
padding: 0 5px 5px 5px;
}

h1, h2, h3, h4 {
font-style: normal; 
font-weight: bold; 
font-size: 1.3em;
color: #8f88b8;   
letter-spacing: 0px; 
padding: 2px 0 2px 0;
margin: 0px;
font-family: Georgia, Helvetica;
}

blockquote {
background-color: #fef2c3;
padding: 15px;
color: #c9b772;
font-family: "New York", Georgia;
}

input, textarea, select { 
background-color: #e8defa;
border: 1px solid #d6c9ed;
padding: 4px;
color: #8774a9; 
}

	input:focus, textarea:focus, option:focus, select:focus {
	background-color: #eee7fa;
	border: 1px solid #aa90d9;
	color: #7e5eb6;
	}

form, table {
margin: 5px 0 15px 0;
}

em { 
font-size: .9em;
color: #aaa;
font-family: Georgia, Sans-Serif; 
}

p { 
margin: 3px 0 15px 0;
}

acronym, abbr {
border-bottom: 1px dotted;
cursor: help;
}

img {
border: 0px;
}

.exlink { 
padding-right: 15px;
background: url('linkout.gif') no-repeat 100% 50%;
}

	.exlink:hover {
	background: url('linkout-hover.gif') no-repeat 100% 50%;
	}

.affiliates {
margin: 2px;
}

.center {
text-align: center;
}

.email {
color: #9a9a9a;
padding: 0 2px 0 2px;
font-size: .9em;
font-family: "courier new";
}

#footer { 
clear: both;
height: 0px;
}