body {
	background: #000000;
	color: #ffffff;
	margin: 5px 5px 5px 5px;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

#logobox {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 260px;
	height: 120px;
	overflow: hidden;
}

#topnavbox {
	position: absolute;
	top: 5px;
	left: 265px;
	width: 685px;
	height: 120px;
	text-align: center;
}

#leftnavbox {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 200px;
	height: 200%;
	padding: 125px 5px 5px 5px;
	background: #cc0000;
	border-right-width: 7px;
	border-right-style: inset;
	border-right-color: #ff0000;
	border-top-width: 7px;
	border-top-style: inset;
	border-top-color: #ff0000;
	border-bottom-width: 7px;
	border-bottom-style: inset;
	border-bottom-color: #ff0000;
	clear: both;
	overflow: visible;
}

#searchbox {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 175px;
	height: 100px;
	padding: 15px 5px 5px 5px;
	background: #000000;
	color: #ffffff;
	float: left;
	text-align: center;
}

#mainboxtitle {
	position: absolute;
	top: 125px;
	left: 200px;
	width: 750px;
	height: 180px;
	padding: 10px 10px;
	overflow: auto;
	text-align: center;
	
}

#mainboxdesc {
	position: absolute;
	top: 305px;
	left: 200px;
	width: 750px;
	height: 150px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	overflow: auto;
	text-align: justify;
; clip:    rect(   )
}

#mainboxcart {
	position: absolute;
	top: 480px;
	left: 200px;
	width: 750px;
	height: 115px;
	overflow: auto;
	text-align: center;
; clip:      rect(   )
}

#mainboximage {
	position: absolute;
	top: 595px;
	left: 200px;
	width: 750px;
	height: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
; clip:       rect(   )
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 20pt;
	text-align: center;
	line-height: 8pt;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	line-height: 8pt;
}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	line-height: 8pt;
	font-size: 15pt;
}

