body{
	background-color: #101010;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica;
	font-size: small;
}

a{
color:white;
}

img{
	border: none;
}

.centerdiv {
	position:absolute;
	left: 50%; 
	top: 155px;;
	width: 774px;
	height: auto;
	margin-left: -387px; /* half of the width */
	background-color: #000;
	color: white;
}

.paddeddiv{
	padding: 20px;
	width:auto;
	height:auto;
}

#header{ 
	position:fixed;
	margin-left: -387px; /* half of the width */
	top:0px;
	left:50%;
	width:774px;;
	height:155px;
	background-color: #000;
 }
		
.header_image
{
	position:absolute;
	width:469;
	height:68px;
	top:25px;
	right:27px;
	border: none;
}

.header_menu {
	text-align:right;
	position:absolute;
	top:115px;
	left:0px;
	height:20px;
	width:742px;
	padding-right: 32px;
	white-space: nowrap;
	background-image: url(../images/BG4.png);
	background-repeat: repeat;
}

.header_submenu {
	text-align:right;
	position: absolute;

	height:20px;
	width:742px;
	top: 135px;
	left: 0px;
	padding-right: 32px;
	white-space: nowrap;
}


/* Fixes dotted border on menus in FF */
.header_submenu a:active
{
	outline: none;
}

.header_submenu a:focus
{
	-moz-outline-style: none;
}

.home {

	position:absolute;
	left: 50%; 
	top: 0px;;
	width: 774px;
	height: auto;
	margin-left: -387px; /* half of the width */
	background-color: #000;
	color: white;
}

.home_menu {
	text-align:right;
	position:absolute;
	top:525px;
	height:20px;
	width:742px;
	left:0px;
	padding-right: 32px;

	background-image: url(../images/BG_caramel.png);
	background-repeat: repeat;
	white-space: nowrap;
}

.home_logo{
	position:absolute;
	top: 130px;
	right: 27px;
}

.home_image{
	position: absolute;
	top: 0px;
	width: 774px;
 	margin-left: auto ;
	margin-right: auto ;
}

.schedule_date {
	font-weight:bold; 
	width:110px;
	color:#BABABA; 
}
.schedule_item{}


/* jQuery lightBox plugin - Gallery style */
.gallery {
	background-color: #000;
	padding: 10px;
	width: 100%;
}
.gallery ul { list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img {
	border: 5px solid #7A7A7A;
	border-width: 5px;
}
.gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
.gallery ul a:hover { color: #fff; }


#footer
{
	position: relative;
	clear: both;
	color:white;
    width: 762px;
    margin: 4px;
    padding: 4px; 
    text-align: right;
    font-size: 7pt;
    font-style: italic;
}
#footer a
{
	position: relative;
	color:#white;
}
#footer span
{
	position: relative;
	margin: 5px;
}
