body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 500px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	color: #981549;
	padding-left: 1px;
	margin-bottom: 10px;
	font-weight: normal;
}

.timetables {
	width:500px;
	height: 325px;
}

#nav {
	width:500px;
	padding-top:10px;
}

#prev {
	float: left;
	padding-left: 5px;
}
#next {
	float: right;
	padding-right: 5px;
}
#navcontainer
{
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
line-height: 25px;
margin:0;
padding:0;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #333;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #981549;
text-decoration: none;
}

#navlist .active a
{
color: #fff;
background-color: #981549;
text-decoration: none;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}