@charset "utf-8";

body {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #A29584;
	margin: 0px;
	font-family: tahoma;
	font-size: 9pt;
	color: #241e15;
}
#rhs a {
	text-decoration: none;
	color: #FFFFFF;
}

#topbar {
	height: 31px;
}
#seventen {
	width: 710px;
	position: relative;
	margin-top: -31px;
}

#nav {
	background-repeat: no-repeat;
	height: 31px;
	text-align: left;
	line-height: 21pt;
	padding-left: 10px;
}

#seventen #nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
}
#header {
	background-repeat: no-repeat;
	height: 214px;
}

#content-block {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}
#content-lhs {
	width: 445px;
	float: left;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#rhs {
	width: 220px;
	float: right;
	text-align: left;
	padding: 10px;
	height: 100%;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #867968;
}


#footer {
	height: 31px;
	font-size: 7pt;
	clear: both;
	line-height: 20pt;
	color: #000000;
}
.sml {
	font-size: 8pt;
}
.lrg {
	font-size: 11pt;
}
.center {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.right-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.left-image {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
.centred {
	text-align: center;
	clear: both;
}

.pics {
	border: 1px solid #7D705D;
}
