body { 
	/*background: url('img/bg.png') repeat-x;*/
}
h1 { cursor: default; }
#xbody {
	/*position: absolute; top: 0; left: 0;
	width: 100%; min-height: 100%; height: auto!important; height: 100%;
	*/
	background: url('img/head-bg.jpg') top center no-repeat;
}

#body { width: 1000px; margin: auto; }
#head { height: 230px; overflow: hidden; }
#logo {
	margin: 15px 0 0 45px;
	float: left;
}
#logo-link {
	display: block; width: 480px; height: 85px;
	background: url('img/title.png') 105px 12px no-repeat;
}
#nav {
	margin: 104px 0 0 0;
}
#nav ul { list-style: none; }
#nav ul li {
	float: left; margin: 0 10px;
}
#nav ul li a {
	display: block;
	background: url('img/sprites.png') 0 -53px no-repeat; 
	letter-spacing: 5px; text-decoration: none; color: #ce050b;
	cursor: pointer;
}
#nav ul li a span {
	display: block; margin-left: 5px; padding: 0 15px;
	height: 26px; line-height: 26px;
	background: url('img/sprites.png') right -5px no-repeat;
}
#nav ul li a:hover {
	color: #ff6!important;
}
#nav ul li a:hover, #nav ul li a.current {
	background: url('img/sprites.png') 0 -417px no-repeat;
	color: #fff;
}
#nav ul li a:hover span, #nav ul li a.current span {
	background: url('img/sprites.png') right -316px no-repeat;
}

#main { padding: 10px; background-color: #fff; }

#crumb {
	padding: 0 10px; margin: 0; list-style: none;
	height: 24px; border-bottom: 1px solid #e2e2e2;
	display: none;
}
#crumb li { float: left; margin: 0 5px; line-height: 20px; }
#crumb li a { float: left; margin: 0 5px; }


h1 {
	line-height: 36px;
	font-size: 18px; font-weight: bold;
	padding: 0; margin: 0 0 .75em 0; text-align: center;
	letter-spacing: 3px;
}
h2, h3 { 
	margin: 0; font-size: 14px; padding: 0;
	line-height: 24px; text-align: center;
	letter-spacing: 3px;
}
h3 { font-size: 12px; }
.article { margin: 10px 100px; }
.article a { text-decoration: underline; }
.article p {
	line-height: 18px; letter-spacing: 2px;
	padding: 8px; margin: 0;
	text-indent: 30px;
}
.spc p {
	letter-spacing: 3px!important;
	line-height: 20px!important;
}
.section { margin-bottom: 20px; }
.section p {
	text-indent: 0px; padding: 3px 8px;
}
.section ol { margin: 5px 40px; padding: 0; list-style: none; }
.section ol li { line-height: 21px; letter-spacing: 2px; }

#foot {
	margin-top: 20px; border-top: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
#foot p { margin: 0; padding: 3px; letter-spacing: 3px; }

#bda { position: absolute; visibility: hidden; }