/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#cccccc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

body a:link, a_visited {
	color:#FF9900;
	text-decoration: none;
	}

body a:hover {
	text-decoration: underline;
	}

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #660000;
	}

#header {
	background-image: url(images/main1.jpg);
	background-repeat: no-repeat;
	height: 360px;
	position: relative;
	padding: 0 25px 0 0;
	text-align:right;
	}

#title {
	height: 190px;
	}

#title img {
	border: none;
	}
	
#content {
	width: 525px;
	float: left;
	background-color:#660000;
	padding-bottom: 25px;
	}

#content_indent {
	width: 500px;
	float: left;
	margin-left:10px;
	background-color:#660000;
	padding-bottom: 25px;
	}
	
#content p {
	width: 475px;
	padding: 0px 25px 0px 25px;
	margin: 0.4em 0 1.2em 0;
	font-size: 80%;
	color:#FFFFFF;
	}

#content h2 {
	width: 475px;
	padding: 0px 25px 0px 25px;
	margin: 0.4em 0 1.2em 0;
	font-size: 100%;
	color:#FFFFFF;
	}

#content h3 {
	width: 475px;
	padding: 0px 25px 0px 25px;
	margin: 0.4em 0 0.4em 0;
	font-size: 90%;
	color:#cccccc;
	}
	
#content table, iframe {
	width: 525px;
	padding: 0px 0px 0px 25px;
	margin: 0.4em 0 1.2em 0;
	border: 0;
	font-size: 80%;
	color:#FFFFFF;
	}

.gallery td {
	padding: 0px 0px 10px 0px;
	}
	
#content th {
	text-align:left;
	font-size: 75%;
	color:#FFFFFF;
	text-transform:uppercase;
	}
	
#content a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
	}

#content ul {
	width: 450px;
	padding: 0px 25px 0px 50px;
	margin: 0.4em 0 1.2em 0;
	font-size: 80%;
	color:#FFFFFF;
	}
	
.imageright {
	float: right;
	border: 0;
	margin-left: 6px;
	margin-bottom: 2px;
	}
	
.imageleft {
	float: left;
	border: 0;
	margin-right: 6px;
	margin-bottom: 2px;
	}
	
.clear {
	clear:both;
	}
	
#navigation {
	background-color:#660000;
	float: right;
	width: 275px;
	padding: 0;
	margin-bottom: 10px;
	text-align:right;
	}

#navigation img {
	border: none;
	}

.weather {
	padding: 0 25px 0 0;
	}
	
#footer {
	clear: both;
	font-size: 60%;
	padding: 0 25px 15px 25px;
	text-align: right;
	color: #cccccc;
	background-color: transparent;
	text-transform: uppercase;
	}
	
.footerleft {
	text-align:left;
	}