body {
background: #836877 url('../images/layout/bg.gif') repeat-x;
font: 89%/150% Arial, Tahoma, Sans-Serif;
color: #0e0835; 
margin: 0;
padding: 0;
}

a:link, a:visited, a:active {
font-style: normal; 
font-weight: normal; 
color: #bebbd3; 
text-decoration: none;
}
   
a:hover {
color: #fff; 
text-decoration: none; 
}

#header {
width: 850px;
height: 150px;
background: url('../images/layout/head.gif') no-repeat;
margin-left: auto;
margin-right: auto;
}

#navigation { 
width: 850px;
height: 33px;
margin-left: auto;
margin-right: auto;
}

#navlist {
padding: 7px 0;
margin: 0px;
font: 1em Verdana, sans-serif;
text-transform: uppercase;
text-align: center;
}

	#navlist li {
	list-style: none;
	margin: 0px;
	display: inline;
	}

	#navlist li a {
	padding: 8px 0.9em;
	margin-left: 3px;
	background-color: #201850;
	border: 1px solid #231c55;
	text-decoration: none;
	}

	#navlist li a:link, #navlist li a:visited { 
	color: #aba8c0; 
	}

	#navlist li a:hover {
	background-color: #120b41;
	color: #6c6984;
	}

#wrapper {
width: 850px;
background: #9c8692 url('../images/layout/wrap.gif') repeat-x;
-moz-border-radius:40px;
overflow: auto;
margin-left: auto;
margin-right: auto;
}

#sidebar {
width: 200px;
min-height: 500px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 500px; /* for IE5.x and IE6 */
float: right;
padding: 15px 0 10px 0;
margin-right: 10px;
}

#content { 
width: 610px;
min-height: 500px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 500px; /* for IE5.x and IE6 */
padding: 15px 0 10px 0;
margin-left: 10px;
margin-right: 20px;
}

h1, h2, h3, h4 {
font-style: normal; 
font-weight: bold; 
font-size: 1.7em;
color: #0e0835;
letter-spacing: 0px; 
padding: 3px 0 3px 0;
margin: 0;
font-family: Georgia, Helvetica;
}

h5 {
font-style: normal; 
font-weight: bold; 
font-size: 1.3em;
color: #0e0835;
letter-spacing: 1px; 
padding: 3px 0 3px 0;
margin: 0;
font-family: Georgia, Helvetica;
}

input, textarea, select { 
background-color: transparent;
border: 1px solid #231c55;
padding: 4px;
color: #0e0835; 
}

form, table {
margin: 5px 0 17px 0;
}

blockquote {
background: transparent url('../images/layout/quote.gif') top left no-repeat;
border-bottom: 1px solid #30295e;
border-top: 1px solid #30295e;
padding: 15px 0 0 70px;
margin-left: 20px;
color: #130b43;
font-family: "New York", Georgia;
}

blockquote p {
margin: -3px 0 17px 0;
}

ul {
margin-bottom: 17px;
}

	ul.heart {
	list-style-image: url('../images/layout/heart.gif');
	}

	ul.numbers {
	list-style-type: decimal;
	}

acronym, abbr {
border-bottom: 1px dotted;
cursor: help;
}

code, pre {
color: #a3171e;
font: 1em "Courier New", Courier, monospace;
margin: 5px 0 15px 0;
}

em { 
font-size: 1em;
color: #27093d;
font-family: Georgia, Sans-Serif; 
}

p { 
margin: 3px 0 17px 0;
}

img {
border: 0px;
}

	.imgleft {
	float: left;
	margin: 3px 8px 1px 3px;
	border: 5px solid #140c47;
	}

	.imgleft:hover {
	border: 5px solid #6e466b;
	}
	
	.wishlist {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 6px;
	}

.exlink { 
padding-right: 15px;
background: url('../images/layout/linkout.gif') no-repeat 100% 50%;
}

	.exlink:hover {
	background: url('../images/layout/linkout-hover.gif') no-repeat 100% 50%;
	}

.affiliates, .fls {
margin: 0 2px;
}

.center {
text-align: center;
}

.email {
padding: 0 2px 0 2px;
font-size: .9em;
font-family: "courier new";
}

.search {
background-color: #bebbd3;
padding: 0 1px 0 1px;
}

.red {
color: #c64b4b;
}

.green {
color: #43883f;
}

.yellow {
color: #be9a28;
}

.grey {
color: #b6b6b6;
}

.purple {
color: #5c3c4e;
}

#footer {
width: 850px;
margin-left: auto;
margin-right: auto;
color: #c5b5be;
text-align: center;
}