
/** Site Layout**/

#pagewrapper {
	
	width: 1042px;
	margin: 0px auto;
	background-color: #000000;
	}
	
#sidebar {
	float: left;
	width: 182px;
	height: 630px;
	background-color: #000000;
}

#catcontentwrapper {
	float: right;
	width: 845px;
	height: 640px;
	padding-right: 5px;
	background-color: #000000;
	}
