html, body, #container{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#FFFF00;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Top Bar */

#header {
	padding:3px 0 3px 14.5em;
	width: 76%;
}

#title_image {
	clear: left;
	text-align:center;
	padding:0px;
}

#title_text {
	height: 100%;
	width: 100%;
	padding: 15px 0 10px 0;
}

#title {
	width: 100%;
	font-size:60px;
	text-align:center;
}

#subtitle {
	text-align:center;
	font-style:italic
}

/* Menu */
#left_bar {
	padding: 1.25em;
	float: left;
	width: 12em;
}

/*Menu Items */
#left_bar div {
	border:solid #FF0000 medium;
	margin-bottom:.5em;
	background-color:#FFFFFF;
	font-weight:bold;
}

a:link, a:active {
	color:#0040D1;
}
a:visited {
	color:#666666;
}

/* ----------------------Content Area ---------------------*/
#content{
float:left;
width: 76%;
padding-left: 0%;
padding-right: 0%;
padding-bottom: 10px;
}

div.pics, div.pics_centered{
height: 130px;
overflow:hidden;
display:block;
padding-bottom: 3px;
width: 100%;
}

div.pics img, div.pics_centered img{
padding-right: 4px;
}

div.pics_centered{
text-align:center;
}




#content div#text {
background:#FFFFFF;
float:left;
width:100%;
padding-left:15px;
padding-right:15px;
padding-bottom: 15px;
}

#content div#text h1, .centered {
text-align:center;
}

#copy {
	clear:both;
	background:#FFFF00;
	width:auto;
	text-align:right;
}

em {
	text-decoration: underline;
	font-style: normal;
}

/* --------------- Page Specific ---------------------------------*/

/* Schedule */
#schedule b, #schedule em {
	display:block;
}
#schedule>div>b{
	display:inline;
}

#schedule div b:after{
	content: "\A";
	white-space:pre;
	padding-left:10px;
}

#schedule b {
	font-weight:bold;
	margin-bottom: 1em;
	line-height: 1.5;
}

#schedule div {
	margin-bottom: 1em;
}

#schedule em {
	text-decoration:underline;
	margin-top: .5em;
}

/* Holidays Table */
#holidays td,  #holidays th {
	padding-left: 5px;
	padding-right: 5px;
	border-style:solid;
	border-width:1px;
}
/* About Us */
.picpad {
	margin-left: 8px;
	margin-right: 8px;	
}
/* Gallery */
div.gallery {
	width: 100%;
}
div.gallery div{
	padding-bottom: 6px;
}
div.gallery a img {
	margin-right: 6px;
	border:none;
}

/* Index */
div#logobox {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	margin-left: -14.5em;
	padding-left: 14.5em;
	z-index:1;
}
