* {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
}
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #3C4650;
}
#header {
	width: 660px;
	margin: auto;
}
#header .top {
	background-image: url("./head-top.gif");
	width: 660px;
	height: 69px;
	overflow: hidden;
	line-height: 84px;
	vertical-align: bottom;
	text-align: left;
	text-indent: 15px;
	color: white;
	font-size: 3em;
	font-weight: bold;
	position: relative;
	z-index: 0;
}
.top span {
	font-size: .35em;
}
#header .top div {
	width: 660px;
	height: 69px;
	overflow: hidden;
	line-height: 84px;
	vertical-align: bottom;
	text-align: left;
	text-indent: 15px;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	color: #48617C;
	z-index: 10;
}
#header .bot {
	background-image: url("./head-bot.gif");
	width: 660px;
	height: 35px;
	overflow: hidden;
}
#header ul {
	display: block;
	float: right;
	margin: 1px 15px 0px 15px;
	padding: 0px;
	height: 28px;
	overflow: hidden;
	border-left: 1px solid #4A627B;
	border-right: 1px solid #91A9C1;
}
#header li {
	display: block;
	float: left;
	font-size: .7em;
	line-height: 28px;
}
#header a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	padding: 0px 15px;
	border-left: 1px solid #91A9C1;
	border-right: 1px solid #4A627B;
}
#header a:hover {
	background-color: #405C7B;
}
#main {
	color: #2B3D4E;
	padding-top: 5px;
	width: 660px;
	margin: auto;
	background-image: url("./main-back.gif");
	background-repeat: repeat-y;
}
#main a {
	color: #0F1922;
}
#main a:hover {
	color: #587695;
}
#main .contain {
	margin: 0px 30px;
	font-size: .75em;
	text-align: left;
}
#main .containC {
	margin: 10px 30px 0px 30px;
	font-size: .75em;
	text-align: center;
}
#main .contain div {
	background-color: #BDB7B1;
	color: #0F1922;
	margin-top: 5px;
	font-size: .9em;
	padding: 5px;
}
#footer {
	width: 660px;
	height: 15px;
	margin: auto;
	overflow: hidden;
	background-image: url("./main-bot.gif");
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .85em;
}