*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: white;
	background: #201001 url(/images/layout/bodyBg.gif) center center repeat-x
}

#wrapper {
	width: 100%;
	height: 100%;
	background: url(/images/layout/wrapperBg.jpg) center center no-repeat;
}

#shim {
	float: left;
	height: 50%;
	margin-top: -289px;
	visibility: hidden;
	width: 100%;
}

#contentWrapper {
	clear: both;
	position: relative;
	width: 938px;
	height: 576px;
	margin: 0 auto;
}

#content {
	position: relative;
	width: 938px;
	height: 576px;
	background: url(/images/layout/contentBg.jpg) left top no-repeat;
}

#indexContent {
	position: absolute; 
	left: 265px;
	top: 65px;
	width: 350px;
	height: 180px;
	padding: 30px 25px; 
	text-align: center;
}

#indexContent h2	 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#indexContent p {
	font-size: 12px;
	color: #000;
	margin: 0 0 10px 0;
}

#indexContent p a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	width: 940px;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#footer ul {
	list-style-type: none;
	text-align: center;
}

#footer ul li  {
	display: inline;
	color: #6c4600;
	font-size: 10px;
	line-height: 18px;
}

#footer ul li a {
	color: #6c4600;
	padding: 0 0 0 2px;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #513001;
}

#footer p a {
	color: #6c4600;
	padding: 0 0 0 2px;
	text-decoration: underline;
}
