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

body  {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Helvetica", Arial;
	}
a{text-decoration:none;	color:#0000CC;}
a:visited{text-decoration:none; color:#791A8B;}
a:hover{text-decoration:underline;}
a.active{text-decoration:underline; color:#3333CC;}

#container { 
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left; 
} 
#header {
	background-image: url(../images/petrol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:94px;
	margin:0;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #727968;
} 
#header h1 {
	margin: 0; 
	padding-left: 0px;
	padding-bottom:10px;
}
#mainContent {
	padding: 10px; 
	margin-left: 186px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #727968;
	border-bottom-color: #727968;
	border-left-color: #727968;
} 

#mainContent h1, h2{ 
	color:#364327;
	line-height:1.5em;
}
#footer {
	padding: 0;
	background-color: #FCFCFC;
} 
#footer p {
	margin: 0;
	padding:0;
	color: #000;
	font-size:90%;
}
.fltrt {
	float: right;
	margin-left: 8px;
	padding: 10px;
	height: 150px;
	width: 250px;
	border: thin solid #727968;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltrt a{
	border:none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 {
	float: left;
	width: 180px;
	margin-top: 0px;
	height:100%;
	
}
#sidebar1 a {
	display: block;
	color: #FFF;
	background: #89917C;
	width: 175px;
	line-height:1.75em;
	font-size: 90%;
	text-decoration:none;
	border-bottom: solid thin #727968;
	border-left: solid 2px #727968;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	}
#sidebar1 a:hover
{
	background-color: #727968;
	color: #333;
	border-left: solid 2px #89917C; 

}


