/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4F8B0D;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#main {
width: 760px;
margin-left: auto;
margin-right: auto;
}

#header {
	padding-left: 250px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	color: #B9E75C;
	text-align:right;
	background-position: 0px 0px;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
	letter-spacing: 2px;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight:normal;
	line-height: 20px;
	letter-spacing: 2px;
}

#header ul {

	margin: 10px;
	padding: 0;
	
	}

#header ul li { 
display: inline; 
}

#header  ul li:first-child { 

	border: 0px;
}

#header  li {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ffffff;
}

#header ul li a {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#header ul li a:hover {
	color: #B9E75C;
}

#header ul li a.now {
	color: #B9E75C;
}

 

#left {
	background-image: url(../images/carbits.jpg);
	background-repeat: no-repeat;
	background-position: 40px 24px;
 	width: 165px;
	float:left;
	min-height: 200px;
}

#left img {
margin-top: 235px;
margin-left: 16px;
	border: 0px;
}
 

#content {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 22px;
	line-height: 24px; 
	height: 400px;
}

#content img {
margin: 0;
padding: 0; 
}

#content p.firstpara{

	font-size: 24px; 
	line-height: 30px;

}

#content a {

	color: #B9E75C;
}
#content a:hover {

	color: #FFFFFF;
}

#content ul {
	background-color: #006338; 
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 367px;
	float:left;
	margin-left: 50px;
}

#content li { 
	list-style-type: disc;
	margin: 0; 
	margin-left: 50px;
	
}	

fieldset {
padding: 10px;
margin-left: 170px;
margin-bottom: 10px;
}

label {
float: left;
width: 225px;
}

input {
margin-bottom: 10px;
}

input.send-btn {
width: 130px;
height: 25px;
background: #B9E75C;
outline: none; 
	letter-spacing: 2px;
	font-size: 14px; 
}
input.send-btn:hover {
background: #4F8B0D ;
}

#footer {
	width: 80%;
	text-align: center;
	padding: 2% 10%;
	 }
#footer a {
	color: #4F8B0D;
	text-decoration:none;

}	 
	 