/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	background-color: #281f16;
}

.wrapper {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	width: 900px;
	color: #c0c7a0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	text-align: center;
	margin-top: 30px;
}

#contest {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	padding-right: 130px;
	padding-left: 130px; }

#left {
	float: left;
	width: 500px;
}

#right {
	float: right;
	width: 340px;
}

#right, #left {
	margin-top: 30px;
}

.clear {
	clear: both;
	display: block;
	height: 1%;
	vertical-align: middle;
}

.bold {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}

.bold2 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}