/* CSS Document */
body {
	background-color:#86785b;
	margin:25px 0px 15px 0px;
}
h1 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	color:#433415;
}
.join {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	line-height:normal;
	letter-spacing:1px;
	color:#433415;
}
#wrap {
	width:1022px;
}
#mainBG {
	width:1022px;
	background-image:url(../images/repeatBG.gif);
	background-repeat:repeat-y;
}
#mainBottomBG {
	width:1022px;
	background-image:url(../images/bottomBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#mainTopBG {
	width:1022px;
	background-image:url(../images/topBG.gif);
	background-repeat:no-repeat;
	min-height:613px;
}
* html #mainTopBG {
	height:613px;
}
#mainPad {
	padding-left:62px;
	padding-top:4px;
	padding-bottom:10px;
	text-align:left;
}
#innerBG {
	width:900px;
	background-color:#FFFFFF;
	background-image:url(../images/innerBG.gif);
	background-repeat:repeat-y;
}
#indexBG {
	width:900px;
	background-image:url(../images/indexBG.gif);
	background-repeat:no-repeat;
	min-height:600px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#86785b;
}
* html #indexBG {
	height:600px;
}
#setPad {
	padding:80px 25px 25px 420px;
}
#logo {
	position:absolute;
	top:123px;
	left:70px;
}
#head {
	position:absolute;
	top:20px;
	left:370px;
	width:300px;
}
.heightPad {
	overflow:hidden;
	height:69px;
}
.menu {
	position:absolute;
	bottom:25px;
	right:0px;
	background-image:url(../images/menuBG.gif);
	background-repeat:no-repeat;
}
.menu a {
	display:block;
	overflow:hidden;
}
* html .menu a:hover {
	visibility:visible;
}
.menu a:hover img {
	visibility:hidden;
}