body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: #DDD5C8 url(../gfx/pageBG.jpg) repeat-x left top;
}
div {
	font: 13px/18px "Papyrus", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2E3256;
}
#box {
	background: url(../gfx/boxBG.jpg) repeat-y center top;
	margin: 23px auto 0px;
	padding: 0px;
	display: block;
	text-align: left;
	width: 960px;
}
#header {
	background: url(../gfx/content-top.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px 19px;
}
#leftcol {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 253px;
	text-align: left;
	background: url(../gfx/leftnav-ul-bg.png) no-repeat 6px 273px;
}
#leftcol #navmenu {
	display: block;
	margin: 64px 5px 5px 27px;
	padding: 0px;
	list-style: none;
	width: 195px;
}
#leftcol #navmenu a {
	margin: 0px;
	padding: 6px 5px 6px 20px;
	display: block;
	line-height: 18px;
	color: #2E3256;
	text-decoration: none;
	background: url(../gfx/leftnav-linkBG.png) no-repeat left bottom;
	font-weight: bold;
}
#leftcol #navmenu a:hover {
	background: url(../gfx/leftnav-linkBG.png) no-repeat -195px bottom;
	color: #FF0000;
}


#join {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	height: 199px;
	width: 247px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../gfx/join-btn.jpg) no-repeat left top;
}
#rightcol {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 645px;
	display: block;
}
#rightcol br {
	line-height: 10px;
}

#login {
	display: block;
	height: 16px;
	margin: 31px 0px 200px;
	padding: 0px;
	text-align: right;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	clear: both;
}
#login a {
	color: #2E3256;
	text-decoration: none;
	background: url(../gfx/loginlinkBG.gif) no-repeat right 6px;
	margin-left: 8px;
	padding-right: 8px;
	padding-left: 2px;
}
#rightcol h1 {
	display: block;
	margin: 0px 0px 6px;
	padding: 0px 0px 0px 20px;
	font-size: 20px;
	line-height: 34px;
	text-transform: capitalize;
	height: 34px;
	font-weight: bold;
	background: url(../gfx/h1bg.gif) no-repeat left 10px;
}



#clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#footer {
	background: url(../gfx/footer.jpg) no-repeat center bottom;
	margin: 0px auto;
	padding: 0px;
	height: 106px;
	width: 960px;
	display: block;
}
#footertext {
	display: block;
	margin: 0px;
	padding: 41px 36px 0px;
	text-align: right;
	font-weight: bold;
}
#footertext a {
	color: #2E3256;
	text-decoration: none;
	background: url(../gfx/ahref.gif) repeat-x left bottom;
}
#footertext a:hover {

	color: #FF0000;
	text-decoration: none;
	background: url(../gfx/ahrefover.gif) repeat-x left bottom;
}
