body {
	background-color: #504448;
	font-family: arial;
}

#container {
	width: 965px;
	border: 2px solid #c71b48;
	background-color: #f9fae0;
}

#topsection {
	height: 215px;
}

#menu {
	border-top: 1px solid #c71b48; 
	border-bottom: 1px solid #c71b48;
	margin-top: 0px;
	#margin-top: -5px;
	_margin-top: -5px;
	background-color: #5a6512;
	color: #f5feed;
	height: 25px;
	padding: 5px;
}

.menu {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #f5feed;
}

.menu:hover {
	background-color: #c71b48;	
}

#main{
	text-align: center;
	padding-bottom: 10px;
}

#hometext {
	width: 570px;
	text-align: left;
	margin-top: 55px;
}

#text {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-top: 55px;
}

h1 {
	text-align: center;
	font-size: 20pt;
}

.opening {
	float: left;
	width: 100px;
}

.opening2 {
	float: left;
	width: 250px;
}

.pics {
	float: left;
	width: 300px;
	height: 300px;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 5px;
}

.picsl {
	float: left;
	width: 225px;
	height: 300px;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 5px;
}

#address {
	width: 961px;
}

#bottomtext {
	float: left;
	width: 700px;
}

#bottomsection {
	width: 965px;
}

#copy {
	font-size: 12px;
	color: #f5feed;
	text-decoration: none;
	float: left;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-left:5px;
}

#adh {
	font-size: 12px;
	color: #f5feed;
	text-decoration: none;
	float: right;
	text-align: right;
	padding: 2px;
	margin-top: 5px;
	margin-right:5px;
}

.adh {
	font-size: 12px;
	color: #f5feed;
	text-decoration: none;
}

.adh:hover {
	text-decoration: underline;
}

