html {
  height: 100%;
  overflow: auto;
}

body {
	font				: 12px "Arial", "Helvetica";
	height				: 100%;
	background-color	: #cccccc;
	margin				: 0px;
	padding-top			: 0px;
	padding-left		: 0px;
	padding-right		: 0px;
	padding-bottom		: 0px;
}

div {
	border				: 0px solid black;
	margin				: 0px;
	padding-top			: 0px;
	padding-left		: 0px;
	padding-right		: 0px;
	padding-bottom		: 0px;
}

table {
	width				: 100%;
	background-color	: #ffffff;
	border				: 0px solid black;
	margin				: 0px;
	padding				: 0px;
}

img {
	border				: 0px;
}

p {
	font				: 12px "Arial", "Helvetica";
	color				: #666666;
	margin-bottom		: 0px;
	margin-top			: 1px;
	line-height			: 150%;
}

a:link, a:visited {
	font				: 12px "Arial", "Helvetica";
	color				: #000066;
	font-weight			: bold;
	text-decoration		: none;
}

a:hover {
	font				: 12px "Arial", "Helvetica";
	color				: #000066;
	font-weight			: bold;
	text-decoration		: underline;	
}

h1 {
	font				: 14px "Arial", "Helvetica";
	color				: #000066;
	font-weight			: bold;
	margin-top			: 20px;
	margin-bottom		: 27px;
}

h2 {
	font				: 12px "Arial", "Helvetica";
	color				: #000066;
	font-weight			: bold;
	margin-bottom		: 0px;	
}

#site_container {
	width				: 100%;
	height				: 100%;
	position			: absolute;
	background-color	: #cccccc;
}

#main {
	width				: 924px;
	height				: 100%;
	position			: absolute;
   	left				: 50%;
	top					: 0%;
	margin-left			: -462px;
   	margin-top			: 0px;
   	text-align			: center;
	background-color	: #ffffff;
}
	
#top_middle {
	width				: 924px;
	height				: 100px;
	text-align			: left;
}	

#menu_middle {
	width				: 924px;
	height				: 56px;
	text-align			: left;
	background-color	: #000066;
	padding				: 0px;
	margin				: 0px;
}

#header_middle {
	width				: 924px;
	height				: 174px;
	text-align			: center;
	background-color	: #ffffff;
	padding				: 0px;
	margin				: 0px;
}
		
#main_middle {
	width				: 918px;
	height				: 100%;
	text-align			: center;
	background-color	: #ffffff;
}

#main_middle_text {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #000000;
	line-height			: 150%;
	padding-left		: 7px;
	padding-right		: 25px;	
	background-color	: #ffffff;
}

#main_middle_l {
	background-position	: center;
	width				: 100px;
	height				: 100px;
	float				: left;
	text-align			: center;
}

#main_middle_c {
	width				: 580px;
	height				: 100%;
	float				: left;
	text-align			: left;
	background-color	: #ffffff;
}

#main_middle_r {
	background-position	: center;
	width				: 100px;
	height				: 100px;
	float				: left;
	text-align			: center;
}

#container {
	background-image	: url(images/bg.gif);
	height				: 100%;
}

#content {
	background-color	: #ffffff;
}

#site_container_intro {
	width				: 100%;
	height				: 100%;
	background-color	: #c0c0c0;
	position			: absolute;
}

#main_middle_c_intro {
	width				: 894px;
	height				: 568px;
	float				: left;
	text-align			: center;
	background-repeat	: no-repeat;	
	background-position	: center;
	background-image	: url(../images/logo.jpg);
}

#main_intro {
	width				: 924px;
	height				: 100%;
	position			: absolute;
   	left				: 50%;
	top					: 0%;
	margin-left			: -462px;
   	margin-top			: 0px;
   	text-align			: center;
}

#main_middle_intro {
	width				: 918px;
	height				: 100%;
	text-align			: center;
}

.guestbook {
	border				: 1px solid #000066;
}
.timetable {
	font				: 12px "Arial", "Helvetica";
	color				: #ffffff;
	margin-bottom		: 0px;
	margin-top			: 1px;
	line-height			: 150%;
	font-weight			: bold;
}