/**
*	Wrapper Group
*/

#page-wrap,
.wrapper {	
	margin: 0 auto;
	width: 970px;
}

#mainbody .wrapper,
#footer .wrapper{ 
	border-left: 1px dashed #c1c1c1;
	border-right: 1px dashed #c1c1c1;
}

/**
*	MAIN STRUCTURE
*/

#header {
	height: 134px;
	margin: 19px 0 27px 0;
}

#mainbody {
	background: #ffffff url(../images/bg-mainbody.png) no-repeat scroll 0 0;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;	
	padding: 30px 0 0 0;
}

#pathway {
	background: url(../images/bg-pathway.png) repeat-x scroll 0 0;
	height: 38px;
	position: relative;
}

#contentarea {
	border-right: 1px dashed #6f6f6f;
	display: inline;
	float: left;
	margin: 0 8px 0 20px;
	padding-right: 8px;
	position: relative;	
	width: 610px;		
}

#sidebar {	
	display: inline;
	float: right;
	width: 300px;
	margin: 0 20px 0 0;
}

#footer {
	background: url(../images/bg-footer.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #606060;
	clear: both;	
}

#bottom {
	background-color: #373737;
}