html {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #876;
	font: normal normal normal 1em Frutiger, Univers, "Helvetica Neue", arial, helvetica, sans-serif;
	margin: 2em 4em 2em 4em;
    min-width:792px;
	width: 756px;
}

h1, h2, h3, h4, h5 {margin:0;padding:0;}

h1  {color: #83AE58;font-size:4em;}

a:link {color:#939;
	font-weight:normal;
	}
a:visited {color:#939;text-decoration:none; border-bottom: 1px dotted #939;}
a:hover {color:#33f;}
a:active {color:#f00;}

h1 a:link {
color:#83AE58;
text-decoration:none;
font-size: 160%;
font-weight:bold;
line-height: 100%;
/*letter-spacing:.03215em;
*/}

h1 a:visited {
color:#339;
text-decoration:none;
font-size: 160%;
font-weight:bold;
line-height: 100%;
/*letter-spacing:.03215em;
*/}

h2 {
font-size:1.5em;
margin-top:1.5em;
}

h3 { font-size: 1.1667em; 
  line-height: 1.286em; 
 /* margin-top: 1.929em; 
  */ margin-bottom: 0.643em;}

p { line-height: 1em;}

ul li {
	padding: 5px;
	list-style-type: none;
}

#header {
/*background: #837473;*/	
}


#footer {
	clear:both;
	margin:3em 0 0 0;
	font-size: .5em;
}

#menu {
	position: absolute;
	top: 30px;
	left: 450px;
	width: 180px;
	height: 180px;
	z-index: 100000;
	/*background: url(../img/menu-background.png) no-repeat;*/
	/*background: #fff;*/
}

#menu ul {
	padding: 10px;
}

.m1 {
	background: url(../img/menu-background.png) no-repeat 0 0;


}

.m2 {
	background: url(../img/menu-background.png) no-repeat -185px 0;
}



