/*/////////////////////////////////////////////////
////
/// GLOBAL PAGE LAYOUT
*/
html,body {
	overflow:hidden;
}
* {
	margin:0;
	padding:0;
}

img {	border:0;	}

.darkline,.lightline {
	display:block;
}

#topLine, #bottLine {
	position:absolute;
	height:5px;
	width:100%;
	z-index:20;
}
#topLine {
	top:0;
	left:0;
}
#bottLine {
	bottom:0;
	left:0;
}

#sidebarShell {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
#pageShell {
	position:absolute;
	top:0;
	left:0;
	overflow:auto;
	width:100%;
	height:100%;
	z-index:10;
}
#sidebars {
	width:905px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#page {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
#sitehead {
	width:880px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
#sitenav {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
#sitenav div.navs {
	text-align:center;
}
#content {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}



#menu {
	float:left;
	width:150px;
	margin-left:23px;
}
#menu img.topimg {
	margin-top:24px;
}



/*#container1 {
	float:right;
	width:680px;
	border-left:1px solid #fff;
}*/

#onecol {
	float:right;
	width:680px;
	border-left:1px solid white;
}

#leftcol, #rightcol {
	float:left;
	text-align:left;
	padding-top:24px;
}
#leftcol {
	width:295px;
	margin-left:25px;
	margin-right:25px;
}
#rightcol {
	width:320px;
}

#footer {
	clear:both;
	width:880px;
	height:40px;
	padding:10px 0 0 0;
	margin-left:auto;
	margin-right:auto;
}

#bottfade {
	margin-left:auto;
	margin-right:auto;
}


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