body {
	text-align: center;
	margin: 0;
	background: url(images/bg.gif) no-repeat scroll center top;
	font: 14px 'Open Sans', sans-serif;
	font-weight: 400;
}

b, strong {
	font-weight: 600;
}

a {
	color: #0367a6;
	text-decoration: none;
}

a:hover {
	color: #7e7e7e;
	text-decoration: none;
}

#container {
	width: 600px;
	margin: 0;
	text-align: left;
	display: inline-block;
}

.header {
	height: 288px;
	background-color: #cae535;
	background-image: url(images/header.gif);
}

.content {
	height: ;
	background-color: #fff;

	padding: 15px 20px 50px;
}

.nav {
	height: 31px;
}

div.text {
	font-size: 15px;
}

div.contact {
	text-align: left;
	color: #0367a6;
	font-size: 13px;
	position: relative;
	top: 247px;
	background-color: rgba(255,255,255,0.5);
	width: 110px;
	padding-left: 5px;
	margin-left: 15px;
}

div.services {
	text-align: center;
	margin-left: 20px;
	color: #0367a6;
	font-size: .8em;
	margin-top: 20px;
}


div.contact a {
}

div.text_top {
	text-align: center;
}

div.content_text1 {
	text-align: center;
}

div.footer {
	background-color: #0367a6;
	height: 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #cae535;
	padding-bottom: 2px;
}

div.footer_text {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding-top: 5px;
}

div.enquiry_form {
	font-size: .8em;
	margin-top: 25px;
	width: 380px;
	text-align: left;
}

div.form_line input {
	
	color: #0367a6;
	background-color: #cae535;
}

div.form_title {
	float: left;
	width: 80px;
	padding-top: 3px;
	color: #0367a6;
}

div.form_line {
	min-height: 30px;
}

textarea#enquiry {
	height: 120px;
	width: 250px;
	background-image: url(images/textbox.gif);
	color: #0367a6;
}

div.form_submit {
	margin-top: 15px;
	margin-left: 80px;
}

div.info {
	text-align: center;
	background-color: #e5e5e5;
	margin-left: 50px;
	width: 480px;
	font-size: 0.9em;
	line-height: 19px;
}

div.info_top {
	height: 18px;
	background-image: url(images/info_top.gif);
}

div.info_bottom {
	height: 18px;
	background-image: url(images/info_bottom.gif);
}

div.contact_info {
	}

div.contact_info a {
	color: #0367a6;
	text-decoration: none;
}

div.contact_info a:hover {
	color: #7e7e7e;
	text-decoration: none;
}

div.recent {
	margin-top: 20px;
}