#container {
	background-color: #FFFFFF;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
body  { color: #333333; font-size: 11px; line-height: 14px; background-color: #FAF7F5; text-align: center; margin: 0; padding: 0 }
#header {
	background-color: #FFFFFF;
	height: 337px;
}
#menu {
	background-color: #000000;
}
#left {
	margin: 0px;
	padding: 16px;
	float: left;
	width: 455px;
	background-color: #FFFFFF;
	text-align: left;
}
.left-left {
	float: left;
	width: 84px;
}
.left-right {
	float: right;
	width: 340px;
}
#right {
	float: right;
	background-color: #F3EBE6;
	padding: 0px;
	text-align: center;
}
#contents {
	float: none;
	width: 770px;
}
hr {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #CC3366;
	text-decoration: underline;
}
