body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #c4b995;
	font: normal 100% Arial, Helvetica, sans-serif;
}
a {
	color: #f1eccd;
}
a:hover {
	color: #fff;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, blockquote, table, tbody, th, tr, td {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	color: #f1eccd;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0.3em 0;
}
h2 {
	color: #f1eccd;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 0.3em 0 0.2em 0;
}
h3 {
	color: #f1eccd;
	font-size: 0.8em;
	padding: 0 0 0.1em 0;
}
p {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 0 0 1em 0;
}
ul, ol {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0 0 1em 300px;
	display: block;
}
ul.reg, ol.reg {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0 0 1em 30px;
	display: block;
}
li {
	margin-left: 30px;
}
#wrapHome {
	background: url(../img/bkgd_home.jpg) no-repeat #16140d top center;
}
#wrapSub {
	background: url(../img/bkgd_subpage.jpg) no-repeat #16140d top center;
}
#head {
	height: 84px;
}
#nav {
	background: url(../img/bkgd_nav.jpg) no-repeat center top #c4b995;
	height: 27px;
}
#nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #000;
	margin-right: 22px;
	text-decoration: none;
}
#nav a:hover, #nav a.active {
	color: #867664;
}
#contentHome {
	width: 250px;
	padding: 20px 500px 20px 20px;
	margin: 0 auto;
	height: 422px;
}
#contentSub {
	width: 730px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}
.subPhoto {
	float: left;
	display: inline;
	border: 1px solid #c4b995;
	margin-right: 20px;
}
.winnerPhoto {
	float: left;
	display: inline;
	border: 1px solid #c4b995;
	margin-right: 7px;
}
.toplink {
	text-align: right;
	font-weight: bold;
	font-size: 0.7em;
}
.clear {
	clear: both;
}
#foot {
	clear: both;
	color: #867664;
	font-size: 0.7em;
	text-align: center;
	padding: 10px 0 10px 0;
}