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

<style type="text/css">

body {
	background-color: #000;
}
body {
	background-color: #000;
}
.wrapper {
	width: 920px;
	padding: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-color: #000;
	background-image: url(images/headername.png);
	background-repeat: no-repeat;
	background-position: 30px top;
	height: 40px;
	padding: 5px;
}
.nav {
	float: left;
	line-height: 8px;
	margin-top: 20px;
}
.cont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	padding: 20px;
}
.nav p   {
	color: #EEE;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
}
.nav p a   {
	color: #EEE;
	text-decoration: none;
}
.icons {
	float: right;
	padding: 0px;
}
.mainContent {
	border: 1px solid #EEE;
	background-color: #826C48;
	text-align: center;
	height: 520px;
}
a   {
	color: #EEE;
	text-decoration: underline;
}
h1   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
h2   {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
h3   {
	color: #EEE;
	font-size: 12px;
	font-style: italic;
}
h4   {
	color: #EEE;
}
#gallery {
	float: right;
	margin-top: 450px;
	margin-right: 15px;
}
#gallery img {
	background-color: #EEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border: thin solid #222;
	margin-right: 2px;
}
#mainPhoto {
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#mainPhoto img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2px;
	border: 2px solid #EEE;
}
#contacttext2 {
	margin-top: 150px;
	margin-left: 150px;
}
#contacttext   {
	margin-right: auto;
	border: 1px solid #000;
	color: #EEE;
	margin-left: auto;
	padding: 5px;
	background-color: #300;
}
#contacttext p  {
	text-align: center;
}
#FLVPlayer   {
	background-color: #000;
	padding: 0px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	background-color: #000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
	float: none;
	height: 30px;
}
.footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #EEE;
	text-align: left;
	font-style: italic;
	text-indent: 110px;
	margin: 0px;
	padding: 4px;
}
.footer p a {
	color: #EEE;
}

</style>
.clear {
	clear: both;
}

