body {
	background:#000000  url(images/bg.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	margin:0 auto;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #361202;
}


/* Header */

#header {
	width: 100%;
	height:75px;
	margin: 0px auto;
	background-color: #000000;
	}

#header h1 {
	text-align: left;
	margin: 0px auto;
	font-size: 32px;
	color: #000000;
	padding-top: 20px;
	display: block;
	width: 940px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#header a {
	text-decoration: none;
	color:#DA7B0D;
}

/*banner*/
#banner {
	width: 950px;
	height: 367px;
	margin: 0px auto;
	background:url(images/banner.jpg) no-repeat left top;
}





/* Post */

.latest-post {
	padding: 0 0 1em 0;
}

.latest-post h2 {
	margin-bottom: 0.5em;
	padding: 8px 10px 2px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #75C210;
	border-bottom: 1px solid #cccccc;
}

.post {
	padding: 2em 0 1em 0;
}

.post h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	color: #000000;
}

.file * {
	color: #5B5B5B;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	background-color: #2A2A2A;
	border: 1px solid #363636;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 950px;
	margin: 0 auto 10px auto;
	padding: 0px 0px 0px 0px;
}

#colTwo {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	background-color: #FFFFFF;
}

#colTwo p {
	line-height: 25px;
}
#colTwo img{padding-right:10px;
	padding-top:10px;}
#colTwo h3{
	padding: 10px 10px 2px 10px;
	text-transform: uppercase;
	color: #000000;
	
}

#colThree {
	float: right;
	width: 250px;
	padding-left: 20px;
	background:#FFFFFF url(images/side.jpg) no-repeat bottom left;
	padding-bottom: 100px;
}

#colThree ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#colThree li {
	margin-bottom: 1em;
	color: #B6B6B6;
}

#colThree li li {
	margin-bottom: 0;
	padding-left: 1em;
	line-height: 20px;
	padding-left: 15px;
	background: url(images/img1.gif) no-repeat left center;
}

#colThree a {
	color: #70290B;
}

#colThree a:hover {
	color: #B6B6B6;
}

#colThree h2{
	padding: 10px 10px 2px 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #020003;
	border-bottom: 1px solid #333333;
}

/* Footer */

#footer {
	width: 955px;
	margin: 0px auto;
	padding: 15px 0px;
	height: 125px;
	background:#000000 url(images/oil.jpg) no-repeat bottom right;
}
#footer a{
	text-decoration:none;
	color: #FC921A;
}
#footer p {
	margin: 0px;
	text-align: center;
	color: #FE9516;
}
.devider{height:20px;}
.services{
	padding:10px;
	border:#F9CC8E 1px solid;
	background-color:#FFFFFF;
	margin-top:30px;
}
.button{
	display:block;
	width:80px;
	height:25px;
	background:#DF850D;
	color:#FFFFFF;
	float:right;
	margin-bottom:5px;
	padding-left:15px;
	}
