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

body {
	text-align: center;
	background-color:#D5D8C7;
	background-attachment: fixed;
	background-image: url(../images/background01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	position: relative;
	background-color:#FFFFFF;
	
	margin: 0 auto;
	padding: 0;
	width: 680px;
	border: 25px solid #FFFFFF;
	
	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;
}
