html,body {
	margin:0;padding:0;
	height:100%;
	}
	
body {
	background-color:#FFFFDF;
	font-family:verdana;
	background-image:url("layout/header.png");background-repeat:repeat-x;
	}
	
#menu {
	width:180px;height:100%;
	background-color:#D2EF9F;
	padding:0;margin:0;
	position:absolute;
	top:0;left:0;
	float:left;
	background-image:url("layout/menu.png");background-repeat:repeat-y;
	}
	
#menu ul {
	list-style:none;
	margin:189px 0 0 0;padding:0;
	}
	
#menu li {
	display: inline;
	margin:0;
	}
	
#menu a {display: block;
   margin: 0 2px 0 0; padding: 1px 1px 4px 6px;
   text-decoration: none;
   color: #008000;
   font-weight:bold;
   font-size:0.75em
   }
   
#menu a:hover, #menu a:active {
	background-color:#B7E468;
	}

a { color: #008000;
   font-weight:bold;
   }

a:hover {text-decoration:none;}
	
#content {
	font-size:0.8em;
	color:#008000;
	margin:120px 25px 0 220px;
	}
	
h1 {font-size:1.2em;text-align:center;}

h2 {font-size:1em;text-align:center;}

hr {width:80%;height:2px;color:#008000;background-color:#008000;border-top:2px #008000 dashed;}

.imgright {float:right;padding: 5px;}
.imgleft {float:left;padding: 5px;}