body {
	padding: 0px;
	margin: 0px;
	min-width: 720px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
	color: #065089;
	background-color: #eae1b9;
	background-image:   url("/assets/images/misc/page_bg.jpg");
	background-repeat: repeat-x;
}

#pageouter {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 720px;
}

#logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 100px;
}

#header {
	position: relative;
	float: left;
	top: 1px;
	left: 0px;
	width: 720px;
	height: 349px;
	margin: 0;
	padding: 0;
}

#contentinner {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 720px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#contentinnerpopup {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 720px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

.content a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
}

.content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
}

h1 {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 710px;
	margin: 0;
	padding-left: 10px;
	background-image:   url("/assets/images/misc/main_block.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color: #a27331;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #a27331;
	background-color: #f1ecd8;
	padding: 4px;
	display: block;
}

hr {
	width: 100%;
	height: 1px;
	color: #a27331;
	margin-bottom: 0;
	padding-bottom: 0;
}

.boldtext {
	font-weight: bold;
}

#homepageimages {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 720px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	text-align: center;
}

.homeadvert {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 201px;
	margin: 0;
	padding: 0;
}

.homeadvert img {
	width: 201px;
	height: 144px;
	display: block;
}

.homeadvert p {
	text-align: center;
	padding: 5px;
	margin: 0px;
}

.homeadvert a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
	font-size: 0.7em;
}

.homeadvert a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
	font-size: 0.7em;
}

.homeadvertmiddle {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 201px;
	padding: 0;
	margin: 0px 55px 0px 55px;
}

.homeadvertmiddle img {
	width: 201px;
	height: 144px;
	display: block;
}

.homeadvertmiddle p {
	text-align: center;
	padding: 5px;
	margin: 0px;
}

.homeadvertmiddle a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
	font-size: 0.7em;
}

.homeadvertmiddle a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
	font-size: 0.7em;
}

.contentbar {
	float: left;
	margin: 10px 0px 10px 0px;
	top: 10px;
	background-image:   url("/assets/images/misc/small_block.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	width: 710px;
}

.contentbar a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
}

.contentbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
}

.contentbar img {
	float: left;
	margin: 0px 2px 10px 2px;
}

#footer {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 720px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	font-size: 0.7em;
	border-top: 1px solid #a27331;
	text-align: center;
}

.footer {
	color: #a27331;
}

.footer a {
	color: #a27331;
	text-decoration: none;
}

.footer a:hover {
	color: #065089;
	text-decoration: none;
}

.thumbnails {
	text-align: center;
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0px 10px 0px;
	display: block;
}