body {
	text-align:center;
}

a {
	text-decoration:none;
	color: #d4cab1;
	font-weight:bold;
}

a:hover {
	color:#ffffff;
	font-weight:900;
}

#maincontentbox {
	background-color: #603913;

	width: 90%;
	height: 90%;
	min-width: 500px;
//	min-height: 490px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	margin-top:0;
	padding-top: 15px;
	padding-bottom:15px;
}

#stripebox {
	background-image:url(/images/stripes.png);
	background-repeat: repeat;
	background-color: #a6cb79;
	width: 97%;
	height: 97%;
//	min-height: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	padding-top:2%;
	margin-bottom: auto;	
	text-align: center;
}

#contentbox {
	background-image:url(/images/fade.png);
	background-repeat:no-repeat;
	width:484px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:1%;
	margin-bottom:auto;

}

#header {
width:80%;
padding-top:5%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#shoppic {
text-align:center;
padding-top:5%;
margin-left:auto;
margin-right:auto;
}

#navbar {
width:80%;
padding-top:4%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#footer {
width:80%;
padding-top:5%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#address {
//background-image:url(/images/address.png);
text-decoration:none;
}


