html {
height: 101%;
}

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1 {
font-size: 14px;
font-family: "trebuchet ms";
}

a {
color: #2dbcf8;
}

.timetable td {
background-color: #d7f2fc;
}

#header {
height: 235px;
background-color: #1eb6f7;
background-image: url(../images/hdr-bg.jpg);
background-repeat: repeat-x;
border-bottom: 2px solid #54c6f8;
}

#header-wrap {
margin: 0 auto;
width: 1000px;
height: 235px;
background-image: url(../images/hdr.jpg);
background-repeat: no-repeat;
}

#nav {
text-align: center;
margin-bottom: 20px;
}

#nav img {
border: none;
}

#middle-wrap {
width: 1000px;
margin: 0 auto;
}

#left-col {
width: 305px;
float: left;
}

#content {
width: 495px;
float: right;
padding-bottom: 40px;
padding-right: 200px;
background-image: url(../images/asset11.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

#footer {
background-color: #83d9fc;
height: 25px;
clear: both;
}



