#container {
	width:960px;
	position:absolute;
	left:50%;
	margin-left:-480px;
}

	#header {
		height:117px;   
	}
	
	#menu {
		float:left;
	}
          
#user_menu {
	padding-left:140px;
}

	#content {
		width:730px;
		float:left;  
		margin-bottom:20px;
	}
	
		#content-wide {
			width:930px;
			float:left;
		}

	#sidebar {
		width:200px;
		float:left;
		margin-left:30px;
	}

	#footer {
		clear:both;
		border-top:1px solid #ccc;
		width:720px;
		padding-top:4px;
	}