@charset "utf-8";
/* CSS Document */


* {
border:0;
padding:0;
margin:0;
}



#Container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#Header {
	background:url(Images/HeaderBackground.png);
	background-repeat:no-repeat;
	width:800px;
	height:251px;
	text-align:right;

}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(Background.jpg);
	background-repeat: repeat;
	background-color: #3D2B1D;
}

#mainContent {
	background:url(FullBackgroundRepeat.png);
	background-repeat:repeat-y;
	width:800px;
	height:auto;
}


#Title {
	width: 532px;
	height:106px;
	float:left;
}

#rightNav {
	width:268px;
	height:570px;
	float: right;
	background:url(Nav/NavRight.png);
	background-repeat:no-repeat;
}

#copyright {
	background:url(Bottom.png);
	background-repeat:no-repeat;
	width:800px;
	height:86px;
	text-align:center;
	color:#a39285;
	font-size:10px;

}


p, h1, h2, h3, h4, h5, h6, ul, ol, li{
	margin-left:90px;
	margin-right:90px;

}

li {
	margin-left:30px;
	margin-right:60px;
}

hr {
	border-style:solid;
	color:#330000;
	margin-left:90px;
	margin-right:90px;

}

a:link {
	color: #990066;
}
a:visited {
	color: #9900CC;
}
a:hover {
	color: #99ffff;
}
a:active {
	color: #990066;
}

.brownBorder {
	border: thin solid #481210;
}

.blackBorder {
	border: thin solid #000000;
}

.pinkBorder {
	border: thin solid #990066;
}

.floatLeft {
	float:left;
	margin:4px;
	border: thin solid #481210;
	margin-left:90px;
}

#generalStore {
	width:578px;
	margin-left:auto;
	margin-right:auto;

}

.smallFont {
	font-size:9px;

}
.largeFont {
	font-size:16px;
}

.smallGray {
	color: #CCCCCC;
	font-size: 10px;
}

#generalStore p, h1, h2, h3, h4, h5, h6, ul, ol{
	margin: 3px;
}

#generalStore p {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #000000;
}

#generalStore h4 {
	font:Georgia, "Times New Roman", Times, serif;
 	color:ab078a;
}

#website {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

#website p, h1, h2, h3, h4, h5, h6, ul, ol{
	margin: 3px;
}

#website p {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #000000;
}

#website h4 {
	font:Georgia, "Times New Roman", Times, serif;
 	color:ab078a;
}

#website img {
	margin-left:13px;
}

#featureSite {
	margin-left:83px;
	margin-top:10px;
	background-color:#feecd7;
	width:420px;
	height:280px;
	padding: 2px;
	border: medium solid #000000;

}

#featureSite p, h4 {
	margin:3px;
	text-align:left;
}

.webItems {
	width:50%;
	background-color: #feecd7;
	padding: 2px;
	border: 1px solid #390807;
	vertical-align: top;
	text-align: left;
	height:auto;
	border: medium solid #000000;
	color:#999;
	font-size:11px;
	line-height:120%;
	padding-left:15px;
}

	
.storeItems {
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #390807;
	vertical-align: top;
	text-align: center;
	height:499px;
	border: medium solid #000000;
}

.customerItems {
	padding: 2px;
	vertical-align: top;
	text-align: center;
	height:auto;
}

#customerItems {
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

#customerItems p {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #000000;
}

#customerItems h4 {
	font:Georgia, "Times New Roman", Times, serif;
 	color:ab078a;
}

