body {
	background-color: #6b6051;
	text-align:center;
	margin:auto;
	font-family: "Arial", sans-serif;
	color: #585046;
}

#shell {
	position: relative;
	background-color: #211d1e;
	width: 800px;
	height: 600px;
	margin:auto;
	z-index: 1;
}

#topnav {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 43px;
	width: 800px;
	z-index: 2;
}

#nav-shell {
	position:absolute;
	left: 0px;
	top: 43px;
	width: 185px;
	height: 430px;
	background: url("../images/bg-nav.jpg");
	z-index: 2;
}
	
	#nav {
		position: absolute;
		top: 45px;
		left: 12px;
		width:160px;
		text-align:right;
		z-index: 3;
	}
	
	#nav p {
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #26231f;
		margin-bottom:25px;
	}
	
	#nav a:link, #nav a:visited {
		color: #796d5d;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #26231f;
		text-decoration: none;
	}

	#banner {
		position: absolute;
		top: 318px;
		left: 0px;
		width: 185px;
		height: 112px;
		overflow: hidden;
		z-index: 3;
	}

#content-shell {
	position: absolute;
	left: 185px;
	top: 43px;
	width: 615px;
	height: 430px;
	z-index: 2;
}
	
	#content {
		position: absolute;
		left: 55px;
		top:30px;
		width: 560px;
		height: 400px;
		text-align:left;
		overflow: hidden;
		z-index: 3;
	}
	
	#content-wide {
		position: absolute;
		left: 25px;
		top:30px;
		width: 590px;
		height: 400px;
		text-align:left;
		overflow: hidden;
		z-index: 3;
	}

#border-bottom {
	position: absolute;
	left: 0px;
	top: 473px;
	height: 22px;
	width: 800px;
	z-index: 2;
}

#bottom {
	position: absolute;
	left: 0px;
	top: 494px;
	width: 800px;
	height: 106px;
	z-index: 2;
}


p {
	font-family: "Arial", sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0px 0px 1em 0px;
}

.small {
	font-size:10px;
}

.featured {
	color: #736756;
}

a:link, a:visited {
	color: #336666;
	text-decoration: underline;
}

a:hover {
	color: #8ea180;
	text-decoration: underline;	
}

a.ital:link, a.ital:visited {
	font-family: "Georgia", "Times", serif;
	color: #336666;
	font-style: italic;
	font-weight:bold;
	text-decoration: underline;
}

a.ital:hover, a.ital:hover {
	color: #8ea180;
	text-decoration: underline;
}

a.press:link, a.press:visited {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}

a.press:hover, a.press:hover {
	color: #336666;
	font-style:italic;
	text-decoration: underline;
}

input, textarea, input.bordered {
	border: 1px solid #000000;
	background: url('images/spacer.gif');
	font-family: "Arial", sans-serif;
	font-size:10px;
	color: #000000;
	margin:0px;
}

input.other {
	border: 0px;
	background: url('images/spacer.gif');
	font-family: "Arial", sans-serif;
	font-size:10px;
	color: #000000;
	margin:0px;
}

.large {
	font-size: 14px;
}

.light {
	color: #736756;
}
p.light a:link, p.light a:visited {
	color: #736756;
	text-decoration:underline;
}
p.light a:hover {
	color: #a7967e;
	text-decoration:underline;
}

	
.fieldlabel {
	position:relative;
	font-size:10px;
	width:147px;
	height:20px;
	text-align:right;
}

.fieldlabel2 {
	position:relative;
	font-size:10px;
	width:50px;
	height:20px;
	text-align:right;
	overflow:visible;
}

.field {
	position:relative;
	font-size:10px;
	width:332px;
	height:20px;
	text-align:left;
}

.field2 {
	position:relative;
	font-size:10px;
	width:200px;
	height:20px;
	text-align:left;
}


.textfield {
	position:relative;
	font-size:10px;
	width:332px;
	height:70px;
	text-align:left;
}