* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font: bold 12px "lucida sans", arial, helvetica;
	color: #0af;
}
a img {
	border: none;
}
a:hover {
	color: #fff;
}
body {
	font: 12px verdana;
	background: #000;
/*	color: #a0a0a8;*/
	color: white;
}
p {
	line-height: 140%;
	padding: 13px 0px;
}
#wrapperouter {
	width: 100%;
	background: #000 url(../img/wrapperouter.gif) repeat-x;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/wrapper.gif) no-repeat;
	min-height: 800px;
}
#header {
	height: 220px;
	background: url(../img/header.jpg);
}
#main {
}
#left {
	float: left;
	width: 300px;
}
#right {
	width: 630px;
	margin-left: 358px;
	padding-top: 50px;
}
.menu {
	padding-top: 30px;
}
.menu ul {
	list-style: none;
}
.menu a {
	display: block;
	width: 300px;
	padding: 3px 0px;
	text-indent: 50px;
	font: bold 14px "lucida sans", arial, helvetica;
	color: #0af;
}
.menu a:hover {
	color: #fff;
}
#footerouter {
	clear: both;
	height: 43px;
	background: url(../img/footerouter.gif);
	border-top: 10px solid #000;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #7bf;
	position: relative;
}
#copyright {
	width: 1000px;
	position: absolute;
	top: 14px;
	left: 0px;
	text-align: center;
	font: bold 11px tahoma;
}
.serenprods{
	font-weight: bold; font-size:14px; color: white; text-indent: 50px;
}
.quotetext{
	font-weight: bold; font-size:14px; color: white; 
}
h1 { font: 25px "lucida sans"; color: #0af; font-weight: bold; padding-bottom: 10px; }
h3 { font-size: 14px; color: white; font-weight: bold; }

a.subcat{
	font-size: 14px;
}