
body{
text-align: center;
background-color: fcf6ee;

}
a:link,a:visited {
color: #000;
}
A:HOVER {
color:#cc0000;
}
P {
	color: #000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 1em;
	margin-right: 1em;
}

h1{
	font-family:  Gigi, Monotype Corsiva;
	font-size:3em;
	color:#666633;
	margin-top: 0.2em;
	margin-bottom: 0;
	margin-left: 0.5em;
	text-align: left;
}
h2{
	font-family: Gigi, Monotype Corsiva;
	font-size: 2em;
	margin-left: 0.5em;
	text-align: left;
	color: #666633;
}


.main{
background-color: #f1e9dd;
border: #FF9900 solid 1px;
padding-bottom:  3px;
width: 760px;
}

.footer {
	color: Black;
	background-color:#c7c786;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	 text-align: center;
	 border-bottom: none;
	 border-left: none;
	 border-right: none;
	 border-top: 1px solid #000;
}
.menu{
	font-size: 1em;
	text-align: center;
	color: Black;
	/*font-weight: bolder;*/
	background:  url(../images/menubg3.gif) repeat-x top left;
}
A.menu:LINK, A.menu:VISITED {
color: Black;
font-weight: 400;
text-decoration: none;
}
A.menu:HOVER {
	color:#fff;
text-decoration: underline;
}
