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

#container {
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	background-color: #FFF;
}
#top {
	height: 125px;
	width: 853px;
}
#nav {
	height: 128px;
	width: 853px;
}
#mid {
	width: 853px;
}
#body {
	float: left;
	width: 450px;
	margin-left: 60px;
	display: inline;
	margin-top: 20px;
}
#body_margin {
	float: right;
	width: 217px;
	padding-right: 60px;
	padding-left: 20px;
	background-color: #CCC;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#footer {
	clear: both;
	height: 26px;
	width: 853px;
	background-color: #999999;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
}
#end {
	height: 60px;
	width: 853px;
	text-align: center;
	background-color: #b4b192;
	padding-top: 10px;
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #333;
}
