html, body {
	background: url('images/blackbg.jpg') repeat-y center top;
	margin: 0px;  
	background-color: #FFFFFF; 
	text-align: center; 
}

body, tr, td {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px; 
	color: #e6e6e6;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: justify;
	position: relative; 
}

#top {
	position: absolute; 
	left: 0px;
	top: 0px;
}

#menu {
	position: absolute; 
	left: 0px;
	top: 170px;
	width: 86px;
	font-size: 12px;
	font-weight: bold; 
}

#content {
	position: absolute;
	left: 86px;
	top: 83px;
	width: 864px; 
}

#one {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 250px;
	line-height: 20px;
}

#two {
	position: absolute;
	top: 80px;
	left: 300px;
	width: 250px; 
	line-height: 20px;
}

#three {
	position: absolute;
	top: 80px;
	left: 570px;
	width: 250px;
	line-height: 20px;
}

#four {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 445px;
	line-height: 20px;
}

#five {
	position: absolute;
	top: 0px;
	left: 460px;
	width: 350px; 
	line-height: 20px;
}

h1 {
	font-family: Georgia, Times, "Times New Roman";
	color: #676765;
	font-size: 40px;
	text-align: right; 
	padding: 0 30px 0 0; 
	font-style: italic; 
}

ul, li {
	list-style: none; 
	text-align: right; 
	margin: 0px; 
	padding: 0px; 
}

li {
	padding: 5px 0;
}

li a {
	display: block;
	padding: 5px 10px 5px 0;
	color: #2d384d;
	text-decoration: none; 
}

li a:hover {
	display: block;
	padding: 5px 10px 5px 0;
	color: #2d384d;
	background: url('images/menubg.jpg') repeat-x center; 
	text-decoration: none; 
}

.thumb {
	padding: 3px; 
	border: 1px solid #676765;
}

.thumb:hover {
	background-color: #FFFFFF;
	border: 1px solid #f9bd60;
}

.product {
	margin: 0 10px 30px 0;
	width: 400px;
}

.prodname {
	font-size: 16px;
	color: #658ee0;
}

a {
	color: #658ee0;
	text-decoration: none;
}

a:hover {
	color: #f9bd60;
}