 html, body {
	background-color: #ffffff;
	color: #333;
	font-size: 12px;
	font-family: Trebuchet MS;
	margin: 0px;
	padding: 0px;
}

div#main {
	background: url(../_images/header.png) repeat-x;
	width: 100%;
	height: 161px;
}

div.container {
	width: 900px;
	height: auto;
	margin: auto;
}

div#header {
	width: 900px;
	height: 161px;
	float: left;
	margin-bottom: 40px;
}

div#top {
	height: 27px;
	width: 100%;
	float: left;
	padding-top: 5px;
}

div#top #left {
	float: left;
	font-family: verdana;
	font-size: 13px;
	color: #ababab;
}

div#top #right {
	float: right;
	font-family: verdana;
	font-size: 13px;
	color: #ababab;
}

div#logo {
	background: url(../_images/logo.png) repeat-x;
	width: 220px;
	height: 80px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}

div#middle {
	width: 900px;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

div#middle #left {
	width: 277px;
	float: left;
}

div#middle #left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#middle #left li {
	font-size: 16px;
	color: #858585;
}

div#middle #left li a, a:visited {
	font-size: 16px;
	color: #858585;
	text-decoration: none;
}

div#middle #left li a:hover {
	font-size: 16px;
	color: #858585;
	text-decoration: none;
	border-bottom: dashed 1px;
}

div#middle #right {
	width: 601px;
	float: right;
}

div#content {
	background: url(../_images/content.png);
	background-repeat: no-repeat;
	width: 579px;
	height: auto;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

div#content big {
	font-size: 20px;
	color: #1561b6;
	font-weight: bold;
}

div#footer {
	font-size: 18px;
	color: #c2c2c2;
	margin-bottom: 15px;
}

div#footer a {
	font-size: 18px;
	color: #c2c2c2;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}