* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	background-image: url(../images/brick_coloured.png);
	background-repeat: repeat;
}



#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
 }


#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}




/*#top {
	background-image: url(../images/top.png);
	margin-right: auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	height: 10px;
}

#bottom {
	background-image: url(../images/bottom.gif);
	margin-right: auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	height: 10px;
}
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	color: #9B0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin-bottom: 20px;
	font-size: 150%;
}


h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 120%;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 90%;
}

p, ol, ul, blockquote {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

p {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000000;
}

ol, ul {
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 90%;
}



.featuretext {
	color: #007900;
	line-height: 130%;
	font-weight: bold;
}



a {	
	color: #990000;	
	text-decoration: underline}

a:hover {
	text-decoration: none;
	color: #990000;
	}


img {
	border: none;
}


.leftimg {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}


.rightimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}





.separator {
	clear:both;
	height: -10px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}








/* navigation */



#navHorizontal {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
}

#navHorizontal ul {
	list-style:none;
	font-size: 95%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}

#navHorizontal ul li {
	list-style:none;
	display:inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #980100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -5px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 3px;
}

#navHorizontal ul li.last {
	border-right-style:none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	color:#990200;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#007901;
text-decoration:none;
}


#navHorizontal ul li.current {
	color:#007901;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right-width: 2px;
}

#navHorizontal ul li.currentlast {
	color:#007901;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Content */

#content {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/* Footer */

#footer {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	color: #990000;
}

#footer p {
	text-align: center;
	color: #990000;
	font-weight: bold;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #5D5D5D;
}

.footerbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #663300;
}


/* index layoutr */


.contentleft {
	float: left;
	width: 420px;
	margin-right: 10px;
}



.contentright{
	float: right;
	margin-right: 10px;
}


.indexfeature{
	background-color: #FFF1E7;
	border: 1px solid #F0E5DC;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 10px;
}



.indexfeature h2 {
	margin-bottom: 0px;
}

.indexfeature p {
	margin-bottom: 3px;
	margin-top: 3px;
}

.rightbox{
	background-color: #FFF1E7;
	border: 1px solid #F0E5DC;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 200px;
	margin-top: 5px;
}


.contacttel{
	margin-left: 125px;
	font-size: 125%;
	color: #007800;
	line-height: 28px;
}





.gallerytext {
	float: left;
	width: 375px;
	margin-right: 20px;
}


.galleryimage {
	float: left;
	width: 260px;
}



.galleryimage img {
	margin-bottom: 5px;
}