BODY {
	margin: 30px 0 0 30px;
	background: #d0d5dc url(../images/body-bg.jpg) 0 0 repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#main {
	text-align: left;
	width: 760px;
	height: auto;
	margin: auto;
	background-color: #fff;
	border-top: 4px solid #19678f;
	border-bottom: 4px solid #19678f;
}
#header {
	width: 690px;
	height: 165px;
	margin: 0 35px 0 35px;
	background: transparent url(../images/logotype.gif) 28px 21px no-repeat;
}
#content {
	width: 690px;
	margin: 0 35px 35px 35px;
	display: table;
}
#content #sub-cnt {
	width: 175px;
	float: left;
}
#content #main-cnt {
	width: 480px;
	margin-left: 35px;
	float: left;
}
#footer {
	width: 760px;
	height: 40px;
	margin: auto;
	margin-top: 15px;
	font-size: 10px;
	color: #8693a4;
	display: table;
	line-height: 17px;
}
#footer .copyright {
	width: 540px;
	height: 40px;
	float: left;
	text-align:left;
}
#footer .author {
	width: 220px;
	height: 40px;
	float: right;
	text-align: right;
}
#footer A { color: #8693a4; }
.menu {
	border-top: 1px solid #c8ced5;
}
.menu A {
	width: 174px;
	height: 25px;
	overflow: hidden;
	display: block;
}
.menu IMG {
	width: 174px;
	height: 24px;
	border: 0;
	border-bottom: 1px solid #c8ced5;
}