/** Main Design */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8F0E3 url('./images/bg.jpg') repeat-x;
	font: normal 11px Verdana, Tahoma, Arial, Geneva, sans-serif;
	line-height: 18px;
	color: #666;
	margin: 0;
}

a {
	color: #5A93C9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 2px 30px;
}

li {
	margin-bottom: 2px;
}

img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}

h1, h1 a {
	margin: 10px 0;
	font: normal 24px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30;
	letter-spacing: -1px;
}

h1 a:hover {
	text-decoration: none;
}

h2, h2 a {
	color: #666;
	font-size: 13px;
	text-decoration: underline;
	margin: 0 0 5px;
}

#wrap {
	position: relative;
	background: #FFF;
	width: 900px;
	margin: 35px auto 0;
	text-align: left;
	padding: 15px 0 10px;
}

#header {
	width: 870px;
	height: 82px;
	background: #F6EFBB;
	border-top: 3px solid #EAE0AD;
	font: normal 11px Georgia, 'Times New Roman', Times, serif;
	padding: 0;
	margin: 0 auto 15px;
}

#header ul {
	float: right;
	color: #5B4A29;
	font-size: 11px;
	margin: 12px 20px;
	text-transform: uppercase;
	list-style: none;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #5B4A29;
	text-decoration: none;
	font-weight: bold;
}

#header ul li a:hover {
	color: #111;
	text-decoration: underline;
}

#header .title {
	display: block;
	margin: 4px 0 0 22px;
	font-size: 42px;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	color: #000;
}

#header .slogan {
	display: block;
	margin: -3px 0 0 25px;
	font-size: 12px;
	text-transform: none;
	color: #5B4A29;
	clear: both;
}

#content {
	background: #FFF url('./images/content.jpg') repeat-x;
	width: 830px;
	padding: 4px 20px;
	margin-left: 15px;
	border-top: 1px solid #E5E5E5;
}

#footer {
	width: 100%;
	margin: 5px 0 10px;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #666;
}

/** References */

.images {
	margin: 0;
	padding: 0;
	list-style: none;
}

.images li {
	float: left;
	padding-right: 10px;
	text-align: center;
}

.images li img {
	height: 135px;
	width: 200px;
}

.images span {
	display: block;
	margin-bottom: 5px;
}

.desc {
	display: block;
	margin: 0 0 8px 115px;
	text-align: justify;
}

/** Other Stuff */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.justify {
	width: 580px;
	text-align: justify;
}

.img-right {
	margin: 49px 0 0 45px;
}