body {
	background-color: #52704E;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#container { 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	background-color: #FFFFFF;
	width: 800px;
}

#title {
	background-color: #FEF9DB;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #52704E solid;	
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 101px;
}

#topnav {
	background-color: #52704E;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.7px;
	padding-right: 20px;
}

#topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

#topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	position: absolute;
	width: 800px;
	height: 600px;
	left: 0px;	
}

#sidenav {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E3EDDD;
	border-right: 1px #E3EDDD solid;
	width: 170px;
	height: 650px;
	font-size: 0.7em;
	text-align: left;
	line-height: 1.8em;
}

#sidenav h1 {
	font-size: 1.3em;
	color: #52704E;
	margin-left: 30px;
	margin-top: 31px;	
}

#sidenav ul {
	list-style-image: url(../images/bullet_orangetri.gif);
	list-style-type: disc;

}

#sidenav a:link {
	color: #52704E;
	text-decoration: none;
}

#sidenav a:visited {
	color: #52704E;
	text-decoration: none;
}

#sidenav a:hover {
	text-decoration: none;
	font-weight: bold;
}

#maintext {
	position: absolute;
	top: 0px;
	left: 170px;
	background-color: #FFFFFF;
	width: 370px;
	height: 650px;
}

#maintext h1 {
	font-size: 1em;
	text-align: left;
	color: #3C552D;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

#maintext p {
	font-size: 0.7em;
	color: #3C552D;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.8em;
}

#maintext p a:link {
	color:  #3C552D;
	text-decoration: underline;
}

#maintext p a:visited {
	color:  #3C552D;
	text-decoration: underline;
}

#maintext p a:hover {
	color:  #3C552D;
	text-decoration: none;
}

#maintext p a:active {
	color:  #3C552D;
	text-decoration: underline;
}

#maintext li {
	font-size: 0.7em;
	color: #3C552D;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.8em;
}

#sidefeature {
	position: absolute;
	top: 0px;
	left: 540px;
	height: 650px;
	width: 260px;
	background-color: #FFFFFF;
}

#mainimage {
	height: 245px;
	background-image: url(../images/pic_home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#enquiretext {
	margin-top: 10px;
	font-size: 1.4em;
	text-align: right;
	margin-right: 20px;	
}

#enquiretext a:link {
	color: #3C552D;
	text-decoration: none;
}

#enquiretext a:visited {
	color: #3C552D;
	text-decoration: none;
}

#enquiretext a:hover {
	color: #3C552D;
	text-decoration: underline;
}

#enquiretext a:active {
	color: #3C552D;
	text-decoration: none;
}

#disclaimer {
	background-color: #FFFFFF;
	position: absolute;
	top: 790px;
	width: 800px;
	text-align: center;
}

#disclaimer p {
	font-size: 0.7em;
	color: #3C552D;
	text-align: justify center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#disclaimer a:link {
	color: #3C552D;
	text-decoration: underline;
}

#disclaimer a:visited {
	color: #3C552D;
	text-decoration: underline;
}

#disclaimer a:hover {
	color: #3C552D;
	text-decoration: none;
}

#disclaimer a:active {
	color: #3C552D;
	text-decoration: underline;
}

#disclaimer h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #3C552D;
	text-align: justify center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	line-height: 1.4em;
}
