* {
	margin: 0;
	font-family:  "Arial", sans-serif;
}

body { font-size: 9pt }

a img { border: none }
a { color: black }

p, h2, h3, h4, h5 { padding: 0 0 10px 0 }

h1 {font-size: 18px;} 

h2 {
	font-size: 160%;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 2px 0;
}

.clon-h5 { font-size:100%;

font-weight:normal;

padding:0pt 0pt 2px;} 



h6 {
	font-size: 160%;
	font-weight: normal;
}

.font90 { font-size: 90% }
.font110 { font-size: 110% }
.font160 { font-size: 160% }
.dark-red, .dark-red a { color: #8c0000 }

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	padding: 0;
}



/* BODY */



html, body { height: 100% }

body {
	padding: 0;
	background: #472b23 url(/images/body/background.jpg) repeat center top;
	color: black;
	min-width: 819px;
	height: 100%;
}

* html body { width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 819) ? '819px' : '100%') }

#page-wrapper {
	position: relative;
	z-index: 10000;
	margin: 0 auto;
	width: 819px;
	min-height: 100%;
	height: auto;
	background: #d0c1c1 url(/images/body/page-background.jpg) repeat-y center top;
}

* html #page-wrapper { height: 100% }

#page-wrapper:before{
	z-index: 150;
	content: url(/images/body/border-top-left.png);
	background: url(/images/body/border-top-right.png) no-repeat right top;
	display: block;
	height: 300px;
	margin-bottom: -300px;
}



/* MAIN MENU */



#main-menu {
	padding: 33px 0;
	list-style: none;
	text-align: center;
	font-weight: bold;
}

#main-menu li {
	display: inline;
	padding: 0 14px;
	background: url(/images/arrow.gif) no-repeat 8px 4px;
}

#main-menu span,
#main-menu a {
	white-space: nowrap;
	text-decoration: none;
	font-family: "Times New Roman", serif;
}

#main-menu span,
#main-menu a:hover { text-decoration: underline }



/* HEADER */



#header {
	position: relative;
	height: 209px;
	padding: 0 8px;
}

#header .logo img { display: block }
#header .logo {
	display: block;
	position: absolute;
	left: 254px;
	top: 0;
}

#header .img-slogan {
	position: absolute;
	left: 8px;
	top: 169px;
	width: 799px;
	border: 2px solid black;
	height: 40px;
	background: url(/images/header/slogan.png) no-repeat;
}

#header .img-top {
	border-bottom: 1px solid black;
	width: 804px;
	height: 1px;
	top: -1px;
	z-index: 1;
}
#header .img-left {
	float: left;
	border-left: 1px solid black;
	width: 245px;
	height: 169px;
	background: url(/images/header/left.jpg) no-repeat;
}

#header .img-right {
	float: right;
	border-right: 1px solid black;
	width: 236px;
	height: 169px;
	background: url(/images/header/right.jpg) no-repeat;
}



/* GBOX */



.gbox h1, .gbox h2, .gbox h3, .gbox h4, .gbox h5, .gbox p { padding-left: 4px } 

.gbox { padding: 0 0 20px 16px }

.gbox .arrow {
	float: left;
	height: 130px;
	width: 20px;
}

.gbox .left {
	padding-right: 49px;
	background: url(/images/gbox/bg-left.png) no-repeat right top;
}

.gbox .right {
	padding-left: 49px;
	background: url(/images/gbox/bg-right.png) no-repeat left top;
}

.gbox .arrow img,
.gbox .arrow a {
	display: block;
	width: 20px;
	height: 130px;
}

.gbox ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	height: 114px;
	border-left: 1px solid #dfdfdf;
}

.gbox li {
	float: left;
	width: 161px;
	height: 114px;
	background: #ebebeb;
	border-right: 1px solid #dfdfdf;
	overflow: hidden;
	display: block;
	position: relative;
}

.gbox ul .index {
	position: absolute;
	left: 161px;
	top: 114px;
	width: 20px;
	height: 20px;
}

.gbox ul .index div {
	position: absolute;
	z-index: 10000;
	color: #999;
	bottom: 24px;
	right: 24px;
}

.gbox ul span {
	display: block;
	width: 100%;
	//position: absolute;
	//top: 50%;
}

.gbox ul span a:hover { text-decoration: underline }
.gbox ul span a {
	position: static;
	display: table-cell;
	width: 161px;
	height: 114px;;
	text-align: center;
	vertical-align: middle;
	//display: block;
	//padding: 100px 0;
	//position: relative;
	//top: -50%;
	//height: auto;
	//z-index: 1000;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}



/* FOOTER */


#footer {
	clear: both;
	width: 779px;
	border-top: 2px solid black;
	margin: 0px 0 0 20px;
	padding: 8px 0;
}

#footer .button {
	clear: right;
	float: right;
	padding: 2px 0 3px 10px;
}

