/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #1a1817 url(images/assets/backGround.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p,a,ul,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #908780;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
a {color: #3d80a2;}
div {text-align: left;}
h1 {
	margin: 0;
	padding: 0;
	color: #a47830;
	font-family: "Garamond", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #494542;
	font-size: 20px;
}
.gray {
	color: #67625f;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 862px;
}
div#wrapper {
	position: relative;
	width: 100%;
}
div#topLeft {
	position: absolute;
	width: 231px;
	height: 390px;
	background: url(images/assets/banner.jpg) top left no-repeat;
	top: 0;
	left: 0;
}
div#topLeft p {
	margin-left: 30px;
	font-size: 13px;
	color: #86807b;
}
div#main {
	position: relative;
	margin-left: 231px;
	background-color: #131111;
	min-height: 400px;
}
div.spacer {margin-left: 15px;margin-right: 15px;}
div.spaceIt {position:relative;width: 100%;height: 10px;}
ul#mainMenu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#mainMenu li {
		list-style-type: none;
		text-align: right;
		width: 195px;
	}
	ul#mainMenu li a {
		display: block;
		color: #a47830;
		font-family: "Garamond", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 28px;
		padding-right: 5px;
		font-weight: bold;
	}
	ul#mainMenu li:hover,ul#mainMenu li.active {
		background-color: #131111;
	}
	ul#mainMenu li:hover a,ul#mainMenu li.active a {
		color: #3d80a2;
	}
div.trans {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #1a1817;
	filter: Alpha(opacity=45); /* IE */
	-moz-opacity: 0.45; /* Mozilla */
}
div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
	div#footer p,div#footer a {
		font-size: 11px;
		color: #86807b;
	}
/* End Layout Required */
div.inline {
	float: left;
	display: inline;
	width: 180px;
	height: 225px;
	text-align: center;
	margin: 5px;
}
div.inline p {
	color: #87632a;
	font-size: 12px;
}
.sm {
	font-size: 10px;
	color: #908780;
}