body {
	text-align:center;
	background:#FAEBD7;
	}
	
.container {
	width: 770px; 
}

/* BEGIN Header classes and stuff */
.header { 
	width: 100%; 
	height: 72px;
	/*border: solid 2px #F5F5DC; 
	border: solid 1px #006600;*/
	background-color: #006600;
	font-family: monotype corsiva;
	font-size: 40px; 
	color: #FAEBD7;

}

.header td {
	border: solid 1px #F5F5DC;

}

/* BEGIN Menu classes and stuff */
.menu {
	margin-top:2px;
	width:100%;

}

.menu td {
    /*width:130px;*/
    width:20%;
    border:solid 2px #006600;
    font-family: monotype corsiva;
    font-size: 16px;
    color: #006600;
}

.menu td a {
    /*width:126px;*/
    widht:19%;
    height:20px;
    display: block;
}

.menu td a:link, a:visited {
    color: #006600;
    text-decoration: none;
}

.menu td a:hover {
    color:#FAEBD7;
    background:  #006600
}

/* END Menu classes and stuff */
