@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 911px;
	background: #B0B7A5;
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	}
	
/*#container {
	width: 911px;
	padding-right: 88.5px;
	padding-left: 88.5px;
	}*/
	
/*Define text styles*/

p {
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 2.2px;
	margin-top: 3px;
	margin-bottom: 5px;
	}
	
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
	}
	
h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
	color: #666666;
	}
	
h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 1.5px;
	color: #666666;
	line-height: 1.5em;
	}
	
h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: 1.5px;
	color: #666666;
	line-height: 1.3em;
	}
	
a:link {
	color: #7B7C51;
	text-decoration: none;
	}
	
a:hover {
	color: #333333;
	text-decoration: none;
	}
	
a:visited {
	color: #7B7C51;
	text-decoration: none;
	}
	
ul {
	}
	
li {
	}
	
/*Define styles for navigation and headline*/
	
#navigation {
	height: 43px;
	background: #EDEFE7 url(../../assets/images/main/nav_empty.gif) repeat-x;
	}
	
#headline {
	height: 57px;
	background: url(../../assets/images/main/header_back.gif) repeat-x;
	}
	
.content_container {
	float: left;
	}
	
/* Define styles of footer*/
#footer {
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 11px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#footer a:link {
	color: #FFFFFF;
	}
	
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:visited {
	color: #FFFFFF;
	}
	
	
/*Define styles for About Us Page*/
.about_content_container {
	float: left;
	background: url(../../assets/images/about/about_back.gif) no-repeat top;
	height: 438px;
	width: 631px;
	}
	
#about_text {
	height: 337px;
	width: 410px;
	margin-top: 77px;
	margin-left: 20px;
	}
	
#about_text p {
	font-size: 1.2em;
	}
	
	
/*Define Styles for Contact Page*/

#contact_content {
	background: url(../../assets/images/contact/contact_back.gif) no-repeat;
	height: 438px;
	width: 631px;
	}

#contact_form {
	float: left;
	margin-top: 74px;
	height: 314px;
	width: 328px;
	margin-left: 21px;
	z-index: 100;
	}
	
#contact_text {
	float: right;
	margin-top: 70px;
	height: 314px;
	width: 255px;
	margin-right: 15px;
	z-index: 0;
	}
	
#contact_text h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}
	
#contact_text h2 {
	margin-bottom: 4px;
	}
	
#contact_text h3 {
	margin-bottom: 5px;
	}
	
#contact_text h4 {
	margin-bottom: 3px;
	}
	
form {
	font: 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 15px;
	color: #333333;
	}
	
label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #000000;
	}
	
input {
	border: 1px solid #BEBEB8;
	background: #FFFFFF;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 15px;
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 3px 5px;
	color: #333333;
	}
	
textarea {
	width: 90%;
	border: 1px solid #BEBEB8;
	background: #FFFFFF;
	margin-top: 5px;
	height: 60px;
	color: #333333;
	padding: 3px 5px;
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 300;
	}
	
.submit {
	width: 80px;
	margin-top: 10px;
	color: #333333;
	border: 1px solid #B6B6B0;
	font-size: 1.1em;
	}
	
/*Define styles for Events*/

.event_content {
	background: #EDEFE7;
	padding: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	}
