/* CSS Document */

body {
	margin: none;
	background-color: #367a30;
/*	position:fixed;*/
}


#main{
	width:100%;
	height:100%;
}

#main_left{
	width:170px;
	height:100%;
}

#main_center{
	height:100%;
}

#main_right{
	width:162px;
	height:100%;
}


div {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

div.hidden {
	display:none;	
}
div.show {
	display:block;
}

#hidden {
	height:96px;
}



tr.spacer {
	float:left;
	width:170px;
	height:16px;
	background-image:url(images/menu_spacer.gif);
}

div.menuElement {	
	font-size:0px;
	float:left;
	width:170px;
	height:25px;
}


a.menuElement {	
	font-size:0px;
	display:block;
	float:left;
	width:170px;
	height:25px;
}

#m1 {
	background-image:url(images/m1.gif);
}
#m2 {
	background-image:url(images/m2.gif);
}
#m3 {
	background-image:url(images/m3.gif);
}
#m4 {
	background-image:url(images/m4.gif);
}
#m5 {
	background-image:url(images/m5.gif);
}
#m6 {
	background-image:url(images/m6.gif);
}
#m1:hover {
	background-image:url(images/m1_over.gif);
}
#m2:hover {
	background-image:url(images/m2_over.gif);
}
#m3:hover {
	background-image:url(images/m3_over.gif);
}
#m4:hover {
	background-image:url(images/m4_over.gif);
}
#m5:hover {
	background-image:url(images/m5_over.gif);
}
#m6:hover {
	background-image:url(images/m6_over.gif);
}

div.menuElement2 {
	display:none;
	font-size:0px;
	width:170px;
	height:16px;
}


a.menuElement2 {
	display:none;
	font-size:0px;
	display:block;
	float:left;
	width:170px;
	height:16px;
}

#am1 {
	background-image:url(images/am1.gif);
}
#am2 {
	background-image:url(images/am2.gif);
}
#am3 {
	background-image:url(images/am3.gif);
}
#am4 {
	background-image:url(images/am4.gif);
}
#am5 {
	background-image:url(images/am5.gif);
}
#am6 {
	background-image:url(images/am6.gif);
}
#am1:hover {
	background-image:url(images/am1_over.gif);
}
#am2:hover {
	background-image:url(images/am2_over.gif);
}
#am3:hover {
	background-image:url(images/am3_over.gif);
}
#am4:hover {
	background-image:url(images/am4_over.gif);
}
#am5:hover {
	background-image:url(images/am5_over.gif);
}
#am6:hover {
	background-image:url(images/am6_over.gif);
}


/*
#left_top{
	width:170px;
	height:65px;
	background-image:url(images/menu_top.jpg);
}
*/

#left{
	position:absolute;
	float:left;
	width:170px;
	height:100%;
	background-image:url(images/menu_bg.gif);
}

#left_top{
	width:170px;
	height:190px;
	float:left;
	background-image:url(images/left_top.jpg);
}

#left_menu{
	float:left;
}

#left_bottom {
	height:100px;
	background-image:url(images/left_bottom.gif);
}

#center{
	width:100%;
	height:100%;
	background-color:#2b7325;
}

#center_head{
	width:100%;
	height:125px;
	background-image:url(images/head_bg.gif);
	background-repeat:repeat-x;
}

#head_left{
	width:300px;
	height:125px;
	float:left;
	background-image:url(images/head_left.jpg);

}

#head_right{
	width:40px;
	height:125px;
	background-image:url(images/head_right.jpg);
	float:right;
}

#right {
	position:absolute;
	float:right;
	width:162px;
	height:100%;
	background-image:url(images/right_bg.gif);
}

#right_top{
	width:162px;
	height:180px;
	float:right;
	background-image:url(images/right_top.jpg);
}


#right_bottom{
	width:162px;
	height:200px;
	background-image:url(images/right_bottom.jpg);
	background-repeat:no-repeat;
}

