@CHARSET "UTF-8";
body {
    background: #e3dbbf;
    color: #109947;
}

#main {
    background: url("../images/news/background.jpg") center top no-repeat;
    min-height: 100px;
    height: auto !important;
    height: 100px;
	padding-top: 180px;
	padding-bottom: 40px;
}

#content {
    position: relative;
    width: 70%;
    float: left;
}

.left {
	width: 27%;
	float: left;
}

.left li {
	color: #109947;
	font-weight: bold;
}

.left li li {
	color: #000;
	font-weight: normal;
	padding-left: 20px;
}

.submit {
    color: #109947 !important;
}



h1, h2, h3, p, ul {
	margin: 0 0 10px;
	padding: 0;
}

a {
	color: #109947;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	color: #000;
	line-height: 26px;
}

li span {
	font-weight: bold;
}

li a {
	color: #109947;
}
