* {
	font-family: Comic Sans MS;
	}

body {
	width: 800px;
	background-color: rgb(0,80,0);
	margin-left: auto;
	margin-right: auto;
	}

hr {
	border: 0px solid white;
	}

h1 {
	color: rgb(0,80,0);
	margin-top: 0px;
	}

#wrap {
	border: 0px solid white;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

h2.products {
	color: rgb(0,80,0);
	}

h3 {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: -.75em;
	}

h3.products {
	color: rgb(0,80,0);
	}

a {
	color: rgb(0,80,0);
	}

b {
	color: rgb(0,80,0);
	}

p {
	font-family:arial;
	font-size:18px;
	color: rgb(0,80,0);
	padding-left: 50px;
	padding-right: 50px;
	}

ul {
	background-color: rgb(0,80,0);
	margin: 0;
	padding: 0px 0px;
	list-style: none;
	font-size: 20px;
	}

#header {
	float: left;
	width: 100%;
	background-color: rgb(0,80,0);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#logo {
	border-top: 15px solid white;
	border-left: 15px solid white;
	border-bottom: 5px solid white;
	}

#header li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin-bottom: -1px;
	padding: 0 0 0 9px;
	margin-right: -5px;
	}

#header a {
	float: left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	}

#header #current {
	background-image:url("images/left_on.gif");
	}

#header #current a {
	background-image:url("images/right_on.gif");
	padding-bottom:5px;
	}

#header a {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	}

/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

div.content {
	clear: both;
	display: block;
	width: 100%;
	border-top: 0;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid rgb(0,80,0);
	}

span.product {
	float:left;
	width:180px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:auto;
	height:280px; color:rgb(0,80,0);
	
#clear {
	clear: both;
	}
