/* START: GLOBAL RESET */
*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,ul,ol,dl,hr,table,address,fieldset { margin-bottom: 15px; }
h1 { font-size: 25px; font-weight: bold; }
h2 { font-size: 23px; font-weight: bold; }
h3 { font-size: 21px; font-weight: bold; }
h4 { font-size: 19px; font-weight: bold; }
h5 { font-size: 17px; font-weight: bold; }
h6 { font-size: 15px; font-weight: bold; }
li, dd, blockquote { margin-left: 40px; }
table {  border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; }
:focus  { outline: 0; }
/* END: GLOBAL RESET */
body
{
	background: #c8c5c0 url('../images/bg_level2.jpg') no-repeat fixed 0 0;
	margin: 0;
	padding: 0;
	font-family: Arial,san-serif;
	font-size: 11px;
}
h1
{
	text-indent: -9999px;
	overflow: hidden;
}
h1 a
{
	display: block;
	position: fixed;
	left: 644px;
	top: 590px;
	width: 97px;
	height: 97px;
	background: transparent url('../images/logo-trans.png') no-repeat 0 0;
}
h2
{
	position: absolute;
	left: 10px;
	top: 10px;
	text-indent: -9999px;
}
#header
{
	position: fixed;
	left: 0;
	top: 0;
	height: 133px;
	width: 100%;
	background: #c8c5c0 no-repeat 0 0;
	z-index: 10;
}
#content
{
	position: absolute;
	top: 145px;
	left: 43px;
	z-index: 5;
}
#content p
{
	margin-bottom: 11px;
}
.box
{
	background: #c6c2bd url('../images/bg_box.jpg') no-repeat 0 25px;
	width: 274px;
	border: 1px solid #000;
	margin: 0 0 11px 23px;
}
.box h3
{
	background: #000 no-repeat 0 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	padding: 0 17px;
	text-transform: uppercase;
}
.box h4
{
	font-style: italic;
	font-size: 10px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.box ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 14px 0;
}
.box li
{
	margin-left: 0;
}
.box dt
{
	font-weight: bold;
	font-size: 12px;
	margin-top: 14px;
}
.box dt:first-child
{
	margin-top: 0;
}
.box dd
{
	margin: 0;
	padding: 0;
	color: #767164;
	font-size: 10px;
}
.box a
{
	color: #767164;
}
.box a:hover
{
	color: #37342d;
}
.padding
{
	padding: 0 17px;
}