html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100.01%;
	background-image: url(images/P1000480.jpg);
	background-repeat: no-repeat;
}

/*Start divs for layout*/

#wrapper {
	width: 1024px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	margin-bottom: 0px;
	background-image: url(images/titlebg.gif);
	background-repeat: no-repeat;
	height: 134px;
}
#content {
}
#menu {
	float: left;
	width: 100px;
	background-image: url(images/menubg.gif);
	height: 400px;
	margin-top: 25px;
	margin-left: 12px;
}
#slide {
	float: right;
	width: 850px;
	height: 325px;
	background-color: #3D2D20;
	margin-right: 0px;
	padding-left: 10px;
	}
#slidetext {
	width: 340px;
	float: right;
	padding-right: 10px;
}

#contentright {
	float: right;
	width: 850px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 15px;
}
#contentrightmain {
	float: right;
	width: 850px;
	margin-right: 0px;
	padding-left: 10px;
	background-image: url(images/whitejagtop.gif);
}

#footer {
	clear: both;
	margin-top: 20px;
	background-image: url(images/titlebg.gif);
	background-repeat: no-repeat;
}
#title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #6C6D67;
	margin-left: 30px;
	padding-top: 50px;
	margin-right: 0px;
}
#contentrightmain h2 {
	font-size: 110%;
	color: #6C6D67;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

p {
	font-size: 95%;
	text-align: justify;
	color: #6C6D67;
	margin-right: 35px;
	margin-left: 5px;
}
#contentright a {
	color: #D0A067;
	text-decoration: none;
}

#slidetext p {
	font-size: 95%;
	text-align: center;
	padding: 5px;
	color: #EBE8BD;
}

#slidetext h2 {
	text-align: center;
	color: #EBE8D9;
	font-size: 130%;
}
#footer h3 {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0px;
	color: #895C47;
}
#footer p {
	text-align: center;
	margin-bottom: 0px;
	font-size: 80%;
}
#footer a {
	color: #895C47;
	text-decoration: none;
}

#title .rightfloat a {
	color: #3D2D20;
	text-decoration: none;
}

/*text end*/

/*images start*/
.rightfloat {
	float: right;
	margin-right: 205px;
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
	color: #3D2D20;
}
.righfloat25 {
	float: right;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*images end*/
/*list start*/
#menu ul {
	list-style-type: none;
	margin-left: 6px;
	margin-top: 45px;
}
#menu li {
	padding-top: 5px;

}

#menu li a {
	color: #EBE8BD;
	text-decoration: none;
	font-size: 14px;
}
#menu li a:hover {
	color: #A9AB9E;
	background-color: #3D2D20;
}
#contentright ul {
	margin-left: 50px;
	margin-top: 5px;
}
#contentright li{
	color: #6C6D67;
	font-size: 95%;
}

/*lists end*/
.centre {
	margin-left: 150px;
	text-align: center;
}

