/* Europa Oil & Gas Layout Stylesheet */ 

body {
	margin:				5px;
	background:			#EFEFEF;
	color:				#333333;
	text-align:			center;
	padding:			0;
 }

#outer {
	text-align:			left;
	border:				1px solid #006600;
	width:				748px;
	margin:				auto;
 }

#topmenu {
	height:				22px;
	text-align:			right;
	background-color:	#FFFFFF;
	background-image:	url(../img/bg-topmenu.jpg);
	background-repeat:  no-repeat;
	padding-top:		0px;
 }

#toplogo {
	height:				137px;
	text-align:			right;
	background-color:	#FFFFFF;
	background-image:	url(../img/headimg.jpg);
	background-repeat:	no-repeat;
 }

#mainnav {
	height:				26px;
	text-align:			left;
	background-image:	url(../img/mainnavbar.gif);
	background-repeat:  repeat-x;
	margin:				auto;
 }
 
#headbar {
	width:				748px;
	height:				28px;
	background:			#FFFFFF;
	padding-top:		3px;
	background-image:url(../img/headbar.gif);
	background-repeat:	no-repeat;
 }	

#breadcrumbs {
	float:				left;
	width:				476px;
	text-align:			left;
	padding-left:		12px;
	padding-top:		1px;
 }
 
#search {
	width:				240px;
	text-align:			right;
	padding-right:		15px;
 }

#bodyblock {
	position:			relative;
	background:			#FFFFFF;
	width:				748px;
	padding:			0;
 }

#leftcol {
	float:				left;
	background:			#FFFFFF;
	width:				180px;
	text-align:			left;
	padding-top:		5px;
 }

#rightcol {
	width:				548px;
	background:			#FFFFFF;
	text-align:			justify;
	background-image:	url(../img/leftimg.gif);
	background-repeat:	repeat-y;
	background-position:left;
	padding-right:		15px;
	padding-top:		5px;
 } 
 
#topofpage {
	clear:				both;
	height:				18px;
	background:			#FFFFFF;
	text-align:			center;
	padding-top:		5px;
}	

#footer {
	clear:				both;
	height:				18px;
	background:			#FAFAFA;
	text-align:			center;
	border:				solid black;
	border-width:		1px 0 0 0;
	padding-top:		5px;
 }