@charset "utf-8";
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image:none;
	background-repeat:repeat-x;
	font-family: Tahoma;
	color:#000000;
	font-size:12px;
	background-position: left top;
	background-attachment: scroll;
	height: 60px;
}
#header {
	background-image: url(../images/top_back.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 136px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thin none #DFDFDF;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	background-position: center top;
}
#content {
	text-align: left;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/cback.gif);
	background-repeat: repeat-y;
	background-position: left center;
	border: 0px solid #DFDFDF;
}
#left_column {
	float: left;
	height: 100%;
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: top;
	text-align: left;
	border: 1px none #999999;
}
#Right_column {
	float: right;
	text-align: left;
	height: auto;
	width: 180px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8B629E;
	border-right-color: #8B629E;
	border-bottom-color: #8B629E;
	border-left-color: #8B629E;
	text-indent: 2px;
}
#centre_column {
	float: right;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.pagetitle {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #6B4D3D;
	text-indent: 2px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clear {
	clear: both;
}
#footer {
	background-position: center top;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
	background-color: #462514;
	height: 50px;
	top: auto;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a:focus { -moz-outline-style: none; }
a { outline: 0; }
.sub_heading {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #6B4D3D;
}
.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.footerlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CAB78F;
}

