body { 
	padding-top:	100px;
	background-color: #FCFAF1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

img  {
	border: 1 px brown;
}

#allcontent {
	
	width:	800px;
	padding-top:	10px;
	padding-bottom:	10px;
	background-color: #FCFAF1;
	margin-left:	auto;
	margin-right:	auto;
}


#main {
	background-image:url(images/index.png);
	height:492px;
	width: 607px;
	padding-bottom:0;
	margin:0 auto;
	position:relative;

}




#header {
	height:	800px;
	background-color: #fbf5ea;
	height: 108px;
	padding:	10px 10px 10px 0px;
}





p  {
	margin-bottom: 0px;
	color: #533e1d;
}

h1 {
	margin-bottom: 0px;
	font-size: 90%;
	color: #954b4b;
	text-align: center;
}

h2 {
	margin-bottom: 0px;
	font-size: 150%;
	color: #88784C;
	text-align: center;
}

h3 {
	margin-bottom: 0px;
	font-size: 140%;
	color: #533e1d;
	text-align: center;
}

h4 {
	margin-bottom: 0px;
	font-size: 81%;
	line-height: .01em;
	color: #65511B;
	padding: 0px;
}

n3 {
	font-size: 120%;
	color: #FFFFFF;
	margin-left:	15px;
}


li {
	margin-left: 20px;
	color: #533e1d;
}

ul {
	margin-bottom: 0pt;
	color: #533e1d;

}
.slogan {
	color: #954b4b;
}




a:link {
	color: #65511B;
	text-decoration: none;
	border-bottom: thin dotted #b76666;
}
a:visited {
	color: #675c47;
	text-decoration: none;
	border-bottom: thin dotted #675c47;
}
