body {
		font-size: 90%;
		font-family: sans-serif;
		background-color: black;
		color: white;
		border: 1px solid black;
	/*	width: 60%; */
		min-width: 640px; 
		margin-right: auto;
		margin-left: 50px;
		clear: both;
}

#main {
		font-size: 90%;
		margin-left: 160px;
		padding: 15px 0px 15px 5px;
		border-left: 1px solid black;
		color: white;
		height: auto;
		width: 640px;
}

html>#main {
 width: auto;
 min-width: 640px;
}

#head {
		padding: 15px;
		padding-top: 5px;
		border-bottom: 1px solid rgb(177, 73, 44);
		text-align: center;
		width: 800px;
		color: white;
}

#sidemenu {
		font-size: 85%;
		float: left;
		text-align: right;
		padding: 15px;
		background-color: black;
		border: none;
		color: white;
		height: 600px;
		margin: 0px 5px 5px 5px
		line-height: 1.3em;
}

#sidemenu a {
		font-size: 90%;
		padding: 2px 2px 2px 24px;
		border: none;
}

#sidemenu a:link, navlist a:visited{
		font-size: 90%;
		color: #d5b880;
		text-decoration: none;
}

#sidemenu a:visited {
		font-size: 90%;
		color: #d5b880;
}

#sidemenu a:hover {
		font-size: 90%;
		border: none;		
		color: white;
}

#footer {
		text-align: center;
		padding: 15px;
		background-color: black;
		font-size: 70%;
		border-top: 1px solid black;
		color: white;
		width: 800px;
		clear: both;
}

#footer a:link {
		color: #d5b880;
		text-decoration: none;
		border-bottom: none;
}

#footer a:visited {
		color: #d5b880;
		text-decoration: none;
		border-bottom: none;
}

#footer a:hover {
		color: white;
		text-decoration: none;
		border-bottom: none;
}

#footer img {
	border: none;
}

h3 {
		font-size: 95%
		font-weight: bold;
		text-decoration: none;
}

#beerlist {
	background-color: #d5b880;
	text-align: center;
	color: black;
	font-size: 75%;
	text-align: center;
	border-bottom: solid 1pt #B1492C; 
    border-collapse: collapse;
    border-spacing: 5pt;
}

a:link {
		color: #d5b880;
		text-decoration: none;
		border-bottom: none;
}

a:visited {
		color: #d5b880;
		text-decoration: none;
		border-bottom: none;
}

a:hover {
		color: white;
		text-decoration: none;
		border-bottom: none;
}

#beerlist td { 
	border-bottom: solid 1pt #B1492C;
}

#beerlist a:link {
		color: black;
		text-decoration: none;
		border-bottom: none;
}

#beerlist a:visited {
		color: black;
		text-decoration: none;
		border-bottom: none;
}

#beerlist a:hover {
		color: #B1492C;
		text-decoration: none;
		border-bottom: none;
}

#pages {
		font-size: 90%;
		margin-left: 160px;
}