html, body{
	height: 100%;
	background-color: #d4cbc3;
}

body{
	font-family: Palatino, Georgia, Times, serif;
	font-size: small;
}

#content-wrapper{
	width: 966px;
	margin: auto;
}

#header{}

#navigation{
	height: 31px;
	width: 966px;
	background-color: #4f3c29;
	color: white;
	font-size: 1.2em;
}

div#navigation ul{
	margin: 0 20px 0 0;
	padding-top: 5px;
	text-align: left;
}

div#navigation li{
	list-style-type: none;
	display: inline;
}

div#navigation li a{
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 8px 10px 9px 10px;
}

div#navigation li a:hover{
	background-color: #660000;
}

#flash{
	background-color: #eee4da;
}

#content{
	width: 932px;
	height:100%;
	background-color: #eee4da;
	padding: 17px;
	color: #3e2c19;
}

#content h3{
	font-weight: bold;
	font-size: 1.5em;
}

#content h2{
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 7px;
}

#content a{
	color: #3e2c19;
	text-decoration: underline;
}

#text{
	height: 100%;
	min-height: 325px;
	width: 650px;
	margin-left: 75px;
	margin-bottom: 20px;
}

#text p{
	font-size: 1.1em;
	margin-top: 10px;
}

#text.text-sub{
	width: 790px;
	margin-left: 75px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.1em;
}

#follow{
	/*visibility: hidden;*/
	padding: 0 10px 0 20px;
	border-left: 2px solid #c4bcb5;
}

div#follow-sub{
	/*visibility: collapse;*/
	clear: both;
	height: 60px;
	width: 921px;
	text-align: center;
	border-top: 2px solid #c4bcb5;
	padding: 10px 0 10px 0;
}

div#follow-sub li{
	width: 75px;
	vertical-align: middle;
	list-style-type: none;
	display: inline-block;
	margin-left: 45px;
}

#boxes div{
	width: 289px;
	min-height: 275px;
	float: left;
	text-align: center;
	background-color: #d4cbc3;
	border: 2px solid #c4bcb5;
	padding: 5px;
	margin-right: 6px;
}

#boxes img{
	border: 2px solid white;
	margin-bottom: 10px;
}

#boxes h4{
	height: 24px;
	font-size: 1.4em;
	text-align: left;
	background-image: url("images/beres-swirl.png");
	background-position-x: left;
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 24px;
	margin-bottom: 10px;
}

#boxes p{
	text-align: left;
	font-size: 1.05em;
	padding-left: 5px;
}

#clear{
	clear: both;
}

.prize-box{
	width: 385px;
	float: left;
	margin: 5px;
	min-height: 275px;
}

.prize-box h2{
	text-align: center;
}

.prize-box img{
	border: 2px solid white;
	margin-bottom: 5px;
}



#footer{
	padding: 10px;
	background-color: #3e2c19;
	color: white;
	text-align: center;
}

#footer a{
	color: white; 
	text-decoration: underline;
}