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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #795D4B;
	background-repeat: no-repeat;
	height: 800px;
}
.oneColFixCtr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/wall_background.jpg);
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr  #spacer {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	padding-top: 20px;
}
#navLeft {
	float: left;
	padding-left: 80px;
}
#navRight {
	float: right;
	padding-right: 50px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif, Verdana;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-family: Helvetica, Arial, sans-serif, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
#storehouseNav {
	float: left;
	padding-left: 200px;
}
#storehouseNav ul {
	color: #FFFFFF;
	list-style-type: none;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}
#storehouseContent {
	float: right;
	padding-right: 40px;
	width: 450px;
}
#storehouseContent p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}a {
	color: #FFFFFF;
	text-decoration: none;
}
