*
{
	margin: 0px;
	position: relative;
}

html,body
{
	width: 100%;
	background: #ff9c00;
	font-family: Arial;
	width: 100%;
	min-height: 730px;
}

body
{
	background: url('../img/bg.jpg') no-repeat top center;
}

#header
{
	width: 980px;
	margin: 0px auto;
	height: 370px;
}

#logo
{
	display: block;
	width: 320px;
	height: 95px;
	background: url('../img/petronak-logo.png') 20px 20px no-repeat;
}

#nav a
{
	color: #666666;
	display: inline-block;
	width: 95px;
	height: 30px;
	text-align: center;
	padding-top: 15px;
	font-style: italic;
}

#nav a:hover
{
	color: #ee0000;
}

ul#nav
{
	list-style-type: none;
	position: absolute;
	top: 37px;
	right: 0px;
}

#nav li
{
	float: left;
}

#content
{
	width: 958px;
	margin: 0px auto;
	background: #ffffff;
	min-height: 236px;
	border-bottom: 4px solid #cccccc;
}

#footer
{
	width: 938px;
	margin: 20px auto 40px;
	background: url('../img/bg-foot.jpg') no-repeat top right #4c4c4c;
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px;
}

#footer ul
{
	position: absolute;
	right: 10px;
	top: 10px;
	list-style-type: none;
}

#footer ul > li
{
	float: left;
}

#footer span
{
	position: absolute;
	right: 10px;
	bottom: -20px;
	color: #ffe5bb;
	font-size: 11px;
}

.clear
{
	clear: both;
}