body {
	text-decoration: none;
	background-color: #270402;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D57A20;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CB8238;
}

p ,h1 ,h2, h3, h4 {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#topContainer {
	height:419px;
	width:100%;
	background-image:url("/images/topBackground.jpg"); 
	background-repeat:repeat-x;
}
#middleContainer {
	height:100%;
	width:100%;
	background-color: #0a0403;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	position: relative;
	vertical-align: middle;
	display: table;
}
#bottomContainer {
	height:100%;
	width:100%;
	background-image: url(images/bottombackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	color: #F4DAD0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#bottomContainer a {
	color: #F4DAD0;
	text-decoration: none;
}
#bottomContainer a:hover {
	color: #F4DAD0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F4DAD0;
}
table.full-width {
	width:1010px;
	background-color: #FFF;
	margin:0 auto;
}

table.main-area {
	width:1010px;
	margin:0 auto;
	background-image: url(images/main-area.jpg);
	background-repeat: repeat-y;
}

table.bottom-area {
	width:1010px;
	margin:0 auto;
	background-image: url(images/reflection.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topMenu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 1010px;
	display: block;
}
#button1 {
	background-image: url(images/button1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 127px;
	display: block;
	float: left;
}
#button1:hover {
	background-image: url(images/button1-over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 127px;
	display: block;
	float: left;
}

#button2 {
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 65px;
	display: block;
	float: left;
}
#button2:hover {
	background-image: url(images/button2-over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 65px;
	display: block;
	float: left;
}

#button3 {
	background-image: url(images/button3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 72px;
	display: block;
	float: left;
}
#button3:hover {
	background-image: url(images/button3-over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 72px;
	display: block;
	float: left;
}

#button4 {
	background-image: url(images/button4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 111px;
	display: block;
	float: left;
}
#button4:hover {
	background-image: url(images/button4-over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 111px;
	display: block;
	float: left;
}

#button5 {
	background-image: url(images/button5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 101px;
	display: block;
	float: left;
}
#button5:hover {
	background-image: url(images/button5-over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 101px;
	display: block;
	float: left;
}

#button6 {
	background-image: url(images/button6.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 183px;
	display: block;
	float: right;
	margin-right: 1px;
}
#middle {
	display: block;
	height: 225px;
	width: 1010px;
}
#wood {
	display: block;
	float: left;
	height: 225px;
	width: 254px;	
}
#pics {
	display: block;
	float: left;
	height: 225px;
	width: 257px;	
}
#spoon {
	display: block;
	float: left;
	height: 225px;
	width: 499px;	
}
.gallery li {
	list-style: none;
	text-align: center;
	border: 1px solid #CCC;
	margin: 2px;
	vertical-align: middle;
	display: block;
	float: left;
}
#image-container {
	height:460px;
	width:970px;
	position: absolute;
	z-index: 999;
	display: none;
	background-image: url(images/white.png);
	background-repeat: repeat;
}
.image-border {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 30px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

