@charset "UTF-8";
#container {
	margin: auto;
	width: 1025px;
}
#head {
	height: 266px;
	width: 1024px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	height: 96px;
	text-align: right;
	padding-right: 132px;
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
}
#main {
	margin-top: 10px;
}
#middle {
	background-image: url(../images/layout/bg_middle.jpg);
	background-repeat: repeat-y;
}
#navbar {
	background-image: url(../images/layout/navbar.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 257px;
	height: 370px;
}
#content {
	float: left;
	padding-left: 20px;
	clear: none;
	width: 722px;
}
#midfooter {
	clear: both;
	height: 5px;
}
#footer {
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	height: 80px;
	color: #FFFFFF;
	padding-top: 27px;
	padding-left: 20px;
	font-size: 90%;
	line-height: 120%;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo a {
	color: #FFFFFF;
	text-decoration: none;
}
#text {
	width: 720px;
}

