*{
	margin:0px;
	padding:0px
}
img{border:0px}

.imageborder {
	border: 1px solid #BAAA93;
	margin-right: 10px;
	margin-top: 10px;
	clear: left;
}
.imageborderLeft {
	border: 1px solid #BAAA93;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	clear: left;
}
.imageborderright {
	border: 1px solid #BAAA93;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	clear: right;
}
html{
	width:100%;
	height:100%
}
body{
	background-color: #F0E0B7;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7C6D47;
}
a:link, a:active, a:visited {
	color: #7C6D47;
	text-decoration: underline;
}
a:hover {
	color: #7C6D47;
	text-decoration: none;
}

.headh1 {
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.headh2 {
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.headh1accent {
	color: #BAAA85;
}
.cleardiv {
	clear: both;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 216px;
	width: 780px;
	margin-bottom: 10px;
	margin: 0px auto 0px auto;
}
#header #TopNav {
	height: 70px;
	background-color: #918352;
	width: 600px;
	margin-left: 5px;
}
#TopNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#TopNav ul li {
	display: inline;
}
#TopNav ul li a {
	float: left;
	height: 20px;
	padding: 10px;
	text-decoration: none;
	margin-top: 30px;
	letter-spacing: -0.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#TopNav ul li a:link, #TopNav ul li a:visited {
	color: #FBF8F0;
}
#TopNav ul li a:hover {
	background-color: #A79360;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E3DDCC;
	padding-bottom: 5px;
}
/* #TopNav ul li .current a:link {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
*/
#header #logo {
	width: 780px;
}
#Wraper #content {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content #maincontents {
	border: 1px solid #918352;
	padding: 10px;
}

#content #rightwrap {
	float: right;
	width: 590px;
}
#content #leftwrap {
	float: left;
	width: 180px;
}
#leftwrap #left1 {
	height: 160px;
	margin-bottom: 10px;
	border: 1px solid #918352;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftwrap #left1 ul {
	margin: 0px;
	list-style-type: none;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
}
#leftwrap #left1 a {
	padding: 5px;
	display: block;
	width: 158px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CBB4;
	text-decoration: none;
}
#leftwrap #left1 a:link, #leftwrap #left1 a:visited {
	color: #7C6D47;
}
#leftwrap #left1 a:hover {
	background-color: #A79360;
	color: #E3DDCC;
}
#leftwrap #left2 {
	border: 1px solid #918352;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footerWrap {
	background-color: #BAAA81;
	margin-top: 15px;
}
#footerWrap #footercontents {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 80px;
	color: #FBF8F0;
}
#footercontents #footerlogo {
	background-color: #BAAA81;
	background-image: url(../images/logofooter.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	width: 270px;
	float: left;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 10px;
}
#footercontents #footerLegal {
	float: right;
	height: 50px;
	width: 490px;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}
#footerLegal #copyright {
	font-size: 11px;
}
