/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#656666;
	font-size:11px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.flag {
	color: #ec1b56;
}

.events-table td { 
padding:15px;
font-size:14px;
color:black;
}

/* ---- layout settings ----------------------- */

#bg_repeat {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(/images/bg_body.jpg);
}

#bg_repeat-sub {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-color: #D7EBF6;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(/images/bg_body-sub.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:320px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:148px;
}

#header-directions {
	position:relative;
	top:0;
	left:0;
	width:227px;
	height:148px;
	padding: 0 0 0 93px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-directions.jpg);
}

#header-menu {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:148px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-menu.jpg);
}

#header-music {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:148px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-music.jpg);
}

#header-contact {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:148px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-contact.jpg);
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:40px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:auto;
}

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main-sub-top {
	position:relative;
	top:0;
	left:0;
	width:280px;
	height:auto;
	padding: 0 20px 0 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:290px;
	height:auto;
	padding:10px 15px 10px 15px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:auto;
	clear:both;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#bg_footer {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:94px;
	clear:both;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer-repeat.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

