body {
	margin: 0;
	background: #000000;
	background-image:  url(/page-top.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #EAF5FF;
}

#site_logo {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
}

#content {
	position: absolute;
	margin-left: 220px;
	margin-right: 10px;
	top: 220px;
	color: #E5E5E5;

}
#content a {
	text-decoration: underline;
	color:#0C7C00;
}
#content a:hover  {
	color : #12B813;
	text-decoration : underline;
}


h1 {
	color: #09740A;
	font-weight: bold;
	font-size: 200%;
}



#nav {
	position: absolute;
	top: 185px;
	width: 207px;
	background: #0f0f0f;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	vertical-align: bottom;
	width: 207px;
}
#nav li a {
	display: block;
	height: 33px;
	padding-left: 24px;
	background-image: url(/button-nav.jpg);
	color: #ffffff;
	text-decoration: none;
	line-height: 180%;
}
#nav li a:hover {
	color: #000000;
}
#nav ul.subnav a {
	background-image: url(/button-subnav.jpg);
}



#copyright {
	clear: both;
	font-size: 70%;
	text-align: right;
}


a img {
	border: none;
}
#simpleShop_cart td,
#simpleShop_cart th {
	padding: 0.5em 2em;
}
#simpleShop_cart td {
	border-top: thin dotted #00ff00;
}
#simpleShop_cart a {
	margin-left: 80px;
}
