@charset "utf-8";
/* CSS Document */

body {
	background:#333333 url(../images/yep.jpg) no-repeat fixed center 20px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

h5 {
	padding:2px 0;
	margin:0;
	font-size:16px;
	text-decoration:underline;
}

a {
	color:#960;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none !important;
}

#wrapper {
	width:700px;
	margin:10px auto;
	background:#CCC;
	border:2px #FC0 solid;
}

#header {
	padding:20px;
	width:660px;
	height:110px;
	background:#000;
}

#header h1{
	color:#FFF;
	font-size:40px;
	margin:5px 0;
	padding:0;
}

.headerleft {
	display:block;
	float:left;
	width:330px;
	height:110px;
	text-align:center;
}

.headerright {
	margin:-20px -20px -20px 0;
	display:block;
	float:left;
	width:350px;
	height:150px;
	text-align:right;
}

.which {
	width:30px;
	height:80px;
	position:absolute;
	left:50%;
	margin:-20px 0 0 -382px;
}

#home {
	background:url(../images/home.gif) no-repeat left;
}

#prizes {
	background:url(../images/prizes.gif) no-repeat left;
}

#register {
	background:url(../images/register.gif) no-repeat left;
}

#sponsor {
	background:url(../images/sponsor.gif) no-repeat left;
}

#winners {
	background:url(../images/winners.gif) no-repeat left;
}

#course {
	background:url(../images/course.gif) no-repeat left;
}

#main{
	width:660px;
	min-height:300px;
	padding:20px;
}

#main .box{
	width:330px;
	float:left;
}

#clear{
	width:700px;
	height:16px;
	display:block;
	clear:both;
}

#footer{
	width:700px;
	height:25px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	text-align:center;
}

#footer p{
	padding:4px;
	margin:0;
}

#footer a{
	color:#999;
}

/*Navigation*/
ul#nav{
	display:block;
	width:700px;
	height:22px;
	background-color:#FC0;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#nav li{
	border-left:1px solid #000;
	display:block;
	float:left;
	text-align:center;
}

ul#nav li.first{
	border-left:none !important;
}

ul#nav li a{
	display:block;
	width:115px;
	height:22px;
	color:#000;
	text-decoration:none;
}

ul#nav li:hover a,
ul#nav li a:hover,
ul#nav li#active a{
	font-weight:bold;
}

ul#nav li#active:hover a,
ul#nav li#active a:hover{
	font-weight:normal !important;
}