html, body {
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	background-color: #FFF;
	
}

#wrapping{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0px;
	background-position: center;
}

#main-content{
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0px;
	background-position: center;
}

#logo{
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

#menu{
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	background-image: url(../images/menu-bg.gif);
	background-color: #000;
}

.menu{
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
}

#submenu{
	width: 800px;
	height: 100%;
	padding-top: 30px;
	padding-left: 20px;
}

#image{
	height: 580px;
	width: 100%;
	background-color: #000;
}

#image-content{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0px;
	background-position: center;
	height: 100%;
}

#image-content-info{
	width: 500px;
	padding-top: 20px;
}

#image-clickhere{
	width: 180px;
	height: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: left;
	border: 1px solid #9a8a6c;
	float: left;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#image-clickhere2{
	width: 816px;
	height: 430px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: left;
	border: 1px solid #9a8a6c;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px;
}

#main-content{
	background-image: url(../images/content-bg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center top;
}

#content{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0px;
	padding-top: 20px;

}

.content-left{
	width: 380px;
}

.content-right{
	width: 380px;
}

.v-line{
	background-image: url(../images/V-line.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 420px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-top{
	height: 180px;
}

#stripes{
	background-image: url(../images/stripe.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 100%;
	float: left;
}

#section{
	width: 900px;
	background-color: #000;
	height: 130px;
}

#section-content{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	background-position: center;
	margin-bottom: 0px;
	padding-top: 10px;
	background-color: #000;
}

.bottom-black-text-box{
	height: 100%;
	width: 100%;
	margin-top: 5px;
}

#footer{
	height: 60px;
	width: 100%;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	float: left;
}

.footer{
	height: 100%;
	width: 851px;
	padding-top: 4px;
}


.brown-text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #695e4a;
}

.black-text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

.footer-text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #695e4a;
}

.a1 {
	color:#695e4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.a1:hover {
	color:#695e4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

.white-text-b{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9a8a6c;
	font-weight: normal;
}

.black-heading-uderline{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.bulletpoint-box{
	padding-top: 20px;
	padding-bottom: 20px;
}

.bulletpoint{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(../images/bullet-point.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.superscript{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
	color: #a38e69;
	vertical-align:top;
}