 body
  {
	margin: 0;
	color: #000;
	background: #fff;
	color: #000;
	background: #000000;
	background-image: url(img/_bkg.jpg); 
	background-repeat: repeat-y;
	font-family:Georgia, serif;
	height: 100%;
  }

.bodyWrapper {
	text-align: left;
	color: #f0f0f0;
	font-family: Tahoma;
	font-size: 13px;
	margin-left: 30px;
	border: 0px solid #fff;
}


a.nav, a.nav:visited {
	font-family:Tahoma;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px; 
	padding-right: 15px;
	font-weight: bold;
	background-image: url(img/diamond2.jpg);
	background-repeat: no-repeat;
}

a.nav:hover, a.nav:active {
	color: #505050;
	background-image: url(img/diamond.jpg);
	background-repeat: no-repeat;	
}
a.gallery {
	color: #fff;
}


a, a:visited, a.gallery, a.gallery:visited {
	color: #f0f0f0;
}
a:active, a:hover, a.gallery:active, a.gallery:hover {
	color: #505050;
}

img.galleryImage {
	border: 4px solid  #990000;
}

.navWrapper {
	margin-left: 200px;
	width: 500px;
	text-align: left;
	border: 0px solid #fff;
}
.searchBoxWrapper {
	text-align: left;
	position: relative;
	border: 0px solid #fff;
	top: 0px;
	left: 0px;
	width: 200px;
}
.cartWrapper {
	font-family:Tahoma;
	color: #CCFF33;
	font-size: 12px;
	margin-left: 750px;
	margin-top: -10px;
}

a.cartWrapper, a.cartWrapper:visited {
	font-family:Tahoma;
	color: #CCFF33;
	font-size: 12px;
}
a.cartWrapper:hover, a.cartWrapper:active {
	color: #666666;
}

input {
	font-size: 9px;
	background: #f0f0f0;
}


.mainWrapper {
	text-align: center;
}

p {
	font-size: 13px;
	color: #f0f0f0;
}

h2.galleryHeader {
	color: #fff;
	font-size: 18px;
	
}

.checkoutBox {
	padding: 20px;
	bgcolor: #505050;
}