body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#FFFFE2;
	font-family: "calluna",Cambria, Georgia, Times New Roman, serif;
font-style: regular;
font-weight: 400;
	text-align: justify;
}
a:link { 
    color:#3D5B87; 
    text-decoration: none; 
}
a:visited { 
    color:#3D5B87; 
    text-decoration: none; 
}
a:hover { 
    color: #99c; 
}

table
{
border-collapse:collapse;
}

table, td, th
{
border:1px solid #797;
}

td
{
padding:0 0 0 2px;
}
th
{
background-color:green;
color:#beb;
}

#nav a:link { 
    color:#547BAF; 
    text-decoration: none; 
}
#nav a:visited { 
    color:#547BAF; 
    text-decoration: none; 
}
#nav a:hover { 
    color: #99c; 
}
#wrap {
	width:800px;
	margin:0 auto;
	background:#FFF66F;
}
#header {
 	padding:10px 10px 6px 10px;
	background:#FFF992;
}
#subtitle {
	padding:0px 10px 12px 10px;
	background:#FFF992;
    font-size: 20px;
    text-align:center;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
#map {
  display:block;
  width:425px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
    margin:10;
    font-size: 30px;
    text-align:center;
    font-weight: 400;
    font-family: Helvetica ,Arial, sans-serif;
}
h2 {
	margin:0 0 0em;
	font-size: 20px;
        font-family: Calibri, Helvetica, Arial, sans-serif;
        font-weight: 400;
}
h3 {
	margin:1em 0 0em;
	font-size: 16px;
        font-weight: 600;
}
#nav {
	padding:5px 10px;
	background:#D5BC95;
        font-size: 18px;
        text-align:center;
        font-weight: 400;
        font-family: Times New Roman, Helvetica, Arial, sans-serif;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:circle;
}
#nav li {
	display:inline;
	margin:5px;
	padding: 1px 8px 1px;
}
#main {
	float:left;
	width:650px;
	padding:40px 75px;
	background:#F0D0A0;
    	font-size: 15px;
	line-height: 20px;
}
#main ul {
    margin: 0.75em 0 1.25em 0;
    padding: 0 2em;
    list-style:circle;
}
#main li:before { 
    content: "";
    border-color: transparent #111;
    border-style: none;
    border-width: 0.3em 0 0.3em 0.35em;
    display: block;
    height: 0.5em;
    width: 0;
    left: -1em;
    top: 0.5em;
    position: relative;
}
#main li {
    margin: -0.45em 0;
}
#main dl {
    margin: 0.75em 0 1.75em 0;
    padding: 0 2em;
    list-style: circle;
}
#main dt:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
#main dt {
    margin: 0.45em 0;
}
#main dd {
    margin: -0.4em 0 -0.5em 0;
}
#footer {
	clear:both;
	padding:10px 10px;
	background:#E8EBA8;
        font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}
form {
width:304px;
padding:10px;
border: 1px solid #666;
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
input    {
width:300px;
display:block;
border: 1px solid #999;
margin: 0px 0px 6px 0px;
height: 20px;
}
input.file {
border: 0px;
margin: 2px 0px 10px 0px;
height: 20px;
}
input.button {
font-size:12px;
width:100px;
right:20px;
bottom:20px;
background:#fff;
	font-family: "calluna", Cambria, Georgia, Times New Roman, serif;
color:#000;
margin:8px 0px 0px 100px;
height:20px;
border: 2p solid #fff;
}
input.button:hover {
background:#7b7;
}
input.radio {
display:inline;
width:20px;
margin:0px 0px 0px 5px;
}


.content table.timetable {
  width:95%;
  border-collapse:collapse;
}

.content table.timetable td {
  border:1px solid black;
  padding: 0.3em 0.5em 0.3em 0.5em;
}

.content table.timetable td.time {
  width:3em;
}

.content table.timetable td .title {
  font-style:italic;
}

.content table.timetable td .name {
  font-weight:bold;
}