
body {
	background: #777;
}

p, h1, h2 {
	margin-bottom: 15px;
}

h2, ul#nav li a, .readmore {
	font-family: 'Chunk';
	line-height: 140%;	
	}
	
h2, ul#nav li a {
	text-transform: uppercase;
	}	

h1 {
	font-size: 110%;
	color: #343631;
}

h3 {
	font-size: 120%;
}

ol {
	list-style: decimal;
	margin-left: 25px;
}

ol li {
	margin-bottom: 15px;
	padding;-left: 10px;
}

a {
	color: #F2E9C7;
	text-decoration: none;
}

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

input[type=text], textarea {
	width: 60%;
}

.wrapper {
	width: 1004px;
	margin: 0 auto;
	font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Arial, sans-serif;
	line-height: 135%;
	background: #33352E;
}

#header {
	height:  491px;
	background: url(../images/bg_head.jpg) top repeat-x;
	color: #242420;
	padding: 0 20px;
}

#short #header {
	height: 105px;
}

#logo {
	float: left;
	width: 190px;
}

ul#nav {
	float: right;
	margin-top: 40px;
}

ul#nav li {
	float: left;
	display: inline;
	padding: 8px 20px 0 0;
	background: url(../images/star.png) right no-repeat; 
} 

ul#nav li.last {
	padding-right: 0;
	background: none;
}

ul#nav li a {
	font-size: 95%;
	color: #4F4C3C;
	text-decoration: none;
	padding: 8px;
	padding-bottom: 4px;
}

ul#nav li a:hover {
	background: #4F4C3C;
	color: #F2E9C7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#splash {
	clear: both;
}

#intro {
	width: 450px;
	float: left;
}

#splash img {
	float: right;
/*	margin-top: 25px;*/
}

#splash h1 {
	padding-top: 50px;
}

.quote {
	text-align: right;
}

.disclaimer {
	font-size: 80%;
	line-height: 130%;
	margin-top: 50px;
}

#content {
	color: #fff;
	font-size: 80%;
	min-height: 250px;
	padding: 0 20px;	
}

#content h2 {
	font-size: 160%;
	margin-top: 60px;
	color: #F2E9C7;
}

#homecolumn {
	margin-top: 60px;
}

#homecolumn img {
	float: left;
	border: 5px solid #fff;
	margin: 0 10px 10px 0;
	width: 301px;
}

#homecolumn h2 {
	text-align: center;
	font-size: 350%;
	margin-bottom: 40px;
}

#singlecolumn {
	padding: 0 100px;
}

#maincolumn {
	width: 650px;
	float: right;
}

a.readmore, input[type=submit], input[type=reset] {
	padding: 8px 8px 5px 8px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	cursor: pointer;
	background: #222;
	border: 2px solid #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 30px;
	display: inline-block;
	-moz-box-shadow: 2px 2px 2px #222;	
	-webkit-box-shadow: 2px 2px 2px #222;
	box-shadow: 2px 2px 2px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222', Direction=135, Strength=2);  
}

a.readmore:hover, input[type=submit]:hover, input[type=reset]:hover {
	background: #000;
}

#sidecolumn {
	float: left;
	width: 300px;
}

#photos img {
	margin: 0 3px 3px 0;
	border: 3px solid #fff;
}

#video object {
	border: solid 5px #fff;
}

ul.board {
	width: 40%;
	float: left;
}

ul.board h3:first-child {
	margin-right: 10%;
}

ul.board h3 {
	border-bottom: 1px solid #A59F7C;
}

ul#events li {
	margin-bottom: 15px;
}

.floatright {
	float: right;
	margin: 50px 0 10px 10px;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 50%;	
	padding: 100px 20px 60px 20px;
}







