body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center;
	background-color: #DBDDC7;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 55em; /* the auto margins (in conjunction with a width) center the page */
	border: medium double #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 22px;
} 
#calorGas {
	float: right;
	text-align: center;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}


#sidebar1  {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	margin-left: 8px;
	padding-bottom: 8px;
	margin-top: -45px;
	z-index: -1;
}


#mainContent {
	width: 75%;
	float: left;
	margin-left: 15px;
	color: #FFF;

} 
#MMEmbeddedMap  iframe    {
	width: 500px;
	margin-left: 10%;
}
#enquiryForm {
	width: 100%;
	float: left;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: overline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
h1 {
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 17px;
	text-align: center;
}


#footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
} 

