* {
	padding: 0;
	margin: 0;
}

body {
	color: #5B3E1E;
	background: #E5CD73 url('../img/floral_background2.jpg') top left repeat-x;
	font-family: arial;
}

a, a:visited {
	color: #C46604;
}

a:hover {
	color: #3C2C13;
}

img {
	border: 0;
}

#top {
	background: url('../img/header2.jpg') top left no-repeat;
	margin-left: -10px;
	padding: 0;
	height: 400px;
}

#htf {
	background: url('../img/htf.jpg') top right no-repeat;
	float: right;
	width: 555px;
	height: 168px;
	margin-top: 81px;
}

#left {
	position: absolute;
	top: 400px;
	left: 0px;
	margin: 0px;
	padding: 0 0 0 15px;
	border: 0px;
	width: 200px;
	background: #E5CD73;
}

#middle {
	padding: 20px;
	border: 0px;
	margin: -175px 220px 0 220px;
	background: #E5CD73;
	overflow: auto;
}

#right {
	position: absolute;
	top: 400px;
	right: 0px;
	margin: 0px;
	padding: 0 15px 0 0;
	border: 0px;
	width: 200px;
	background: #E5CD73;
}

#footer {
	height: 125px;
	background: #5B3E1E url('../img/footer_bg2.jpg') top left repeat-x;
	color: #FFFFFF;
	text-align: center;
	padding-top: 135px;
	font-size: 11px;
}

#footer a {
	color: #C56603;
	text-decoration: none;
}

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

#topnav {
	margin: -150px 0 150px 205px;
}

#navcontainer {
	margin: 0;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #3C2C13;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 13px 1em;
	background-color: #3C2C13;
	color: White;
	text-decoration: none;
	float: left;
	font-size: 18px;
	font-weight: bolder;
}

#navcontainer ul li a:hover {
	background-color: #C56603;
	color: #FFFFFF;
}

#leftmenu a, #leftmenu a:visited {
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	display: block;
	width: 175px;
	min-height: 25px;
	border: 1px solid #3C2C13;
	background-color: #5B3E1E;
	padding: 8px 0 0 25px;
}

#leftmenu a:hover {
	background-color: #C56603;
}

p {
	text-align: justify;
	padding: 10px;
}

hr {
	margin: 5px;
	height: 1px;
	border: 1px solid #5B3E1E;
}

h1 {
	text-align: left;
	padding: 10px 0 0 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	font-weight: bolder;
}

h4, h3 {
	color: #3C2C13;
	font-size: 1em;
	text-align: left;
}

h3 {
	margin-left: 35px;
}

h4 {
	margin: 0 0 0 65px;
}

h5 {
	font-size: 22px;
	border-bottom: 1px solid #5B3E1E;
	margin-bottom: 5px;
}

input {
	width: 100%;
	height: 25px;
	font-size: 22px;
}

input[type=submit] {
	display: inline;
	text-align: center;
	width: auto;
	background-color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #5B3E1E;
}

textarea {
	width: 100%;
	height: 125px;
	font-size: 22px;
	font-weight: bolder;
}

div {
	padding: 0 10px 0 10px;
}

#flashMessage {
	text-align: center;
	font-size: 14px;
	padding: 0 5%;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	background: #FFF6BF;
}

.info {
	font-size: 11px;
	padding: 0;
}

.actions {
	text-align: right;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.error-message {
	color: #EB4C07;
}

.albumthumb {
	float: left;
	width: 200px;
	min-height: 180px;
	text-align: center;
	border: 1px solid #C46604;
	margin: 5px;
	padding: 5px;
	background: #FFFFFF;
}

ol {
	margin-left: 50px;
	margin-bottom: 15px;
}

.post {
	overflow: hidden;
}