
/* Page Structure Styles
----------------------------------------------- */

body {
	text-align: center;
}

#container {
	position: relative;
	
	margin: 0;
	padding: 4px;
	width: 700px;
	
	font: 11px/16px arial, verdana, sans-serif;
	color: #444;
	text-align: left;
}


div.infobar, div.infobar div.right {
	position: relative;
	
	margin: 0; 
	padding: 8px 10px;
	width: 660px;
	
	color: #fff;
	line-height: 11px;
	
	background: #69c;
}

div.infobar div.right {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 500px;
	
	text-align: right;
	
	background: none;
}
