html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: white url('./images/body.jpg') center center repeat-y;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}
#main {
	margin: 0 auto;
	padding: 0;
	width: 995px;
	height: auto;
	min-height: 100%;
	_height: 100%;
	background: white url('./images/content.gif') left top repeat-y;
	position: relative;
}
#head {
	height: 240px;
	background: green url('./images/header.jpg') bottom left repeat-x;
}
#head ul {
	display: block;
	height: 30px;
	width: 815px;
	margin: 0 0 0 180px;
	padding: 0;
	background: url('./images/header_menu.jpg') top left repeat-x;
	list-style-type: none;
}
#head ul li {
	margin: 0;
	padding: 0;
	width: 20%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	overflow: hidden;
	background: url('./images/header_menu_s.jpg') right top no-repeat;
	font-family: Arial;
}
#head ul li a,
#head ul li a:link {
	display: block;
	height: 30px;
	margin: 0 1px;
	padding: 0;
	color: white;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#head ul li a:hover,
#head ul li a:active {
	background: url('./images/menu_arrow.gif') center bottom no-repeat;
}





#navigation {
	display: block;
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 0 30px 0;
}
#navigation h4 {
	margin: 0;
	padding: 0 7px 0 23px;
	font-size: .8em;
	line-height: 22px;
	color: #666666;
}
#navigation h4.menu {
	background: url('./images/menu_bg.jpg') left top no-repeat;
}
#navigation h4.contacts {
	background: url('./images/contacts_bg.jpg') left top no-repeat;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 3px solid white;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	line-height: 22px;
	border-top: 1px solid white;
	background: url('./images/navigation.jpg') left top repeat-x;
	color: #666666;
}
#navigation dl {
	margin: 0;
	padding: 5px 7px 5px 23px;
	font-size: .8em;
	color: #666666;
}
#navigation dt {
	margin: 0;
	padding: 7px 0 0 0;
	font-weight: bold;
}
#navigation dd {
	margin: 0;
	padding: 0 0 7px 2px;
}
#navigation a,
#navigation a:link {
	color: #666666;
}
#navigation a:hover,
#navigation a:active {
	color: black
}
#navigation ul li a,
#navigation ul li a:link {
	display: block;
	height: 1%;
	padding: 0 7px 0 23px;
	text-decoration: none;
	font-size: .8em;
	background: url('./images/nav_bulet.gif') left top no-repeat;
}
#navigation ul li a:hover,
#navigation ul li a:active {
	background-image: url('./images/nav_bulet_h.gif');
}





#news {
	display: block;
	float: right;
	width: 180px;
	margin: 0;
	padding: 0 0 30px 0;
}
#news h4 {
	margin: 0;
	padding: 0 7px 0 23px;
	font-size: .8em;
	line-height: 22px;
	color: #666666;
}
#news h4.news {
	background: url('./images/news_bg.jpg') left top no-repeat;
}
#news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .8em;
	color: #666666;
}
#news ul li {
	margin: 23px;
	padding: 0;
}
#news ul li span.date {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}
#news ul li a,
#news ul li a:link {
	color: #acbe18;
	font-weight: bold;
}
#news ul li a:hover,
#news ul li a:active {
	color: #ff9900;
}






#content {
	display: block;
	float: left;
	width: 595px;
	margin: 20px;
	padding: 0 0 30px 0;
	color: #666666;
	font-size: .9em;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.4em;
}
#content h3 {
	font-size: 1.3em;
}
#content h4 {
	font-size: 1.2em;
}
#content h5 {
	font-size: 1.1em;
}
#content h6 {
	font-size: 1em;
}
#content p {
	text-align: justify;
	line-height: 1.6em;
}
#content a,
#content a:link {
	color: #ff9900;
}
#content a:hover,
#content a:hover {
	color: #acbe18;
}
#content li {
	line-height: 1.6em;
}





#footer {
	display: block;
	width: 100%;
	height: 28px;
	background: green url('./images/header_menu.jpg') left top repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	clear: both;
	line-height: 28px;
	color: white;
	font-weight: bold;
	font-size: .9em;
	font-family: Arial;
	text-align: right;
}
#footer a,
#footer a:link {
	color: white;
	text-decoration: none;
	margin: auto 5px;
}
#footer a.copy {
	display: block;
	width: 160px;
	height: 28px;
	background: url('./images/header.jpg') left top repeat-x;
	float: left;
	margin: 0;
	padding: 0 7px 0 23px;
	text-align: left;
}