body {
	background-color: #E6FF80;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.5em;
	text-align: center;
}

#wrapper {
	width: 740px;			
	border-left: 2px solid #ACBF60;
	border-right: 2px solid #ACBF60;
	border-bottom: 1px solid #ACBF60;
	background-color: #F2FFBF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 1% 100px 100px;
}

h1 {
	text-align: center;
	font: normal 150%/1.25 Georgia, Times, Times New Roman, Times, serif;
	color: #063;
	background-color: transparent;
}

h2 {
	text-align: center;
	color: #063;
	background-color: transparent;
	line-height: 125%;
	font-size: 175%;
}

h3 {
	text-align: center;
	font-size: 110%  Georgia, Times, Times New Roman, Times, serif;
	color: #063;
	background-color: transparent;
	font-weight: bold;
	line-height: 75%;
}

h4 {
	text-align: center;
	font-size: 80%  Georgia, Times, Times New Roman, Times, serif;
	color: #063;
	background-color: transparent;
	letter-spacing: .12em;
	margin-bottom: -.25em;
	margin-top: -.25em;
}

h5 {
	text-align: center;
	font-size: 90%  Georgia, Times, Times New Roman, Times, serif;
	color: #063;
	background-color: transparent;
	line-height: 1.25;
}

h6 {
	text-align: center;
	font-size: 75%  Times, Times New Roman, Georgia, serif;
	color: #063;
	background-color: transparent;
	line-height: 1.25;
}

p {
	text-align: left;
}

.italic {
	font-style: italic;
}

.italicbold {
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #393;
}
a:visited {
	text-decoration: none;
	color: #393;
}
a:hover {
	text-decoration: none;
	color: #0c0;
}
a:active {
	text-decoration: none;

}



/* menu bar */

.menu {
	background: #E6FF80;
	display: block;
	color: #000000;
	height: 30px;
	font-size: 90%;
	text-decoration: none;
	line-height: 33px;
}

a.menu:link {
	background: #ACBF60;
	display: block;
	color: #000000;
	line-height: 33px;
	height: 30px;
	font-size: 90%;
	text-decoration: none;
}

a.menu:visited {
	background: #ACBF60;
	display: block;	
	color: #000000;
	height: 30px;
	line-height: 33px;
	font-size: 90%;
	text-decoration: none;
}

a.menu:hover { 
	background: #d9f178;
	text-decoration: none;
	display: block;	
	color: #000000;
	height: 30px;
	line-height: 33px;
	font-size: 90%;
}

a.menu:active {
	text-decoration: none;
	background: #9f6;
	display: block;
	color: #000000;
	height: 30px;
	line-height: 33px;
	font-size: 90%;
}

/* image */


.float {
	border: 4px solid #ACBF60;
}
