body 
{
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-family: Palatino, Georgia;
	background-color: #715E40;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

.page
{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	border: solid 2px white;
}


.header
{
	background-color: #F2EED3;
}

.imagearea
{
	background-color: #F2EED3;
}

.content
{
	background-color: #F2EED3;
	color: #666;
	width: 1000px;
	
}

.menu
{
	background-color: #61C2C8;
}

.menu td
{
	text-align: center;
	border-right: solid 2px #170E05;

}

.menu a
{
	font-size: 13px;
	text-decoration: none;
	display: block;
	background-color: #61C2C8;
	height: 20px;
	line-height: 20px;
	color: #000000;
	letter-spacing:0.15em;
}

h1
{
	font-size: 26px;
	letter-spacing:0.15em;
	font-weight: normal;
}
	
	
h2
{
	font-size: 22px;
	letter-spacing:0.15em;
	font-weight: normal;
}	

h3
{
	font-size: 18px;
	letter-spacing:0.15em;
	font-weight: normal;
}	

	
p
{
	font-size: 12px;
	line-height: 140%;
	color: #635D4F;
}

.content td
{
	font-size: 12px;
	line-height: 140%;
	color: #635D4F;
}
	
	
.menu a:hover
{
	background-color: #B1EEF3;
}



