html, body {
	height: 100.1%;
	margin: 0;
	background: #d5ecc8;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
}

#container {
	float: left;
	width: 780px;
	min-height: 80%;
	height: auto !important; 						/* FF & Co. */
	height: 80%;												/* IE */
	position: relative;
	margin: 0;
	padding: 0 0 90px 0;
	background: url('img/back.gif') no-repeat #59b224;
}

#header {
	width: 780px;
	height: 122px;
	padding: 9px 0 0 0;
}
#header ul, #header li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#header a {
	background: url('img/line.gif') no-repeat;
	margin: 0 0 0 12px;
	padding: 9px 29px 3px 7px;
	text-decoration: none;
	color: black;
	font-size: 14px;
}
#header a.last {
	padding-right: 0;
}

#content {
	width: 510px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	padding: 0 250px 0 10px;
	background: url('img/ak.jpg') no-repeat right bottom;
}

#content_more {
	float: left;
	width: 760px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	padding: 0 0 0 10px;
}

#content h1, #content_more h1 {
	font-size: 13pt;
	color: white;
	margin: 0 0 20px 0;
}

#content h2, #content_more h2 {
	font-size: 9pt;
	color: white;
	margin: 30px 0 10px 0;
}

#content a, #content_more a {
	color: black;
}

a.none {
	text-decoration: none
}

#content_more ul, #content_more li {
	list-style-type: circle;
	padding: 0;
	margin: 0;
}
#content_more ul {
	padding-left: 13px;
	font-size: 8pt;
}

table {
	border-collapse: collapse;
}

td {
	margin: 0;
	padding: 3px;
	vertical-align: top;
}
td.default {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
tr.bg, td.bg {
	background: #59bf24;
}

#footer {
	float: left;
	position: absolute;
	width: 810px;
	bottom: 0;
	padding: 15px 0 30px 0;
	background: #d5ecc8;
	text-align: right;
}

input, select {
	height: 16px;
	border: 1px solid black;	
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
}