@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1155px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFF;
	border: 5px solid #00699f;
}
.oneColFixCtrHdr #containerAdvice {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #00699f;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1455px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 260px;
	width: 850px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 750px;
	width: 850px;
	margin-top: 30px;
}
.oneColFixCtrHdr #mainContentAdvice {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1050px;
	width: 850px;
	margin-top: 30px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 50px;
	width: 850px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00699f;
	background-image: url(../images/footer.jpg);
	clear: both;
}
#navwrapper {
	height: 50px;
	width: 850px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00699f;
	border-bottom-color: #00699f;
	background-image: url(../images/nav-bar.jpg);
	background-repeat: repeat-x;
}
#listnav {
	height: 30px;
	width: 450px;
	padding-left: 50px;
	margin-left: 175px;
	margin-top: 12px;
}
#logo {
	height: 200px;
	width: 414px;
	float: left;
	padding-left: 10px;
	padding-top: 30px;
}
#headerimage {
	height: 260px;
	width: 424px;
	float: right;
}
#headertelephone {
	float: left;
	height: 30px;
	width: 424px;
}
#maintextHome {
	height: 720px;
	width: 530px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}
#maintextAdvice {
	height: 1020px;
	width: 530px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}
#sidecolumn {
	float: right;
	height: 720px;
	width: 260px;
}
#sidecolumnAdvice {
	float: right;
	height: 1020px;
	width: 260px;
}
#map {
	height: 245px;
	width: 220px;
	margin-left: 20px;
	text-align: center;
}
#testimonial {
	height: 185px;
	width: 220px;
	margin-top: 30px;
	margin-left: 20px;
}
#testimonial2 {
	height: 200px;
	width: 220px;
	margin-top: 30px;
	margin-left: 20px;
}
#gassafelogo {
	height: 238px;
	width: 220px;
	margin-top: 22px;
	margin-left: 20px;
}
#gassafelogoAdvice {
	height: 238px;
	width: 220px;
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}
#copyright {
	height: 30px;
	width: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 250px;
	text-align: center;
	padding-top: 5px;
}
#designedby {
	text-align: right;
	float: right;
	height: 10px;
	width: 210px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #FFF;
	padding-right: 10px;
}
#contactdetails {
	height: 180px;
	width: 530px;
}
#contactform {
	height: 450px;
	width: 530px;
}
#vanphoto {
	height: 200px;
	width: 250px;
	float: right;
	border: 2px solid #00699f;
}
