@charset "utf-8";
/* CSS Document */
.wrapper {
	width: 866px;
	height: auto;
	background-color: transparent;
	margin-left: auto;
	margin-right:auto;
}


body {
	background-color: #323232;
	background-image: url(images/bg.png);
	background-position: left top;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323232;
}

.header {
	background-color: #232323;
	background-image: url(images/headtop.png);
	height: 106px;
	width: 100%;
}

.logo {
	background-color: transparent;
	background-image: url(images/logo1.png);
	float: left;
	height: 99px;
	width: 211px;
	margin-top: 5px;
}
.menubuttons {
	background-color: transparent;
	height: auto;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.shoppic{
	background-color: transparent;
	background-image: url(images/shop.png);
	float: right;
	height: 90px;
	width: 256px;
	margin-top: 10px;
	margin-right: 5px;
}
.menu{
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 46px;
	background-position: bottom;
}
.headerbase {
	background-image: url(images/headbase.png);
	height: 20px;
	width: 100%;
	background-position: top;
}
.menubutton1{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 119px;
}
.menubutton2{
	background-image: url(images/gallery.png);
	background-repeat: no-repeat;
	float: right;
	height: 46px;
	width: 119px;
}
.contentbox{
	background-image: url(images/contentbox.png);
	height: 257px;
	width: 565px;
	border: 3px solid #ffffff;
	margin-top: 90px;
	float: left;
	padding: 10px;
}
.contentbox2{
		background-image: url(images/contentbox1.png);
	height: 257px;
	width: 231px;
	border: 3px solid #ffffff;
	margin-top: 90px;
	float: right;
	margin-bottom: 60px;
	padding: 10px;
	text-align: center;
}
.contentbox3{
			background-image: url(images/contentbox2.png);
	height: 104px;
	width: 840px;
	border: 3px solid #ffffff;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding: 10px;
	
	
	
}
.minilogo {
	background-color: transparent;
	background-image: url(images/minilogo.png);
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	width: 136px;
	
}
.footer{
	background-image: url(images/footer.png);
	height: 80px;
	width: 100%;
	background-repeat: repeat-x;
	padding-top: 10px;
}

.pics {
	width: 270px;
	background-color: transparent;
	float: right;
	margin-top: 20px;

}
	
.pic1{
	float:left;
	}
	
	.pic2{
	float:right;
	}
	
	h1{
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	text-align:center;
	
	}
	.contentboxh1{
		width: 200px;
		margin-left: auto;
		margin-right: auto;

	
	}
	img{
		border:0px;
	}
	.copyright{
		margin-top: 30px;
	float: left;
	color: #c9d0d3;
	font-weight: bold;
	}
	
	.designby{
		margin-top: 30px;
	float: right;
	color: #c9d0d3;
	font-weight: bold;
	}
	

