body {
	background-color: #FFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #333;
	background-color: #FFF;
}
a {
	color: #0A7B3C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 800px;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(/img/top.jpg) no-repeat left top;
	height: 138px;
}
#header div.logo {
	padding-top: 40px;
	padding-left: 30px;
	height: 79px;
}
#header div.logo a {
	width: 225px;
	height: 50px;
	display: block;
}

#lang {
	float: right;
	height: 19px;
	padding-right: 15px;
	padding-left: 15px;
}
#lang a {
	text-decoration: none;
}
#lang a.active {
	font-weight: bold;
}

#menu {
	height: 19px;
	padding-left: 60px;
}
#menu div {
	float: left;
	height: 19px;
	font-weight: bold;
	color: #407949;
}
#menu a {
	text-decoration: none;
	color: #407949;
}
#menu a:hover {
	text-decoration: underline;
}
#menu div.item_active div.left {
	background: url(/img/menu_left_active.gif) no-repeat left top;
	height: 19px;
	width: 6px;
}
#menu div.item_active div.right {
	background: url(/img/menu_right_active.gif) no-repeat right top;
	height: 19px;
	width: 8px;
}
#menu div.item_active div.name {
	background: url(/img/menu_bg_active.gif) repeat-x left top;
	height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
}
#menu div.item div.left {
	background: url(/img/menu_left.gif) no-repeat left top;
	height: 19px;
	width: 11px;
}
#menu div.item div.right {
	background: url(/img/menu_right.gif) no-repeat right top;
	height: 19px;
	width: 10px;
}
#menu div.item div.name {
	background: url(/img/menu_bg.gif) repeat-x left top;
	height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}


#submenu {
	width: 135px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 40px;
}
#submenu div.item {
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(/img/submenu01.gif) no-repeat left 4px;
	padding-left: 20px;
}
#submenu a {
	text-decoration: none;
	color: #428811;
}
#submenu a:hover {
	text-decoration: underline;
}



#main {
	background: url(/img/main_bg.gif) no-repeat right top;
}
#main .tbl_main td {
	vertical-align: top;
}
#main .tbl_main td.col1_index {
	background: url(/img/left_img_index.jpg) no-repeat left bottom;
	padding-bottom: 220px;
}
#main .tbl_main td.col1_inside {
	background: url(/img/left_img_inside.jpg) no-repeat left bottom;
	padding-bottom: 220px;
}
#main .tbl_main td.col3 {
	padding-bottom: 30px;
}
#main div.spacer {
	background: url(/img/spacer.gif) no-repeat left top;
	width: 11px;
	height: 450px;
}
#main div.body {
	padding-left: 25px;
	padding-top: 50px;
	width: 540px;
	text-align: justify;
}
#main div.body div.title {
	color: #979797;
	font-size: 17px;
	padding-bottom: 10px;
	font-weight: bold;
}
#main div.clear {
	clear: both;
	line-height: 0px;
}

#footer {
	height: 15px;
	background: url(/img/bottom.gif) repeat-x top;
}




