body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #64B4E5;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #358DD9;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 90px;
	width: 980px;
}
#title {
	float: left;
	height: 90px;
	width: 320px;
}
#tagline {
	float: right;
	height: 40px;
	width: 320px;
	padding-top: 45px;
	padding-bottom: 5px;
}
#killigarth-top {
	background-image: url(/images/container_01.png);
	float: left;
	height: 30px;
	width: 980px;
}
#killigarth {
	background-image: url(/images/container_02.png);
	background-repeat: repeat;
	float: left;
	width: 980px;
}
#killigarth-bottom {
	background-image: url(/images/container_03.png);
	float: left;
	width: 980px;
	height: 40px;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.22em;
}
#calendar {text-align:center;	width: 746px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.22em;}
#menu {
	float: left;
	height: 25px;
	width: 900px;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#menu .item {
	float: left;
	padding-right: 50px;
}
.top-image {
	float: left;
	width: 900px;
}
.heading {padding-top:10px;float: left; width:900px;}
.heading h1{
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}
#content .left {
	float: left;
	width: 470px;
	text-indent: 40px;
	text-align: left;
}
#content .right {
	float: right;
	width: 400px;
}
.more-details {
	font-size: 24px;
	text-align: center;
	width: 900px;
	float: left;
	padding-top: 20px;
	line-height: normal;
}
#content .content {
	float: left;
	width: 900px;
	text-align: center;
}
.ratestable {
	font-size: 13px;
}

.footer {
	font-size: 11px;
	text-align: center;
	float: left;
	width: 900px;
	padding-top: 20px;
}
.small {
	font-size: 11px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #358DD9;
}
a:hover, a:active {
	color: #358DD9;
	text-decoration: underline;
}
#month th {font-size:9px; font-weight: bold}
#month { border-collapse: collapse;  }
#month th, #month td { border: 1px solid #000; }

#month td, .free { width: 55px; height: 55px; padding: 1px; vertical-align: top; overflow: auto; }
td .day { width: 55px; height: 35px; overflow:auto; margin-top: 0; }
#month tbody .weekend { background-color:#def; }
#month tbody .null { background-color:#eee; }
.booked {background-color:#def;}
.date {font-size:11px; font-weight:bold}
.legend {width:260px; margin-left:auto; margin-right:auto; padding-left:40px;}
.example-booked {
	background-color: #ff9999;
	height: 22px;
	width: 22px;
	border: 1px solid #000;
	float: left;
}
.example-free {
	background-color: #fff;
	height: 22px;
	width: 22px;
	border: 1px solid #000;
	float:left;
background: url(/css/calday.png) 0 50% repeat-x;
}
.example-text {
	width:90px;
	float:left;
	height: 22px;
	line-height:22px;
	text-align:left;
	text-indent: 10px;
}
