@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../assets/page_bg.jpg);
	background-repeat:no-repeat;
}

a:active, a {outline: 0;}

.rocktoberfest #top_menu {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.rocktoberfest #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*position:relative;
	left: -20px;*/
	
}

.rocktoberfest #container img {
	/*position: relative;
	left: -50px;
	top: -24px;*/
}
.rocktoberfest #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
	background-image:url(../assets/images/header_bg.jpg)/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.rocktoberfest #header h1 {margin: 0; padding: 10px 0;}

.rocktoberfest #top_menu ul{
	padding:0px 0px 4px 130px;
	list-style-type:disc;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
}
.rocktoberfest #top_menu ul li{ display:inline; padding:0px 0px 0px 0px; margin:8px;}
.rocktoberfest #top_menu a{font-size:10px; font-family:Verdana, Geneva, sans-serif; font-weight:bold; color:#FFFFFF; text-decoration:none;	}
.rocktoberfest #top_menu a:hover{color:#FF0; }

.rocktoberfest #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.rocktoberfest #footer {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	margin:0px;
	padding:5px;
	width:100%;
	float:none;
	clear:both;
}
.rocktoberfest #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:9px;
	color:#FFFFFF;
	padding:0px;
	text-align:left;
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}

.footer{

}

.slide-out {/*padding: 20px;*/ width: 250px;} 
.fb {position: absolute; top: 155px;}
.fb a {background: url('../assets/facebook_tab.png') no-repeat top left; display: block; text-indent: -9999px; height: 114px; width: 40px;}
