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

body {
	text-align: center;
	border-width:: 0px;
}

#container {
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	width: 680px;
	
	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: 510px;
	
	text-align: right;
	
	background: none;
}
