.body {
text-align:center;
}

#page-wrapper {
	width:950px;
	position: relative;
	top:8px;
	left:8px;
	margin:0 auto;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color:#cc6600;
	text-transform: uppercase;
	padding: 0px;
	padding-bottom:15px;
}
#header {
	width:950px;
	height:200px;
	display: block;
	float:left;
	clear:both;
}
#middle-wrapper {
	float:left;
	clear:both;
	background-image: url(../img/content-wrapper-backgr.gif);
	background-repeat: repeat-y;
	margin-top:20px;
	margin-bottom:20px;
	width:950px;
}
	#sidebar {
		width:213px;
		float:left;
	}
		#cmenu {
			
		}
		#extra {
			margin-top: 10px;
			padding:10px;
			padding-top:0px;
		}
	#content-wrapper {
		width:720px;
		float:right;
	}	
		#content {
			width:490px;
			float:left;
			border-right:0px solid red;
		}
		#right-space {
			width:210px;
			float:right;
			border-left:1px solid #cc6600;
		}
		#extra1 {
			padding:10px;
		}
		#extra2 {
			border-left:1px solid #cc6600;
			border-right:1px solid #cc6600;
			margin-top:10px;
			padding:10px;
		}
#footer {
	float:left;
	clear:both;
	width:950px;
	text-align: center;
	border-top:1px solid #CC6600;
	padding-top:10px;
}
#copyright {
	float:left;
	clear:both;
	width:950px;
	text-align: center;
}
