body {
	background-color: #FAFBF6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#homepage {
	min-width:770px; /*IE 5.5 and IE 6 don't know this property */   
    width:expression(document.body.clientWidth < 803 ? "770" : "100%" ); /* Dynamic Expression for IE to set the width */
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#page {
	min-width:770px; /*IE 5.5 and IE 6 don't know this property */   
    width:expression(document.body.clientWidth < 803 ? "770" : "100%" ); /* Dynamic Expression for IE to set the width */
	background-image: url(images/innerbackdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#centre {
	margin: 0px auto;
	width: 770px;
}

#top {
	height: 276px;
	margin: 0px auto;
	font-size: 12px;
	color: #888B64;
	line-height: 13px;
}
#top h1 {
	font-size: 20px;
	color: #009B88;
	line-height: 20px;
	display: inline;
	font-weight: normal;
}
#title {
	margin: 0px auto;
}

#nav {
	height: 22px;
	margin: 0px auto;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#nav ul li {
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}
#nav li h1 {
	margin:0;
	padding:0;
}

#hdr {
	font-size: 24px;
	text-align: left;
	padding-left: 45px;
	padding-top: 20px;
	color: #000000;
	font-weight: bold;
}

#content {
	width: 770px;
	text-align: left;
}
#content h1 {
	margin: 0px;
	font-size: 16px;
	color: #888B64;
	line-height: 22px;
	font-weight: normal;
}
#content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
}
#content a {
	text-decoration: none;
	color: #009B88;
}
#content a:hover {
	text-decoration: none;
	color: #888B64;
	background-color: #FFFFFF;
}
#content a:active {

	text-decoration: underline;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
}

#text {
	width: 400px;
	padding-left: 50px;
	padding-right: 40px;
	text-align: left;
	font-size: 12px;
	color: #888B64;
	padding-top: 10px;
	height: 200px;
	padding-bottom: 100px;
}
#fulltext {
	padding-left: 50px;
	padding-right: 40px;
	text-align: left;
	font-size: 12px;
	color: #888B64;
	padding-top: 10px;
	height: 200px;
	padding-bottom: 100px;
}

#fulltext h1 {
	font-size: 20px;
	color: #009B88;
	line-height: 20px;
	display: inline;
	font-weight: normal;

}

#rightSide {
	float: right;
	text-align: left;
	width: 270px;
	font-size: 12px;
	line-height: 22px;
	color: #888B64;
}
#rightSide .txt {
	padding-left: 15px;
	height: 290px;
	padding-top: 10px;
}
#rightSide h1 {
	font-size: 18px;
	color: #000000;
	line-height: 19px;
	font-weight: normal;
	display: inline;
}
#rightSide h2 {
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	font-weight: normal;
	display: inline;
}
#rightSide h2 a {
	font-size: 14px;
	color: #009B88;
	line-height: 19px;
	font-weight: normal;
}
#rightSide h3 {
	font-size: 19px;
	color: #009986;
	line-height: 19px;
	font-weight: normal;
	display: inline;
}

#gallery img {
	padding: 1px;
	background-color: #FFFFFF;
}
#gallery a:hover img, #gallery a:hover{
	background-color: #888B64;
}
.img {
	float: right;
}
