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

#divWrapper {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FCFFFF;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .1em;
	margin-bottom: 0px;
	margin-top: 15px;
}
body {
	background-image: url(../images/sand.jpg);
}
#divOil {
	height: 549px;
	width: 762px;
}
#divNews {
	background-image: url(../images/news-bkg.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 25px;
}
#divNews ul {
}
a {
	color: #F6F8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#divNews li {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
