#wrapper {
	width: 800px;
	border: 2px solid #5E9DF2;
	padding: 0px;
	clear: none;
	background-color: #FFFFFF;
	margin: 20px auto 0px;
	height: 940px;
}

#sidebar {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	background-color: #D1E3FC;
	background-image: url(../images/index/crayons.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 800px;
}

.list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: disc;
	padding-top: 10px;
	margin: 0px;
	padding-left: 30px;
	word-spacing: normal;
	letter-spacing: normal;
	padding-bottom: 20px;
	padding-right: 0px;
}
ul.list li {
	margin-left: 10px;
	margin-top: 5px;
}

.bookings {
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #003597;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.list2 {
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

ul.list2 li {
	margin-top: 5px;
}

.abc {
	font-weight: bold;
	padding-right: 5px;
}

.form {
	font-weight: bold;
	color: #003597;
	text-decoration: none;
	font-style: normal;
	background-color: #D1E3FC;
}

