@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	background-color:#f4ece3;
	color:#808080;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:16px;
	height:100%;
}
a img {
	border:0;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

.center {
	position:absolute;
	width:840px;
	left:50%;
	margin-left:-420px;
	display:block;
}
.nav {
	width:40px;
	margin-top:50px;
	z-index:1;
}
.nav ul {
	list-style:none;
	display:block;
}
.nav li {
	height:130px;
	display:block;
	width:40px;
}
.nav ul li a {
	float:left;
	width:30px;
	display:block;
}
.nav li.active {
	position:absolute;
	z-index:3;
}
.wrapper {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	margin-left:25px;
	z-index:2;
	padding:0 10px 40px 10px;
	background:url(img/bg.png) repeat-y;
}
.header {
	background: url(img/graph+.png) no-repeat;
	height:251px;
}
.logo {
	position:absolute;
	margin:90px 0 auto 50px;
}
a {
	cursor:pointer;
}
.header h1 {
	position:absolute;
	font-size:22px;
	color:#00b4d9;
	margin:200px 0 auto 50px;
	width: 162px;
}
.content {
	position:relative;
	color:#58595b;
	font-size:10px;
	width:800px;
	height:auto;
	z-index:5;
}
.content h2 {
	margin:5px 0 10px;
}
.content h3 {
	font-size:12px;
	margin:5px 0 20px;
}
.content ul {
	padding-left:15px;
}
.content li {
	list-style:disc;
}
.content p {
	margin:10px 0 15px;
}
.cont_bot{
	position:absolute;
	background:url(img/bottom.png);
	height:250px;
	margin-top:-250px;
	width:800px;
	bottom:40px;
	z-index:4;
}
.left {
	float:left;
	width:450px;
	padding:0 30px 0 50px;
}
.right {
	float:right;
	width:185px;
	padding:50px 40px 0 40px;
	border-left:#00b4d9 1px solid;
}
h1 {
	font-size:16px;
}
.item {
	margin-bottom:30px;
}
.item_n {
	font-size:24px;
	color:#00b4d9;
	line-height:3px;
	margin-bottom:30px;
}
.footer {
	position:absolute;
	width:820px;
	font-size:10px;
	background:#f4ece3 url(img/bottom_t.png) no-repeat;
/*	float:left;
	clear:both;*/
	bottom:-1px;padding:0;
	margin-left:-10px;
	
}
.footer p {
	margin-top:15px;
	text-align:center;
	margin-bottom:10px;
}

