html {
	background: #282828;
}
body {
	background: #282828 url(images/index_bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/*
---
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #719108;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #cc7518;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 5px;
}
h2 {
	text-transform: uppercase;
	font-size: 27px;
	letter-spacing: -1px;
	color: #104781;
	margin: 0px 0px 10px 0px;
}
h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #cc7518;
	margin: 10px 0px 5px 0px;
}
div.main {
	margin: 0px 75px 10px 75px;
	border-bottom: 1px dotted #d0d0d0;
	padding-bottom: 10px;
}
div.maintext {
	text-align: justify;
	line-height: 160%;
}
div.prizes {
	width: 33%;
	float: left;
	font-size: 11px;
	text-align: left;
	height: auto;
}
div.prizesbreak {
	clear: both;
}

/*
---
*/

#container {
	background: url(images/index_02.jpg) repeat-y;
	width: 649px;
	height: auto;
	margin: 0px auto;
}
#header {
	background: url(images/index_01.jpg) no-repeat;
	width: 649px;
	height: 405px;
}
#contents {
	width: 649px;
	height: auto;
}
#footer {
	background: url(images/index_03.jpg) no-repeat;
	width: 649px;
	height: 85px;
}

/*
---
*/

#menu {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}
#menu a {
	color: #ee820f;
	margin: 0px 5px 0px 5px;
}
#menu a:hover {
	color: #6a8807;
}
#menu b {
	color: #b6b6b6;
}
