
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background: #f0f0f0;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #333;
}

td
{
	padding-bottom: 15px;
	vertical-align: top;
	padding-right: 15px;
}

a
{
	color:#41833b;
}

a:hover
{
	color: #71ac62;
}

strong
{
	color:#000;
}

.gtext
{
	margin-top: 22px;
	font-weight:bold;
	text-transform: uppercase;
	color: #2e4c06;
	margin-top:35px;
}

.sewal
{
	color:#AAA; 
	line-height:24px;
}

.sewal a
{
	color:#EEE; 
	text-decoration:none;
}

.sewal a:hover
{
	color:#FFF; 
	text-decoration: underline;
}



#container
{
	min-height:100%;
	position:relative;
}

#header
{
	width: 770px;
	height: 125px;
	margin: 0 auto;
	background:#54992f url(img/header.jpg) no-repeat;
}

#logo
{
	position:relative;
	float:left;
	left: 100px;
	top: 44px;
	width: 355px;
	height: 28px;
	background:url(img/logo.jpg);
}

#box
{
	padding-bottom:80px;
	width: 770px;
	margin: 0 auto;
	margin-top: 10px;
}

#box .headline
{
	position:relative;
	width: 543px;
	margin-left:1px;
	padding-left: 15px;
	background: #e7fac7;
	height: 30px;
	color: #275323;
	font-size:15px;
	border-bottom:1px dotted #6ab464;
	border-top:1px dotted #6ab464;
	line-height: 28px;
}

#menu
{
	padding: 0px;
	width: 200px;
	background-color:#FFF;
	float: left;
}

#menu_top{
	background: url('img/menu_top.jpg') no-repeat;
	width: 200px;
	height: 15px;
}

#menu_middle
{
	padding: 0px;
	background: url('img/menu_middle.jpg');
	width: 200px;
	min-height: 160px;
}

#menu_bottom {
	background:url('img/menu_bottom.jpg') no-repeat;
	width: 200px;
	height: 30px;
}

#menu_middle ul 
{
  margin: 0px;
  padding: 15px;
  border: 0px;
  list-style-type: none;
}

#menu_middle ul li
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 25px;
	
}

#menu ul li a
{
	font-size: 12px;
	color: #575b5e;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #74c14a;
	text-decoration: none;
}

#menu ul li.sub a 
{
	font-size:11px; 
	font-style:italic;
	color: #979b9e;
	
	
	padding-left: 12px;
}

#menu ul li.sub a:hover
{
	color: #74c14a;
	
}

#menu .headline
{
	width: 183px;
	margin-left:1px;
	padding-left: 15px;
	background: #F8F8F8;
	height: 30px;
	color: #275323;
	font-size:15px;
	border-bottom:1px dotted #CCC;
	border-top:1px dotted #CCC;
	line-height: 28px;
}


#main
{
	width: 560px;
	background: #FFF url(img/main_middle.jpg);
	float: right;
}

#main_top {
	background: #FFF url('img/main_top.jpg') no-repeat;
	width:560px;
	height:15px;
}

#main_bottom {
	background: #FFF url('img/main_bottom.jpg') no-repeat;
	width: 560px;
	height: 30px;
}

#content
{
	width: 530px;
	margin: 15px 15px 15px 15px;
	background: #FFF;
	min-height: 300px;
}

#text
{
	width: 360px;
	padding-right: 10px;
	background: #FFF;
	min-height: 300px;
	
	float: left;
	border-right: dotted 1px #CCC;

}

#image
{
	width: 150px;
	min-height: 250px;
	float: right;
}


#footer {
	position:absolute;
	bottom:0px;
	width:750px;
	height:42px;
	padding-top: 8px;
	text-align:center;
	background: #34383b url(img/footer.jpg) no-repeat;
	left: 50%;
	margin-left: -375px;
	font-size:11px;
	color: #FFF;
}

<!--[if lt IE 7]>
#container {
	height:100%;
}
<![endif]--> 