/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* let's go! */
html {
	background: url(../img/bg_html.jpg) left top repeat;
	height: 100%;
}
body {
	background: url(../img/bg_2.jpg) left top repeat-y;
	color: #111e8c;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#wrapper {
	position: relative;
	width: 1024px;
	min-height: 777px;
	background: url(../img/bg_body_2.jpg) left top no-repeat;
}
h1 a {
	text-indent: -9999px;
	width: 250px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
}
p#counter {
	position: absolute;
	top: 720px;
	left: 90px;
	padding: 10px 20px;
	background-color: #e06517;
	border: 2px solid #dc2b06;
	color: #fff;
	font-size: 14px;
}

#nav {
	background: url(../img/nav.png) left top no-repeat;
	position: absolute;
	top: 50px;
	right: 40px;
	width: 32px;
	height: 715px;
	list-style-type: none;
}
#nav a {
	display: block;
	height: 77px;
	text-indent: -9999px;
}

#content {
	margin-left: 400px;
	width: 487px;
	padding: 20px 0;
}
#content a {
	color: #336699;
}
#content a:hover {
	text-decoration: none;
}
img.head {
	border: 15px solid #f7ebc2;
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #e06517;
	color: #fff;
	font-size: 16px;
}
.box {
	background: url(../img/sprite_2.gif) -487px 0 repeat-y;
	position: relative;
	margin-bottom: 20px;
}
.box h3 {
	background: url(../img/sprite_2.gif) 0 0 no-repeat;
	height: 33px;
	line-height: 42px;
	padding: 0 15px;
}
.box p.date {
	position: absolute;
	top: 16px;
	right: 15px;
}
.box .content {
	background: url(../img/sprite_2.gif) -975px 100% no-repeat;
	padding: 5px 15px 10px;
	line-height: 120%;
}
.box img {
	float: right;
	margin: 10px 0 10px 10px;
	border: 5px solid #f7ebc2;
}
.box p, .box ul, .box ol, .box address {
	margin-bottom: 7px;
}
.box ul, .box ol {
	margin-left: 30px;
}
.folded .content {
	padding-bottom: 4px;
}
body.js img.head, body.js.foldable div.box h3 {
	cursor: pointer;
}

body.splash {
	text-align: center;
	background-color: #000;
	background-image: none;
	height: 100%;
}
body.splash div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -384px 0 0 -512px;
}