body {
	margin:0px;
	background-color:#464130;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.contentbox {
	
	padding:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#88926b;
	background-color:#1f1d15;
	margin-left:25%;
	margin-right:25%;
	min-height:300px;
	min-width:500px;
}

a {
	color:#c3b2a1;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.gallery {
	font-size:small;
}

.end {font-family:Verdana, Geneva, sans-serif;
      font-size:small;
}

.image{
	display:block;
	width:95px;
	height:127px;
	overflow:hidden;
}

#gallerybox td {
	width:95px;
	height:127px;
}

.menubtn {
	display:block;
	height:34px;
	width:85px;
}

#menu td {
	width:85px;
	height:34px;
}

#home_down {
	background-image:url(images/home_on.jpg);
}

#home_up {
	background-image:url(images/home_off.jpg);
}

#home_up:hover {
	background-position:bottom;
}

#gallery_down {
	background-image:url(images/gallery_on.jpg);
}

#gallery_up {
	background-image:url(images/gallery_off.jpg);
}

#gallery_up:hover {
	background-position:bottom;
}

#shop_down {
	background-image:url(images/shop_on.jpg);
}

#shop_up {
	background-image:url(images/shop_off.jpg);
}

#shop_up:hover {
	background-position:bottom;
}

#about_down {
	background-image:url(images/about_on.jpg);
}

#about_up {
	background-image:url(images/about_off.jpg);
}

#about_up:hover {
	background-position:bottom;
}

#contact_down {
	background-image:url(images/contact_on.jpg);
}

#contact_up {
	background-image:url(images/contact_off.jpg);
}

#contact_up:hover {
	background-position:bottom;
}

h3 {
	color:#646d4a;
}