body {
	margin-left: 0px;
	margin-top: 5px;
	background-color: #011e22;
}
p, .bodytext {
	font-family: "Comic Sans MS";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
}
a.bodytext:link {
	color: #003399;
}
a.bodytext:hover {
	color: #CC0000;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #F20804;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
li {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #F20804;
	padding-bottom: 20px;
}
.navbg {
	background-image: url(images/static/interface__05.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bodybg {
	background-color: #FFFFFF;
	background-image: url(images/static/interface__06.jpg);
	background-repeat: repeat-y;
}
.leftnav, a.leftnav:link {
	font-family: "Comic Sans MS";
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
a.leftnav:hover {
	background-image: url(images/static/button_over.jpg);
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.leftnavbg {
	background-image: url(images/static/button_up.jpg);
	background-repeat: no-repeat;
}
.smallwhite, a.smallwhite:link, a.smallwhite:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c1c1c1;
}
#buynow {
	position:absolute;
	z-index:99;
}