@charset "utf-8";
/* CSS Document */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #666666;
}
#container #header {
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#container #header #sub {
	clear: none;
	float: right;
	width: 180px;
}
#container #header #logo {
	background-image: url(logo.gif);
	float: left;
	width: 450px;
	height: 60px;
	margin-top: 35px;
	background-repeat: no-repeat;
}

#container #rightbar {
	width: 200px;
	text-align: left;
}
#container #main {
	width: 680px;
	text-align: left;
	font-family: "Century Gothic";
	color: #666666;
	font-size: 14px;
	margin-left: 220px;
}
#container #rightnav {
	float: right;
	width: 340px;
	text-align: right;
}
#container #mainnav {
	width: 540px;
	text-align: left;
	font-family: "Century Gothic";
	color: #666666;
}
#container #nav {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#container #footer {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Century Gothic";
	font-size: 12px;
}
#container #rightfoot {
	float: right;
	width: 250px;
	text-align: right;
}
#container #mainfoot {
	width: 590px;
	text-align: left;
	font-family: "Century Gothic";
	color: #666666;
	font-size: 14px;
}
