@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
	
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DACBA2;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#clear {
	clear:both;
	}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #754901;
	line-height: 22px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C87702;
	font-weight: normal;
	line-height: 22px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 773px;
	position: relative;
}

#wrapper #pagebackground {
	background-image: url(../images/images/main-page_05.png);
	background-repeat: repeat-y;
}
/*------------------header--------------------*/
#wrapper #header {
	background-image: url(../images/images/main-page_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}#wrapper #header #Heading {
	text-indent: -9999px;
}

#wrapper  #header  #clientAccess a {
	background-image: url(../images/client-access.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 44px;
	width: 159px;
	right: 10px;
	position: absolute;
	top: 56px;
	text-indent: -9999px;
}
#wrapper #header #clientAccess a:hover {
	background-image: url(../images/client-access-over.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #pagebackground #banner {
	margin-left: 6px;
}


/*--------------------main content-------------------*/

#wrapper #pagebackground #maincontent {
	background-image: url(../images/images/main-page_06.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#wrapper #pagebackground #maincontent #gallerytable {
	position: relative;
	top: 10px;
	left: 10px;
}


#wrapper #pagebackground #maincontent #maintext {
	width: 525px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #704601;
}


#wrapper #pagebackground #maincontent #maintext li {
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.imgLeft {
	margin-right: 10px;
	margin-bottom: 5px;
}


#wrapper #pagebackground #maincontent #sidebar {
	width: 144px;
	position: absolute;
	left: 600px;
	top: 30px;
}
#wrapper #pagebackground #maincontent #sidebar #navtop {
	background-image: url(../images/images/right-nav_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
}
#wrapper #pagebackground #maincontent #sidebar #navmiddle {
	background-image: url(../images/images/right-nav_02.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#wrapper #pagebackground #maincontent #sidebar #navbottom {
	background-image: url(../images/images/right-nav_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
}

/*----------------------side bar--------------------------*/
#wrapper #pagebackground #maincontent #sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #pagebackground #maincontent #sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#wrapper #pagebackground #maincontent #sidebar ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D5435;
	line-height: 25px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D5435;
	text-align: center;
	text-decoration: none;
	}
	
#wrapper #pagebackground #maincontent #sidebar ul a:hover {
	color: #5D5435;
	text-decoration: none;
	background-color: #FFFFFF;
	}
#wrapper #pagebackground #maincontent #sidebar ul a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*------------------footer--------------------------*/
#wrapper #footer {
	background-image: url(../images/images/main-page_07.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}
#wrapper  #footer  #footerNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
	color: #1B1C1B;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: 62px;
	width: 773px;
}
#wrapper #footer #footerNav a:hover {
	color: #FFFFFF;
}

#wrapper #footer #siteby a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	line-height: 15px;
	color: #B69D5D;
	position: relative;
	top: 77px;
	width: 200px;
	right: 6px;
}
#wrapper #footer #siteby a:hover {
	color: #754901;
}
