


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	background-color: #99CC99;
	color: #333;
	text-align: center;
	}



#content {
	font-size: 1.2em;
	line-height: 1.4em;	
	}
/*
h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
*/
a, h2 a:hover, h3 a:hover {
	color: #F30;
	text-decoration: none;
	}

a:hover {
	color: #F30;
	text-decoration: underline;
	}
	



/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
	}

#container {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 800px;
	margin-right:auto;
	margin-left:auto;	
	background: url(images/column.gif) repeat-y center;	
}

#content {
	width: 550px;
	margin-left:60px;
	padding: 30px 20px 30px 20px;
}


#footer {

	margin: auto;
	width: 800px;
	clear: both;
	background: url(images/bottom.gif) no-repeat bottom;
	height: 80px;
		
}

/* End Structure */






/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */



/* Begin Images */
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */








hr {
	display: none;
	}

a img {
	border: none;
	}





.menu {
      width: 615px;
	  position:absolute;
	  left:81px;
	  top:135px;
      margin: 1em 0;
      padding: 2px 0.5em;
      background: #FFFF99 none;
    }
.menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
.menu li {
      margin: 0;
      padding: 0;
      float: left;
	  width: 20%;
      text-align: center;
    }
    
