@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6d4f27;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 4px 0 4px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

a, a:visited { 
	color:#edd7b2;
}

h1 {
	color:#edd7b2;
	font-size: 120%;
	font-weight: bold;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #6d4f27;
	border-style: none none dotted;
}

form {
	text-align: center;
}

.oneColFixCtr #container {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtr #logo {
	margin-left:35px;
}

.oneColFixCtr #navigation {
	text-align: center;
}

.oneColFixCtr #mainContent {
	padding: 0;
}

.error { 
	color: #900;
}

.copyright { 
	font-size: 9px;
	margin-top: 10px;
	text-align: center;
}


.pint {
	vertical-align:middle;
}

.beerRecord {
	line-height: 160%;
}
