@charset "utf-8";
/* CSS Document */


body  {
    font-family: Century Gothic, Helvetica, sans-serif;
    background: #6f6f6f url(images/backgroundtile.jpg) repeat-x;
    margin: 0;          
    padding: 0;        
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

div#container {
    width: 820px;
    padding: 0px 0px 0px 0px;
	margin: 0 auto;
	
}

div#carbonmetering {
    height: 503px;      
    width: 820px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 152px 0 0 0;
	float: right;
	background: url(images/carbonmetering.jpg) no-repeat;
	
}
div#contact {
	width: 400px;
	padding: 0 0 0 0;
	margin: 375px 0 0 375px;
    float:left;
}

div#reflection {
    height: 112px;      
    width: 820px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0;
	clear: both;
	background: url(images/reflection.jpg) no-repeat;
	
}
/* ===== Content (body) ===== */

p {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #929293;
	margin: 0;
	padding: 0;
	margin-top: 0em;
	margin-bottom: .8em;
	text-align: justify;
}
a:link, a:visited {
    font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #d61c1c;
	text-decoration: none;
	
}
a:hover, #content a:active {
    font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #d61c1c;
	text-decoration: none;
	border-bottom:1px dotted #d61c1c;
	
}

/* ===== footer ===== */

div#footer {
    clear: both;
    background: url(images/footerbg.gif) no-repeat;
    width: 820px;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#footer p {
    font-family: Century Gothic, "Trebuchet MS", sans-serif;
    font-size: 10px;
    color: #e0e0e0;
    margin: 0;
    padding: 13px;
    text-align: center;
}

#footer a:link, #footer a:visited {
    color: #FFFFFF;
	font-family: Century Gothic, "Trebuchet MS", sans-serif;
    font-size: 10px;
	text-decoration: none;
}

/* ===== miscellaneous styles ===== */

.clear { clear: both }

img {
border: 0;
}
a:hover img {
border: 0;
}
a:img {
border: 0;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
.bold {
	font-weight: bold;
	text-align: center;
}

