body {
	background-color: #FFFFFF;
	background-image: url(mudcrop%20copy.jpg);
	background-position:right bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#main_cont {
	width: 1160px;
	text-align: left;
}

#header {
	background-color: #DEE655;
	padding-left: 30px;
	padding-top: 10px;
	border-bottom: 3px solid #6c1f1f;
}

#left_nav {
	width: 180px;
	height: 1300px;
	background-color: #dee655;
	float: left;
	clear:both;
	text-align: center;
}

#left_nav ul {
	text-align: center;
	margin: 0px;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	font-variant: small-caps;
}

#left_nav ul li {
	list-style-type: none;
	background: url('images/nav_bg.gif') no-repeat;
	background-position:center;
	margin: 5px;
	padding: 5px;
}


#left_nav li a:link, #left_nav li a:visited {
	text-decoration: none;
	color: #6c1f1f;
	font-style: italic;
	font-weight: bold;
}

#left_nav a:link, #left_nav a:visited {
  color: #000;
  text-decoration: none;
}

#left_nav p {
	font-family: Arial, Helvetica, sans-serif;
}


#left_nav h2 {
	margin: 10px;;
	padding: 0;
	color: #6c1f1f;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

#content {
	float: left;
	width: 900px;
	margin-top: 15px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width: 900px;
	margin-top: 30px;
	float: left;
	text-align: center;
}



.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {font-style: italic; color: #611F11;}
.style5 {font-size: x-small}
.style6 {font-style: italic; color: #611F11; font-size: small; }
.style7 {font-size: small}
.style8 {font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #000000; }
.style9 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; }
.style11 {font-size: x-large}

/* photo contest styles */

#contest_sections { border: 1px solid #111; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
#contest_sections div.selected .title { font-weight: bold; }
#contest_sections div div {
	border-left: 1px solid #6C1F1F;
	padding: 0px;
}
#contest_sections div.title {
	border: 1px solid #6C1F1F;
	background-color: #6C1F1F;
	color: white;
	padding: 10px;
	cursor: pointer;
}
#contest_sections div.selected {
	border-bottom: none;
}

#contest_photos {
	margin: 0 150px 0 150px;
}

#contest_photos img {
	border: 0;
}

.photo {
	display: block;
	width: 180px;
	margin: 10px;
	float: left;
	text-align: center;
}


