body
{
	font-family: arial, sans-serif;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.container
{
	margin: auto;
	width: 756px;
	text-align: left;
	border: 1px solid #000;
	background: #292C6A;
}

.header
{
	height: 98px;
	margin: 0px;
	padding: 0px;
}

.navigation
{
	background: #FEBE00;
	text-align: center;
}

.navigation a
{
	background: #4D4788;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.navigation a:hover
{
	background: #21879A;
}

.contentOuter
{
}

.content
{
	padding: 10px;
}

.enquiry input, textarea
{
	width: 300px;
}

.enquiry td
{
	padding: 1px;
}

h1
{
	font-size: 3.5em;
	font-weight: bold;
	color: #fff;
	margin: 5px;
	padding: 0px;
}

.rightBar
{
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #21879A;
	border: 1px solid #fff;
	padding: 2px;
	text-align: center;
}

.rightBar a
{
	color: #FEBE00;
	font-weight: bold;
	text-decoration: none;
}

.rightBar a:hover
{
	color: #fff;
	text-decoration: underline;
}

.footer
{
	clear: both;
	background: #4F5291;
	color: #fff;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

.footer a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover
{
	color: #FEBE00;
	text-decoration: underline;
}