*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #88C065 url(../img/bg_body.gif) repeat-x;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
}

a
{
	text-decoration: underline;
	color: #88C065;
}

a:hover
{
	background-color: transparent;
}

p a, ul a
{
	color: #4FAC24;
}

p a:hover, ul a:hover
{
	background-color: #E8F3E1;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #4FAC24;
}

p
{
	line-height: 1.6em;
}

.clear { clear: both; }

#cnt
{
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

/***************************
			Header				
/**************************/

#header
{
	height: 340px;
	background: transparent url(../img/header.jpg) no-repeat;
}

#header .top
{
	height: 120px;
}

/***************************
			Left				
/**************************/

#left
{
	float: left;
	width: 290px;
}

#left .left_box .left_box_header
{
	height: 30px;
	background: transparent url(../img/bg_left_box_header.jpg) no-repeat;
	padding: 5px 5px 0 15px;
}

#left .left_box .left_box_header h1
{
	color: #f0f0f0;
	font-weight: bold;
	font-size: 1.2em;
	padding: 7px 5px;
	background: transparent url(../img/bg_left_box_header_h1.jpg) no-repeat;
}

#left .left_box .left_box_body
{
	background: transparent url(../img/bg_left_box_body.jpg) repeat-y;
	padding: 20px 10px 10px 20px;
	font-size: 0.9em;
}

#left .left_box .left_box_footer
{
	height: 20px;
	background: transparent url(../img/bg_left_box_footer.jpg) no-repeat;
}

#left form#webgv input, #left form#webgv select
{
	font-size: 0.9e;
}

/***************************
			Content				
/**************************/

#content
{
	float: left;
	width: 480px;
}

#content .content_header
{
	height: 20px;
	background: transparent url(../img/bg_content_header.jpg) no-repeat;
	background-position: top right;
}

#content .content_body
{
	background: transparent url(../img/bg_content_body.jpg) repeat-y;
	background-position: top right;
	padding: 0 30px 0 25px;
	min-height: 540px;
	_height: 560px;
}

#content .content_footer
{
	height: 30px;
	background: transparent url(../img/bg_content_footer.jpg) no-repeat;
	background-position: top right;
	clear: both;
}

#content h1
{
	font-size: 1.4em;
	padding-bottom: 1em;
	font-weight: bold;
}

#content h2
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1em;
}

#content h3
{
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #4FAC24;
}

#content p, #content ul
{
	padding-bottom: 1em;
	line-height: 1.6em;
}

#content .article_list .article {

}

#content .article
{
	padding-bottom: 1em;
}

#content .article .created
{
	font-size: 0.9em;
	color: #999;
	line-height: 0;
	margin-bottom: 1em;
}

#content .article ul
{
	margin-left: 15px;
}

#content .article ol
{
	margin-left: 20px;
}

#content .article li
{
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

#content .article p img
{
	margin: 0 10px 0 0;
	border: 2px solid #88C065;
}

#content .article img
{
	margin: 0 9px 10px 0;
	border: 2px solid #88C065;
}

#content .search .hit
{
	margin-top: 0.5em;
}

#content .search .hit h2
{
	padding-top: 0.5em;
	padding-bottom: 0;
	border-top: 1px solid #88C065;
}

#content .search .hit h2 a

	color: #4FAC24;
	text-decoration: none;
}

#content .search .hit .small
{
	font-size: 0.9em;
	color: #999;
}

#content .search .hit .highlight
{
	background-color: #E8F3E1;
}

/***************************
			Footer				
/**************************/

#footer
{
	clear: both;
}

#footer p
{
	padding-bottom: 1em;
	line-height: 1.6em;
	font-size: 0.9em;
}

/***************************
			Navigation				
/**************************/

/*		menuTreeHorizontal	*/

#top_menu li,
#main_menu li
{
	display: inline;
	list-style-type: none;
}

#top_menu li a,
#main_menu li a
{
	color: #f0f0f0;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	outline: none;
	margin-left: 10px;
}

#top_menu li a:hover,
#main_menu li a:hover
{
	color: #fff;
	background: transparent;
}

#top_menu
{
	padding: 15px 20px 0 15px;
	text-align: right;
}

#top_menu li a
{
	margin-left: 20px;
}

#main_menu
{
	padding: 73px 0 13px 15px;
}

#main_menu li a
{
	margin-right: 10px;
}

/***************************
			Breadcrumb				
/**************************/

#breadcrumb
{
	color: #4FAC24;
	padding: 2em 0 0.5em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #4FAC24;
}

#breadcrumb a
{
	color: #4FAC24;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

/***************************
			Galerie				
/**************************/

.gallery {
	float: left;
}

.gallery-list {
	float: left;
	margin: 0 -10px;
	list-style-type: none;
}

.gallery-list li {
	float: left;
	margin: 10px;
	padding: 0;
	background: none;
}

.gallery-list li a {
	float: left;
}

/***************************
			Sitemap				
/**************************/

.sitemap {
	margin-left: 16px;
}

.sitemap ul {
	margin-left: 16px;
}

/***************************
			Links
/**************************/

.link-list ul {
	 list-style-type: none;
}

.link-list .links {
	list-style-type: disc;
	margin-left: 16px;
}

.link-list .links li {
	margin-bottom: 1em;
}

.link-list .description {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	color: #888;
}
