@CHARSET "UTF-8";

body {
	background-color: #699240;
	text-align: center;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	color: #203d00;
}

a {
	color: #203d00;
}

a:hover {
	color: #376a00;
}

a:focus {
	outline: 0;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

#container {
	background: transparent url(../images/footer.png) -940px 0 repeat-y scroll;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#intro {
	background: transparent url(../images/intro.png) 0 0 no-repeat scroll;
	margin: 0 auto;
	margin-top: 2em;
	width: 718px;
	height: 506px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#intro-block {
	width: 288px;
	height: 165px;
	position: absolute;
	left: 397px;
	top: 299px;
	overflow: hidden;
	z-index: 2;
}

#intro-main {
	width: 710px;
	height: 498px;
	right: 0;
	position: absolute;
	z-index: 1;
}

#header {
	background: transparent url(../images/logo.png) 0 0 no-repeat scroll;
	height: 182px;
	position: relative;
}

#header-block {
	width: 461px;
	height: 138px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 45px;
}

#wrap {
	background: transparent url(../images/logo.png) 0 -182px no-repeat scroll;
	min-height: 264px;
	padding: 0 60px 0 9px;
	overflow: hidden;
}

* html #wrap {
	height: 264px; /* IE6 Holly's Hack */
}

#sidebar-left {
	width: 197px;
	float: left;
	overflow: hidden;
}

#content {
	width: 656px;
	float: right;
	overflow: auto;
}

#footer {
	background: transparent url(../images/footer.png) 0 100% no-repeat scroll;
	height: 49px;
}

#footer p {
	margin: 0;
	padding: 6px 50px 10px 225px;
	font-size: .9em;
	line-height: 16px;
	text-align: center;
}

ul.menu {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	list-style: none none outside;
}

ul.menu li a {
	display: block;
}

ul.menu li a:hover {
	background-color: #96ca5f;
	margin-left: -197px;
}

ul.menu li a img {
	vertical-align: bottom;
}

