html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #E1E9EC;
	margin-top: 10px;
	height: 100%;
}

p {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px 5px 5px 5px;
	color: #718EA9;
	line-height: 150%;
}

td {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px 5px 5px 5px;
	color: #718EA9;
	text-align: left;
	line-height: 150%;
}

a:link, a:visited  {
	color: #718EA9;
}

a.nav:link, a.nav:visited  {
	color: white;
	font-size: 90%;
}

a.nav:hover {
	color: white;
	font-size: 90%;
}


#content {
	width: 600px;
	background-color: #FFFFFF;
	margin: 0px auto -4em; /* the bottom margin is the negative value of the footer's height */
	border: 5px solid White;
	min-height: 90%;
	height: auto !important;
	height: 90%;
	
}

#content p{
	font-size: 75%;
	margin: 0px 15px 0px 15px;
}

#content ul li{
	font-size: 75%;
	margin: 0px 0px 0px 45px;
	text-align: left;
	color: #718EA9;
	line-height: 200%;
	}
	
#rightalt {
	float: right;
	width: 330px;
	background: transparent;
	padding-bottom: 15px;
	margin: 5px 0px 5px 15px;
}

#rightalt p {
	font-size: 75%;
	margin: 0px 5px 0px 0px;
	text-align: left;
}

#leftalthome {
	background-image: url(images/contact-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltourvans {
	background-image: url(images/our-vans-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftalthowitworks {
	background-image: url(images/how-it-works-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltservice {
	background-image: url(images/service-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftalttariff {
	background-image: url(images/tariff-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltwhatson {
	background-image: url(images/whats-on-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltaboutwight {
	background-image: url(images/about-wight-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltfaqs {
	background-image: url(images/faqs-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltabout {
	background-image: url(images/about-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

#leftaltcontact {
	background-image: url(images/home-back.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 600px;
}

h1 {
	font-size: 18px;
	color: #60707D;
	padding: 0px;
	margin: 0px 0px 15px 5px;
}

h2 {
	font-size: 90%;
	color: #718EA9;
	padding: 0px;
	margin: 0px 0px 15px 15px;
	text-align: left;
}

h5 {
	font-size: 12px;
	color: #718EA9;
	padding: 0px;
	margin: 15px 0px 15px 15px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #B22222;
	padding: 0px;
	margin: 5px 0px 5px 5px;
	font-weight: bold;
}

.leftimage{
	float: left;
	margin: 0 10px 0 0;
}

.rightimage{
	float: right;
	margin: 0 10px 10px 5px;
}

#footer{
clear: both;
margin: 25px auto;
width: 600px;
border: 5px solid #FFFFFF;
background-color: #FFFFFF;
height: 4em; /* .push must be the same height as .footer */
}

#footer p {
font-size: 60%;
padding: 3px;
color: #718EA9;
text-align: right;
}

form {
	border: 5px 10px 5px 10px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #718EA9;
}

fieldset {	
background-color: #fff;
}

legend {
	font-size: bigger;
	font-weight: bolder;
}

label {
	display:block;
	}
	
input:focus {
	background-color: #ffffcc;
	color: #000000;
}

input {
	color: #000;
}