@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: left;
	line-height: 18px;
	cursor: default;
}

body {
	background: white url('../../images/layout/page_background.gif') repeat-x top center;
	margin: 0px;
	padding: 0px;
}

a {
	color: #70614e;
	font-weight: bold;
}

a:hover {
	color: #8f5444;
	font-weight: bold;
}

a:visited {
	color: black;
	font-weight: bold;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.spacer {
	width: auto;
	height: 20px;
}

.coloured_black {
	color: #8f5444;
	font-weight: bold;
}

.coloured_gray {
	color: #837666;
	font-weight: bold;
}

#page_header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	height: 140px;
	/*background: url(../../images/layout/header_background.gif) no-repeat top center;*/
	position: relative;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 411px;
	height: 85px;
}

#logo-text {
	display: none;
}

#members-access {
	position: absolute;
	right: 0;
	top: 25px;
	text-align: right;
	padding-right: 6px;
	border-right: 3px solid #70614e;
}

#members-access a {
	text-decoration: none;
	font-size: 120%;
}

#members-access ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#members-access li {
	margin: .5em;
	text-align: right;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

#page_menu {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#page_menu ul {
	/*border: 1px solid red;*/
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#page_menu li {
	/*border: 1px solid blue;*/
	display: inline;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 35px;
}

#page_menu li:hover {
	background: url(../../images/layout/menu_background.gif) repeat-x;
}

#page_content {
	width: 759px;
	margin: 0 auto 0 auto;
	min-height: 430px;
	height: 100%;
	background: url(../../images/layout/content_background.gif) no-repeat top;
	position: relative;
	padding-bottom: 285px;
}

#content {
	width: 680px;
	min-height: 430px;
	height: 100%;
	padding: 35px;
}

#content h2 {
	color: #70614e;
	font-size: 18px;
}

#page_footer {
	border-left: 3px solid #70614e;
	padding-left: 6px;
	width: 900px;
	margin: 0px 50px 0px 300px;
	font-size: 11px;
}