body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #3B5662;
	margin: 0px;
	padding: 0px;	
}

#container {
	width: 700px;
	margin: 0px auto;
	display: block;
	background-color: #5D8191;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#blank {
	width: 700px;
	height: 23px;	
	display: block;
	background-color: #B69D6C;
}

#header {
	width: 700px;
	height: 101px;
	display: block;
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#navigation {
	font-weight: bold;
	float: right;
	width: 170px;
}

#navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}

#navigation li{
	margin: 0px;
	padding: 4px;
}

#navigation a {
	color: #3B5662;
	text-decoration: none;
}

#navigation a:hover {
	color: #B69D6C;
	text-decoration: none;
}

#strapline {
	width: 700px;
	height: 33px;
	display: block;
	background-image: url(images/strapline.gif);
}

#picture {
	width: 700px;
	height: 237px;
	display: block;
	background-image: url(images/main_picture.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 700px;
	display: block;
}

#mainleft {
	width: 445px;
	display: block;
	float: left;
	padding: 20px;
}

#mainleft ul{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}

#mainleft li{
	margin: 0px;
	padding: 10px;
}

#mainleft a {
	color: #3B5662;
	text-decoration: none;
}

#mainleft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mainright {
	width: 205px;
	display: block;
	float: right;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

#footer {
	width: 700px;
	display: block;
	background-color: #B69D6C;
	font-size: 80%;
	font-weight: bold;
	height: 70px;
	clear: both;
}

#footer #address {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
}

#footer #telephone {
	float:right;
	margin-top: 10px;
	margin-right: 10px;	
}

#footer a {
	color: #3B5662;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.bold_underlined {
	font-weight: bold;
	text-decoration: underline;
}

.centresmall {
	font-size: 90%;
	text-align: center;
}

.little {
	font-size: 80%;
	font-weight: bold;
}

.italic {
	font-style: italic;
}
