html
{
	font-family:Calibri, Arial;	
}

body
{
	background-color:#000000;
	background-attachment:fixed;
	background-image:url('images/bgFade.jpg');
	background-repeat:repeat-x;
}

h1 { display: none; }
h2, h3, h4
{
	font-family:Impact, Arial Black, Calibri, Arial;
	margin:5px 0px 5px 0px;
	font-weight:normal;
}

h2 
{
	clear:left;
	color:#9d0202; 
	border-bottom:2px solid #ffc307; 
}
a:link { color:#9d2020; }
a:hover { font-weight:bold; }
a:visited { color:#9d9020; }


#page 
{
	text-align:center;
	width:100%;
	padding:auto;
}

#header
{
	text-align:right;
	height:164px;
	width:746px;
	margin:0px auto 0px auto;
	padding:0px;
	background-image:url('images/headerBg.jpg');
	background-repeat:no-repeat;
}

#navMenu 
{
	float:right;
	width:495px;
	margin:83px 0px 0px 0px; 
	padding:0px; 
}
#navMenu li { float:left; }
#navMenu li a
{
	display:block;
	height:81px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#navMenu li a:hover
{	
	height:81px;
	background-position:0px -81px;
	background-repeat:no-repeat;
}
#navMenu li a span { visibility:hidden; }

#homeNav { 	background-image:url('images/home.jpg'); width:61px; }
#eventsNav { 	background-image:url('images/events.jpg'); width:65px; }
#menuNav { 	background-image:url('images/menu.jpg'); width:60px; }
#beerListNav { 	background-image:url('images/beerList.jpg'); width:80px; }
#galleryNav { 	background-image:url('images/gallery.jpg'); width:69px; }
#specialsNav { 	background-image:url('images/specials.jpg'); width:81px; }
#contactNav { 	background-image:url('images/contact.jpg'); width:79px; }

#headerContent
{
	font-size:x-small;
	color:#9d0202;
	float:left;
	margin:-40px 0px 0px 4px;
}

#content
{
	text-align:left;
	width:746px;
	margin:0px auto 0px auto;
	vertical-align:top;
	background-image:url('images/bodyBg.jpg');
	background-repeat:no-repeat;
	background-color:#dedede;
	background-position:10px -10px;
}

#body
{
	float:left;
	width:540px;
	padding:6px;
}

#sideBar
{
	float:right;
	padding:6px;
	width:180px;
	border-left:1px dashed #9d0202;
}

.menuItem img
{
	height:100px;
	float:left;
	margin:0px 10px 0px 0px;
}

.menuItem
{
	margin-top:10px;
	clear:left;
}

.eventItem
{
	margin-top:20px;
}

#footer
{
	font-size:small;
	background-color:black;
	background-image:url('images/footerBg.jpg');
	color:#ffc307;
	text-align:center;
	width:746px;
	margin:0px auto 20px auto;
	padding:20px 0px 20px 0px;
}
.thumbDiv { float:left; width:95px; height:95px; margin:0px; }
.thumbDiv img { border:0px; }

.specialDiv
{
	clear:right;
}
.specialDiv img
{
	float:right;
	width:300;
}

#contact
{
	padding:40px;
}

#contact p
{
	margin-bottom:30px;
}

.small { font-size:small; }
.clearFix { clear:both; }