@charset "utf-8";
body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img {
	border: none;
}


#wrapper {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #E1F3FD;
}
#header {
	background-image: url(images/bg_banner.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 760px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #6585A3;
}
#header h1 {
	text-indent: -9999px;
}
#header h2 {
	text-indent: -9999px;
}

#content {
	margin: 0px;
	padding: 5px;
	font-size: 140%;
}
#content h3 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

#content p {
	padding-bottom: 1em;
	font-size: 100%;
}


.accom_entry {
	background-color: #9AD6C5;
	height: 160px;
	margin-bottom: 5px;
	padding: 0px;
}


.img_left {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
}

.img_right {
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
}
.textright {
	text-align: right;
}
.text_centre {
	text-align: center;
}
.warning {
	color: #FF0000;
}

