body,html{
	margin:0;
	padding:0;
}
body {
	background-color:#800020;
	color:#333333;
	padding:0;
	font:0.9em 'trebuchet ms', Arial, Helvetica, sans-serif;
	height: 100%;
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body-back.png);
}
body>#headerwrap {
	position:fixed;
	margin-right: auto;
	margin-left: auto;
}
#headerwrap {
	position:absolute;
	width:100%;
	top:0px;
	left:0;
	right: 0px;
	z-index: 1000;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	text-align: center;
	background-color: #F3F9F5;
	margin-top: 0px;
}
#middlewrap {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: transparent;
	z-index: 0;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 357px;
	z-index: 1;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#middle {
	height: 100%;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(../images/middle-back.gif);
	background-repeat: repeat-y;
}
#container-table{
	height: 100%;
	min-height: 100%;
	width: 920px;
	border: none;
	margin: 0px auto;
	padding: 0px;
}
#left {
	float:left;
	width:700px;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 30px;
	height: 100%;
}
#left-content {
	width:670px;
	height: 100%;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#right {
	float: right;
	width: 200px;
	padding-bottom: 40px;
	margin-top: 0px;
	background-color: #FFFFFF;
	height: 100%;
}
#right-content {
	margin-bottom:5px;
	margin-top: 20px;
	width: 195px;
	float: right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
	font-size: 110%;
}
#nav a:hover {
	color: #A60029;
}
#nav #currentpage a {
	color: #A60029;
	background-color: #FFFFFF;
	text-decoration: none;
}
#right-content  h2 {
	padding:0;
	margin:0 0 20px;
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	background-color: #FFFFFF;
}
#guestbook {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#right-content  h4 {
	padding:0;
	margin:0;
	font-size: 105%;
	font-weight: bold;
	color: #7B9B31;
}
#footer {
	clear: both;
	float: left;
	height: 149px;
	width: 100%;
	background-color: #800020;
	background-image: url(../images/footer-back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer-content {
	height: 30px;
	width: 960px;
	font-size: 70%;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.firstletter {
	float:left;
	margin: -0.63em 0em 0;
	height : 4.5em;
	color:#800020;
	font-style: italic;
  }
 
  .firstletter span {
	font-size:500%;
	line-height:1em;
  }
  .firstletter + span{
    margin-left  : -0.5em;
}
#slide-control a{
	width: 200px;
	margin-top: 10px;
	text-align: right;
	font-size: 75%;
	text-decoration: none;
}
.sub-menu ul{
	list-style-type:none;
	padding:0;
	margin-top: 0px;
	float: left;
	margin-left: 0px;
}
.sub-menu li{
	height: 24px;	
}
.sub-menu a, .sub-menu:visited {
	display:block;
	height:24px;
	text-align:left;
	text-decoration:none;
	width: 200px;
	font-weight: bold;
	float: left;
	margin: 0px;
	list-style-type: none;
	color: #7B9B31;
	font-size: 105%;
}
.sub-menu a:hover {
	color:#FF9200;
	text-decoration: none;
}
h1 {
	padding:0;
	margin:0 0 10px;
	color:#721F30;
	font-size:170%;
	font-style: oblique;
}
h2 {
	padding:0px;
	font-size:150%;
	line-height: 1.2em;
	color: #9A2940;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	padding:0px;
	margin:0;
	font-size:120%;
	line-height: 1em;
	color: #B13049;
	font-weight: bold;
}
h4{
	font-size: 105%;
	font-weight: bold;
	color: #7B9B31;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;
}
a {
	text-decoration:underline;
	color: #333333;
}
select {
	border: 2px solid #2B72B4;
}
input {
	background-color: #FFFFFF;
	border: 2px solid #9C325A;
	margin-top: 3px;
	text-indent: 2px;
	color: #333333;
	font-size: 90%;
}
.input:focus {
	background-color: #F8FDF7;
	border: 2px solid #649D31;
}
.inputbutton{
	background-color: #FFFFFF;
	border: 2px solid #9C325A;
	float: left;
	margin-right: 10px;
} 
.inputbutton-centre{
	background-color: #FFFFFF;
	border: 2px solid #679366;
	margin-right: auto;
	margin-left: auto;
} 
.inputbutton:focus{
	background-color: #F8FDF7;
	border: 2px solid #649D31;
}
.inputbutton-centre:focus{
	background-color: #F8FDF7;
	border: 2px solid #95BB4D;
}
.link_lists {
	margin-left: 40px;
}
.centre {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
textarea {
	background-color: #FFFFFF;
	border: 2px solid #9C325A;
	margin-top: 3px;
	text-indent: 2px;
	color: #333333;
	font-size: 90%;
	font-family: 'trebuchet ms', Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
.reg-icon {
	font-size: 70%;
	vertical-align: text-top;
}
noscript {
	color: #FF0000;
	text-align: center;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	width: 500px;
	font-size: 90%;
}
.small {
	font-size: 80%;
}
.small-grey {
	font-size: 70%;
	color: #999999;
	text-decoration: none;
}
.valign-top {
	vertical-align: top;
}
.img_float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.img_float-left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.img_centre {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.red {
	color: #E74739;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
	float: left;
}
#right-col {
	float: right;
}
#left-col {
	float: left;
}
.light-green-back {
	background-color: #CAE1B9;
}
