body {
	margin: 0px auto;
	padding: 0px;
	background: #d5d5d5 url("../images/bodybg.jpg") no-repeat center top;
	font-size: 8pt;
	font-family: Helvetica,Arial,sans-serif;
}

.clear {
	clear: both;
}

/* header */

#hwrap {
	width: 100%;
	height: 263px;
	/*background: url("../images/navbar.png") repeat-x left bottom;*/
}

#header {
	width: 977px;
	height: 263px;
	margin: 0px auto;
	position: relative;
}

#logo {
	width: 230px;
	height: 181px;
	position: absolute;
	left: 65px;
	top: 12px;
}

#textlogo {
	width: 683px;
	height: 60px;
	position: absolute;
	left: 295px;
	top: 56px;
}

#headinfo {
	width: 450px;
	height: 40px;
	position: absolute;
	right: 19px;
	top: 157px;
	font-size: 14px;
	text-align: right;
	color: #000;
	font-weight: bold;
}

#navbar {
	width: 977px;
	height: 49px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/navbar.png") repeat-x left bottom;
}

/* main */

#main {
	width: 977px;
	margin: 0px auto;
}

#rotator {
	width: 970px;
	height: 280px;
	margin: 12px 3px 20px 4px;
	background-color: orange;
}

#leftcol {
	width: 701px;
	float: left;
}

#leftinner {
	width: 227px;
	min-height: 100px;
	background: url("../images/newsheader.png") no-repeat left top;
	float: left;
}

#rightinner {
	width: 446px;
	height: 512px;
	margin: 3px 0px 0px;
	background: url("../images/homecontentbg.png") no-repeat left top;
	padding: 10px;
	float: right;
}

#rightinner p {
	margin: 3px 0px;
}

#rightcol {
	width: 272px;
	float: right;
}

#login {
	width: 272px;
	height: 203px;
	background: url("../images/loginbox.png") no-repeat left top;
}

#faq {
	width: 272px;
	height: 324px;
	margin: 8px 0px 0px;
	background: url("../images/faqbox.png") no-repeat left top;
}

#adspace {
	padding: 18px 5px 32px;
	clear: both;
}

/* footer */

#fwrap {
	width: 100%;
	height: 127px;
	background: url("../images/footbar.png") repeat-x left bottom;
	clear: both;
}

#footer {
	width: 977px;
	height: 127px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

#copyinfo {
	position: absolute;
	left: 20px;
	top: 64px;
}

#infotext {
	padding: 41px 0px 0px;
}

#infinity {
	position: absolute;
	right: 20px;
	top: 50px;
}

/* inner pages */

#hwrapinner {
	width: 100%;
	height: 214px;
}

#headerinner {
	width: 977px;
	height: 214px;
	margin: 0px auto;
	position: relative;
}

#fwrapinner {
	width: 100%;
	height: 127px;
	background: url("../images/footbar.png") repeat-x left bottom;
	padding-top: 15px;
	clear: both;
}

#sidebar {
	width: 240px;
	float: left;
	margin-right: 15px;
	padding: 0px 0px;
	padding-bottom: 100000px;
	margin-bottom:  -100000px;
	background: url("../images/black80.png") left top repeat;
	min-height: 600px;
}

#topper {
	width: 240px;
	height: 33px;
	background: url("../images/hrepeater.png") left top repeat-x;
}

#innersubhr {
	width: 722px;
	height: 33px;
	background: url("../images/hrepeater.png") left top repeat-x;
}

#innersubhr h2 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 33px;
	padding: 0px 0px 0px 8px;
	margin: 0;
	font-weight: bold;
}

#innermain {
	width: 977px;
	margin: 0px auto;
	overflow: hidden;
}

#content-full {
	width: 722px;
	min-height: 600px;
	padding-bottom: 100000px;
	margin-bottom:  -100000px;
	background: #dadada url("../images/contentfade.png") left bottom repeat-x;
	float: right;
}

#content-full img {
	padding: 10px;
}

.padded {
	padding: 10px;
}

#container {
	width: 722px;
	min-height: 600px;
	padding-bottom: 100000px;
	margin-bottom:  -100000px;
	background: url("../images/black80.png") left top repeat;
	float: right;
}

.content-left {
	float: left;
	width: 466px;
	padding: 8px;
	background: #dadada url("../images/contentfade.png") left bottom repeat-x;
	min-height: 551px;
}

.content-right {
	float: right;
	width: 224px;
	padding: 8px;
	min-height: 551px;
}
