/* GLOBAL PAGE LAYOUT */
* {
	margin:0;
	padding:0;
}
img { border:0;	}

.darkline, .lightline {
	display:block;
}
#sidebars {
	width:905px;
	margin:0 auto;
}
#page {
	width:880px;
	margin:0 auto;
}
#sitehead {
	width:880px;
	height:80px;
}
#cntctmenu {
	float:right;
	padding:48px 12px 0 0;
}
#sitenav {
	width:880px;
}
#sitenav div.navs {
	text-align:center;
}
#content {
	width:880px;
}
#menu {
	float:left;
	width:152px;
	padding:24px;
}
#inner-content {
	float:right;
	width:630px;
	min-height:700px;
	padding:24px;
	border-left:1px solid #fff;
}
#leftcol {
	float:left;
	width:304px;
}
#rightcol {
	float:right;
	width:304px;
}

/* FOOTER */
#footer {
	clear:both;
	width:880px;
	height:40px;
	padding:10px 0 0 0;
}
#footer .footersideL, #footer .footersideR {
	width:150px;
}
#footer .footersideL {
	float:left;
	text-align:left;
	padding-left:7px;
}
#footer .footersideR {
	float:right;
	text-align:right;
	padding-right:7px;
}
#footer .footermid {
	width:566px;
	float:left;
	text-align:center;
}
#bottfade {
	width:880px;
}

/* TOP PAGE LINK */
.toplspot {
	width:550px;
	margin:36px auto 36px auto;
	text-align:right;
}
.toplspot a {
	font-size:14px;
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
	font-family:verdana;
}

/*	FLOAT CLASSES	*/
.floatL {
	float:left;
}
.floatR {
	float:right;

/*	CLEARING CLASSES	*/
}
.clearboth {
	clear:both;
}
.clearL {
	clear:left;
}
.clearR {
	clear:right;
}

/*	SPACERS	*/
.spacer200 {
	margin-bottom:200px;
}
.marginBott10 {
	margin-bottom:10px;
}
.marginBott15 {
	margin-bottom:15px;
}
.marginBott25 {
	margin-bottom:25px;
}

/*	IE 5,6	*/
* html body {
	width:100%;
	height:100%;
}