#container {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #194944;
}
#container #branding {
	height: 120px;
	width: 100%;
	text-align: center;
}
#container #menu {
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #main_area {
	height: auto;
	width: 90%;
	padding: 5px;
}
#container #contact_details {
	text-align: center;
	height: 30px;
	width: 100%;
	vertical-align: middle;
}

body {
	color: #0F2D29;
}
a:link {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #32948A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #993333;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.image_left {
	margin: 15px;
	float: left;
}

.image_right {
	margin: 15px;
	float: right;
}

.headz2 {
	font-size: 1.2em;
	font-weight: bold;
}
.headz3 {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #194944;
}
.red_text {
	font-size: 0.8em;
	font-style: italic;
	color: #FF0000;
}
h2 {
	text-align: center;
}

