@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/2HLbackground.jpg);
	border: thin solid #CCC;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #F00;
	height: 900px;
}
#nav {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #000;
	color: #FFF;
	background-image: url(../images/topbar.jpg);
}
#footer {
	height: 72px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #000;
	font-size: 14px;
	color: #FFF;
}
#left_nav {
	float: left;
	height: 900px;
	width: 250px;
	background-color: #000;
	color: #FFF;
	padding-left: 4px;
	font-size: 13px;
}
#right_content {
	float: right;
	width: 635px;
	background-color: #FFF;
	color: #000;
	height: 900px;
	padding-right: 3px;
	padding-left: 3px;
	background-image: url(../images/front_background.jpg);
}

#flash {
	float: right;
	height: 120px;
	width: 175px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	margin-right: 30px;
}
#midframe {
	height: 200px;
	width: 450px;
	padding-left: 168px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 36px;
	color: #000;
}
h2 {
	font-size: 12px;
	color: #FFF;
}
#cart {
	width: 643px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	float:right;
	background-color:#FFF;
}
.back {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
}

