/* Needed for centering vertically */
html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #7f7a67;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: white;
	font-size: 12px;
}
a:visited {
	color: white;
}
a:hover {
	color: black;
}
a:active {
	color: #333333;
}
p {
	margin: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
#container {
	width: 800px;
	height: 550px;
	margin: auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	background-color: #47433d;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}
/* Distance and container set for vertical center */
#height_spacer { 
	width: 1px;
	height: 0px;
	float: left;
}
#content {
	width: 389px;
	height: 385px;
	float: left;
}
#image {
	width: 411px;
	height: 385px;
	float: left;
}
#header {
	width: 800px;
	height: 165px;
}
.clear {
	clear: both;
}
.contactimg {
	margin-top: 20px;
	margin-left: 33px;
}
.oilimg {
	margin-left: 60px;
}
#movie {
	height: 100px;
	float: left;
}
#movie2 {
	height: 40px;
}
object {
	margin-left: 60px;
}
* html .iespacer {
	width: 60px;
}
.img_p {
	margin-left: 50px;
}
.img_p2 {
	margin-left: 30px;
	margin-right: 25px;
}
.img_p3 {
	margin-left: 55px;
}
.img_p4 {
	margin-left: 45px;
}
.homeimg {
	margin-top: 35px;
}