body {
	background-color: #2b2b2b;
	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	color: #999;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px 5px 10px 5px;
}
li {
	text-align: left;
}
a {
	color: #6bb3dd;
	text-decoration: none;
}
a:hover {
	color: #458cb5;
}
.clear {
	clear: both;
}
#logo h1 {
	color: #5FC6E7;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 20px;
	font-size: 30px;
	text-transform: none;
}
.white {
	color: #FFF;
}
.gray {
	color: #888;
	font-size: 80%;
}
h1 {
	color: #333;
	font-size: 120%;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#logo {
	width: 800px;
	margin: 0px auto;
}
#nav {
	width: 800px;
	max-width: 800px;
	margin: 0px auto;
	background-image: url(nav-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 34px;
	line-height: 34px;
	text-align: left;
	
}
#nav a {
	color: #BBB;
	padding: 0px 8px;
}
#nav a.first {
	padding: 0px 8px 0px 16px;
}
#nav a:hover {
	color: #5FC6E7;
}
#white {
	width: 800px;
	max-width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
	min-height: 300px;
}
#content {
	width: 600px;
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 5px;
	border-right: 1px solid #CDCDCD;
}
#content img {
	padding-bottom: 10px;
}
#left {
	width: 178px;
	padding: 0px;
	float: right;
	margin: 10px 5px 10px 0px;
}
#left a {
	display: block;
	padding: 5px 0px 5px 15px;
	text-align: left;
}
#csd {
	padding: 25px 5px 25px 0px;
	text-align: center;
}
#bottom {
		 background-image: url(bottom.gif);
		 background-position: top center;
		 background-repeat: no-repeat;
		 height: 6px;
		 padding: 0px;
		 margin: 0px auto;
		 width: 800px;
}
#footer {
	height: 80px;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	line-height: 30px;
	text-align: right;
}
#footer a {
	padding: 0px 8px;
	margin: 0px;
}
span.price {
	display: block;
	text-align: left;
}