/*	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License */
* {
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #6a120e;
	color: #6F5129;
}

a {
	color:#c36f4b;
	text-decoration: underline;
}
a img {
	background-color:#fff;
	border: 3px solid #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#outer {
	width: 778px;
	margin: 2em auto;
}

#header {
	padding: 1.75em;
	text-align: center;
}

#header h1 {
	font-size: 2em;
}

#header h2 {
	font-size: 1em;
	color: #747474;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#menu {
	background: #6a120e url('images/a1.jpg') top left no-repeat;
	height: 94px;
	width: 778px;
}

#xbg1 {
	position: absolute;
	z-index: 1;
	background: #6a120e url('images/a2.jpg') top left no-repeat;
	width: 778px;
	height: 98px;
}

#content {
	background: #6a120e url('images/a3.jpg') top left repeat-y;
}

#content p {
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6 {
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.1em;
}

#primaryContentContainer {
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent {
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}
#primaryContent a img {
	border: 2px solid #c36f4b;
	padding:2px;
}

#secondaryContent {
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;
}

#footer {
	width: 778px;
	height: 56px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: #6a120e url('images/a4.jpg') top left no-repeat;
	text-align: right;
	font-size:10px;
}

.clear {
	clear: both;
}