@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

h1 {
	font-size: 18px;
	color: #630;
}

p {
	text-align: justify;
}

a {
	color: #666;
}
a:hover {
	color: #C60;
}

/* Header */
#header {
	background-image: url('../images/logo.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 220px;
}

/* Navigation
#nav {
	background-image: url('../images/bg-nav.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
	text-align: center;
	height: 40px;
}
#nav a {
	padding: 0px 40px;
	line-height: 36px;
	font-size: 20px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
#nav a:hover {
	color: #C60;
}*/
 
/* Navigation */
#nav {
	text-align: center;
	width: 780px;
	height: 65px;
	margin: 0 auto;
}
#nav a {
	font-size: 16px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url('../images/bg-nav-btn.png');
	display: block;
	width: 130px;
	height: 49px;
	line-height: 48px;
	float: left;
	margin: 0 0;
	text-decoration: none;
}
#nav a:hover {
	color: #C60;
	background-position: 0 49px;
}

/* Content */
#contentWrapper {
	background-image: url('../images/bg_content.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 898px;
}
#content {
	padding: 40px 40px;
}

/* Partners */
#partners {
	background-image: url('../images/bg-partners.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#partners img {
	margin: 15px 20px 0px 15px;
	border: 0;
}

/* Copyright*/
#footer {
	background-image: url('../images/bg-footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #039;
}

/* Start Page */
#entersite {
	display: block;
	width: 312px;
	height: 74px;
	background-image: url('../images/bg-enter-btn.png');
	color: #333;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 70px;
	margin: 20px;
	text-decoration: none;
}
#entersite:hover {
	color: #C60;
	background-position: 0 74px;
}

/* Contact Form Styles */
#contactForm {
	padding: 0 30px;
	margin-right: 30px;
	border-right: 1px solid #333;
	color: #333;
}
.textfield {
	background-color: #000;
	border: 1px solid #333;
	color: #C60;
	font-size: 14px;
	width: 200px;
	margin-top: 4px;
}
.textarea {
	background-color: #000;
	border: 1px solid #333;
	color: #C60;
	font-size: 14px;
	width: 200px;
	height: 70px;
	margin-top: 4px;
}
.submit {
	background-color: #000;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
}
.submit:hover {
	background-color: #000;
	border: 1px solid #C60;
	color: #C60;
	font-size: 14px;
}

/* Event Styles */
#eventImg {
	text-align: center;
	width: 204px;
	float: left;
}
#eventImg a {
	text-decoration: none;
}
#eventImg img {
	border: 1px solid #333;
	margin-bottom: 4px;
	width: 150px;
	height: 150px;
}
#eventImg img:hover {
	border: 1px solid #C60;
}

/* Contributor Styles */
.contributor {
	float: left;
	width: 150px;
	height: 150px;
	margin: 26px;
	border: 0;
}
.contributor:hover {
	border: #C60;
}

/* Feedback Styles */
#feedbackForm {
	margin-left: 30px;
}
#feedbackForm label {
	display: block;
	margin: 2px 0 0 20px;
}
#feedbackForm textarea {
	display: block;
	margin: 5px 0 0 20px;
	width: 700px;
	height: 60px;
	background-color: #000;
	border: 1px solid #333;
	color: #C60;
	font-size: 14px;
}