/* ------------------------------
Page Structure
------------------------------ */

/* #container has an absolute width (460 pixel) */

#container {
	width: 560px;
	margin-left: 0px;
}

#topbar {
	background-color: #90c3f4;
	width: auto;
	display: block;
	font-size: 16px;
	color: #000000;
	border-bottom: 5px solid #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main {
	background-color: #5d8dbc;
	width: 560px;
	display: block;
}

#columnLeft {
	width: 173px;
	margin-right: 10px;
	float: left;
}

#columnMiddle {
	width: 173px;
	margin-right: 10px;
	float: left;
}

#columnRight {
	width: 184px;
	float: left;
}

div.spacer {
	clear: both;
	height: 10px;
	display: block;
}

#footer {
	background-color: #90c3f4;
	width: auto;
	display: block;
	font-size: 11px;
	color:#666666;
	text-align: center;
	height: 10px;
}