body {
	color: #000;
	background: #900 url(images/background/red_black.jpg) repeat-x;
	font: 12px/150% Verdana, Geneva, sans-serif;
	text-align: center;
}

#container {
	text-align: left;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #FFF no-repeat center;
}
#header {
	text-align: left;
	margin-bottom: 0px;
	background: #900 repeat-x;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 10px 4px;
}
#container #header h2 {
	margin: 0px;
	color: #900;
	font-size: 10px;
}
#navigation {
	text-align: left;
	padding-left: 20px;
	background: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #FFF;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px none #000;
	padding: 2px 10px 5px;
}
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px none #000;
	padding: 2px 10px 5px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border: 1px none #FFF;
	background: #FFF;
	padding: 2px 10px 5px;
}
#navigation a:focus {
	outline: none;
}
#foodMenu {
	margin-right: 30px;
	margin-left: 30px;
}


#mainContent {
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	background: #FFF;
	border-top: 1px solid #FFF;
}
#mainContent a:link {
	color: #900;
	text-decoration: none;
	font-weight: normal;
}
#mainContent  a:visited {
	color: #900;
	text-decoration: none;
	font-weight: normal;
}
#mainContent  a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	border: 1px none #900;
}
#mainContent a:focus {
	outline: none;
}
#mainContent #beers {
	margin-right: 30px;
	margin-left: 30px;
}



#footer {
	color: #FFF;
	background: #900 url(images/header/website.png) no-repeat 10px center;
	padding-bottom: 2px;
	font-size: 10px;
	padding-top: 5px;
	border-top: 1px solid #000;
	text-align: center;
}#footer a:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
#footer a:focus {
	outline: none;
}

h2 {
	color: #333;
	font-weight: normal;
}
h4 {
	padding: 1px 0px 1px 6px;
	margin: 0px;
	color: #333;
	font-weight: bold;
	letter-spacing: .1em;
	background: #CCC;
	border: 1px solid #999;
}
h5 {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
ul {
	list-style: url(none) none;
}

.rounded-corners {
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}




.beerTtl {
	border: 1px solid #000;
}
.redBdr {
	border: 1px solid #000;
	color: #000;
	padding: 4px 8px;
}
.fltRt {
	float: right;
}
.fltLt {
	float: left;
	padding-right: 18px;
	padding-bottom: 3px;
}
.tbText {
	font-weight: normal;
	font-variant: normal;
}


a img {
	border-style: none;
}
