* { padding: 0; margin: 0; }

body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background: #fbfbfb url(../images/bg1.gif) repeat-y top center;
}
a {
	color: #B9854B;
	text-decoration: none;
}
a:hover {
	background:#E1E6EA none repeat scroll 0 0;
	color:#1270A6;
}
h1 {
	font-family: Times, Cambria, serif;
	margin: 10px 0;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 4px;
	color: #222;
}
#form h1 {
	margin: 20px 0 0 0;
}
input {
	border: #7EB3DB 1px solid;
	padding: 5px;
}
input:focus {
	border: #003367 1px solid;
	background: #E1E6EA none;
}
textarea {
	border: #7EB3DB 1px solid;
	padding: 5px;
}
textarea:focus {
	border: #003367 1px solid;
	background: #E1E6EA none;
}
h2 {
	font-family: Times,Cambria, serif;
	margin: 10px 0;
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #8f5311;
}
#leftcolumn h2 {
	font-size: 18px;
}
h3 {
	font-weight: lighter;
	font-size: 13px;
}
h6 {
	font-size: 10px;
	font-weight: lighter;
	line-height: 18px;
}
p {
	margin: 10px 0;
	text-align: justify;
}
.titles {
	font-family: Times,Cambria, serif;
	font-style:italic; 
	font-size: 16px;
	letter-spacing: 1px;
}
.stars {
	margin: 20px auto;
}
.right {
	text-align: right;
}
.newsentry {
	margin: 22px 0 10px;
}
#wrapper { 
	margin: 0 auto;
	width: 922px;
}
#faux {
	background: url(../images/columnbg.gif);
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #333;
	width: 902px;
	padding: 10px;
	height: 178px;
	background: transparent url(../images/header.jpg) no-repeat;
}
#header a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#header a:hover{
	background: transparent none;
}
#navigation {
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #062858 url(../images/navbg.gif) repeat-x;
	text-align: center;
	border-bottom: 5px solid #7EB3DB;
	border-top: 1px solid #000;
	font-family: Cambria, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
}
#navigation a{
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
#navigation a:hover{
	border-bottom: 2px solid #990000;
	background: transparent none;
}
#rightcolumn { 
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 245px;
	float: right;
	font-size: 10px;
	line-height: 19px;
}
#rightcolumn p{ 
	font-size: 11px;
	text-align: left;
}
.newsdates {
	font-size: 9px;
	color: #999;
}
.outbox {
	display: block;
	padding: 10px 20px;
	background: #fff;
	border: 10px solid #E1E6EA;
	margin: 10px 0;
}
.outbox h2{
	text-align: center;
}
.bt-over {
	background: #ccc;
	cursor: pointer;
}
#leftcolumn { 
	float: left;
	color: #444;
	margin: 10px;
	padding: 10px 0 0 15px;
	width: 618px;
	display: inline;
	position: relative;
	line-height:24px;
}
#footer { 
	width: 902px;
	clear: both;
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 100px 0 50px;
	text-align: center;
	font-size: 10px;
}
#footer h1 {
	color: #999;
}
.clear { clear: both; background: none; }