* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, sans-serif;
	background: url(../img/background.jpg) repeat-x #c7c7c7;
	color: #666;
}

div#wrapper {
	margin: 0 auto;
	width: 950px;
	height: 720px;
	background: url(../img/book.jpg) no-repeat;
	position: relative;
}

div#head {
	height: 139px;
	margin: 0 0 22px 0;
}

div#menu {
	float: left;
}

div#menu ul {
	list-style: none;
	width: 122px;
	font-size: 12px;
	text-indent: 10px;
}

div#menu ul li {
	background: #00842d;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 5px 0 5px;
}

div#menu li.active {
	background: #89c01a;
	width: 132px;
}

div#content {
	float: left;
	padding: 0 10px 10px;
	width: 750px;
	height: 495px;
	font-size: 12px;
}

div#content p {
	line-height: 150%;
	width: 90%;
}

div.left {
	float: left;
	width: 365px;
	padding: 0 10px 0 0;
	position: relative;
	height: 100%;
}

div.right {
	float: left;
	width: 365px;
	padding: 0 0 0 10px;
	position: relative;
	height: 100%;
}

h1 {
	font-size: 19px;
	color: #00842d;
	font-weight: normal;
}

div#menu a {
	color: #fff;
	text-decoration: none;
}

div.line {
	background: #e9e8e8;
	width: 100%;
	height: 15px;
	padding: 4px 0;
	text-indent: 10px;
	margin-bottom: 4px;
}


div.line:hover,
div.active {
	background: #89c01a;
	color: #fff;
}



div#content ul li {
	margin-bottom: 5px;
	list-style-image: url(../img/bullet.png)
}

div#content ul {
	margin-left: 15px;
}

div#content a {
	display: block;
	color: #00842d;
	text-decoration: none;
	font-weight: bold
	
}div#content2 a {
	display: block;
	color: #00842d;
	text-decoration: none;	
}

div#content div.line a:hover,
div#content div.active a {
	color: #fff;
	text-decoration: none;
}

div#content div.line:hover a,
div#content div.active a {
	color: #FFF
}

div#nav {
	position: absolute;
	top: -20px;
	width: 95%;
	text-align: right;
}

div#navleft {
	position: absolute;
	bottom: 5px;
	width: 90%;
	text-align: left;
}

div#navleft2 {
	position: absolute;
	bottom: 60px;
	width: 90%;
	text-align: left;
}

div#nav a {
	color: #00842d;
}

div#hl_right_bottom {
	position: relative;
	top: 1px;
	text-align: left;
}

div#hl_left_up {
	position: relative;
	top: -10 px;
	text-align: left;
}

div#hl_left_bottom {
	position: relative;
	bottom: 140 px;
	text-align: left;
}
div#foot_nav {
	position: absolute;
	bottom: 0;
	right: 40px;
	color: #FFF;
	text-transform: uppercase;
	
}
div#foot_nav  a{
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}