* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #271D12;
	color: #666666;
}

a {
	color: #271D12;
}

a:hover {
	color: #93B3AC;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
}

#header {
	width: 900px;
	padding: 10px;
	height: 440px;
	background: #FFFFFF url('../img/header.jpg') top left no-repeat;
}

#nav {
	padding-top: 250px;
	width: 200px;
}

#nav ul {
	list-style: none;
}

#nav ul li a {
	height: 20px;
	line-height: 20px;
	width: 200px;
	display: block;
	border-bottom: 2px solid #dcdce9;
	color: #93B3AC;
	text-decoration: none;
	font-weight: bolder;
}

#nav ul li a:hover {
	color: #271D12;
	background: url('../img/nav_bg2.jpg') top left no-repeat;
	padding-left: 25px;
	border: none;
	height: 22px;
	line-height: 22px;
}

#content {
	width: 900px;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 500px;
}

#left {
	float: left;
	width: 620px;
}

#right {
	float: left;
	width: 230px;
	margin-left: 20px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 15px;
	background: url('../img/right_bg.jpg') 0 50px no-repeat;
}

#footer {
	width: 900px;
	background: #93B3AC url('../img/footer_bg.jpg') top left no-repeat;
	margin: 0;
	padding: 25px 10px;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
}

#footer a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #271D12;
}

.clear {
	clear: both;
}

img {
	border: none;
}

input[type=text], input[type=password] {
	width: 250px;
	height: 20px;
	border: 1px solid #CECECE;
	display: block;
	margin: 10px 0;
}

textarea {
	display: block;
	width: 400px;
	height: 200px;
	margin: 10px 0;
}

h1 {
	color: #93B3AC;
	border-bottom: 1px dotted #93B3AC;
	margin: 10px 0;
	padding: 10px 0;
	font-style: italic;
	font-size: 22px;
	background: url('../img/grass.jpg') top right no-repeat;
}

h2 {
	color: #271D12;
	font-size: 18px;
	margin: 10px 0;
}

h3 {
	color: #271D12;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dotted #271D12;
}

hr {
	margin: 15px 0;
	color: #CECECE;
}

p {
	text-indent: 15px;
	margin: 15px 0;
	text-align: justify;
}

.info {
	font-size: 10px;
	margin: 15px;
}

.actions {
	float: right;
}

#flashMessage {
	text-align: center;
	font-size: 14px;
	padding: 0 5%;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	background: #FFF6BF;
	margin: 10px;
}

.gallery {
	margin: 0;
}

.gallery li {
	display: inline;
	list-style: none;
	width: 200px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
	margin: 0 6px 2px 0;
	text-align: center;
}