/* CSS Document */

body {
	padding:0;
	}

#centerer {
	width: 860px;
	margin: 0px auto 0px auto;
}
	
#wrapper1 {
	position: relative;
	width:100%;
	z-index:0;
	}
#wrapper2 {
	position:relative;
	width:100%;
	}
#header {
	width: 860px;
	margin:0;
	z-index:1;
	position:relative;
	}
#maincol {
	width: 860px;
	position:relative;
	margin:0;
	padding:0px;
	}
#leftcol { 
	position:relative;
	float:left;
	width:190px; 
	z-index:99;

	}
#rightcol {
	position:relative;
	float:right;
	width:20px; 
	z-index:98;
	
	}
#centercol {
	
	margin: 0 20px 0 0;
	text-align: center;
	width: 630px;
	float: right;
	}
#centerwrap {
	width: 100%;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0 0 0;
	}
