/* general stuff */

* {
	margin: 0; padding: 0;
	}
	
body {
	background: #AF8554;
	background: #000;
	}

/* Layout */

#pagewidth {
	margin-left: auto; margin-right: auto;
	height: 675px; width: 1000px;
	}

#outer { 
	position: relative;
	top: 100px; left: 0px;
	height: 566px; width: 1000px;
	border: 1px solid #FFF;
 	z-index: 0; 
	} 

#navicol {
	}

#maincol {
	position: absolute;
	right: 20px; bottom: 20px; 
	height: 430px; width: 590px;
	background: #FFF;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Mozilla */
	opacity: 0.90; /* Opera */
	} 

#content {
	margin: 15px; 
	height: 400px; width: 560px;
	overflow: auto;
	}

#clr {
	clear: both;
	}

#footer {
	clear: both;
	position: relative;
	margin-left: auto; margin-right: auto;
	height: 30px; width: 990px;
	text-align: right;
	}