body {	
	text-align: center;
	background-color: #E3D7AF;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}
	
#main {
	text-align: left;
	background-color: #fdf7d5;
	width: 640px;
	margin: 0 auto;
}

#head {
	height: 100px;
	background: url("/images/adamslogo.gif");
}
#foot {
	height: 20px;
	background: url("/images/footer.gif");
}
#foot p{
	display: none;
}

#contentsection {
	border: 1px solid #840;
	padding: 10px 0;
}
#contentsection img{
	margin: 0 auto;
}

h1 {display: none;}
h2 {
	font-family: georgia, serif;
	color: #840;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px 40px;
}

p {
	font-family: georgia, serif;
	color: #840;
	font-size: 1em;
	padding: 0px 40px;
}	
p.historytext:first-letter {
	font-size: 1.3em;
}	
	

#menu  {
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
}

#menu a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
}

#menu a:hover {background-position: 0 -30px;}

#menuopen {background: url("/images/menu/open.gif"); width: 45px; height: 30px;}
#menuclose {background: url("/images/menu/close.gif"); width: 44px; height: 30px;}
.bullet {background: url("/images/menu/bullet.gif"); width: 30px; height: 30px;}


#home a {
	width: 60px;
	background: url("/images/menu/home.gif");
}
#home {background: url("/images/menu/home.gif");}

#history a {
	width: 83px;
	background: url("/images/menu/history.gif");
}
#history {background: url("/images/menu/history.gif");}

#products a {
	width: 99px;
	background: url("/images/menu/products.gif");
}
#products {background: url("/images/menu/products.gif");}

#purchase a {
	width: 98px;
	background: url("/images/menu/purchase.gif");
}
#purchase {background: url("/images/menu/purchase.gif");}

#contact a {
	width: 91px;
	background: url("/images/menu/contact.gif");
}
#contact {background: url("/images/menu/contact.gif");}	

img {
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}

a:link {color: #840;}	
a:hover {color: #300;}
a:active {color: #F4E8BE;}
a:visited {color: #300;}