body {background: #1f1f1f; margin: 30px 0; padding: 0px; }

/* Header Styles */

	.toplogo { width: 850px; height: 36px; text-align: left; }

	.nav { background: #000; width: 820px; padding: 10px 0 15px 30px; text-align: left; }
			.nav a:link, .nav a:visited	{ font: 13px "Myriad","Arial","Verdana"; text-transform: uppercase; color: #646464; text-decoration: none; padding-right: 30px; }
			.nav a.current:link, .nav a.current:visited	{ font: 13px "Myriad","Arial","Verdana"; text-transform: uppercase; color: #fc3825; text-decoration: none; padding-right: 30px; }
			.nav a:hover	{ color: #FFF; text-decoration: none; }
			.nav a.current:hover	{ color: #FFF; text-decoration: none; }

/* Content Styles */

.content { background: url(images/pantherenergy_bkgd01.jpg) no-repeat top left #000; width: 850px; min-height: 450px; text-align: left;  }

	.text01 { width: 449px; background: url(images/pantherenergy_text01-v2.jpg) no-repeat #000; position: relative; top: 37px; left: 24px; border: 1px solid #cb4825;   }
		.text01 p { color: #eee; font: 12px/24px "verdana","arial"; padding: 20px 25px; text-align: left; }
		.text01 strong { color: #fff; }

	.mainlogo { width: 362px; position: relative; top: 120px; left: 440px; }
	
	.areas { width: auto; font: 10px/12px "verdana","helvetica"; color: #FFF; text-align: center; padding: 10px; margin: 10px 15px; }
			.areas a:link, .areas a:visited	{ color: #FFF; text-decoration: none; }
			.areas a:hover	{ color: #FFF; text-decoration: underline; }
	
	.single-area { font: 10px/12px "verdana","helvetica"; color: #FFF; text-align: center; padding: 10px;  }
			.single-area img { border: 1px solid #cb4825;  }
			.single-area a:link, .single-area a:visited	{ color: #FFF; text-decoration: none; padding-top: 10px;  }
			.single-area a:hover	{ color: #FFF; text-decoration: underline; }

.area-content { color: #FFF; font: 10px/12px "verdana","helvetica"; text-align: center; }
	.area-content p { width: 370px; }
	.area-content img { margin: 10px; border: 1px solid #cb4825; }

	
/* Footer */

.footer {width: 850px; padding: 0px 0 15px 30px; text-align: left;}
	.footer p { font-size: 9px; text-transform: uppercase; font-family: arial; color: #494949; padding-top: 5px; margin-top: 0px; }
	.footer a:link, .footer a:visited	{ color: #646464; text-decoration: none; padding: 0 7px; }
	.footer a:hover	{ color: #FFF; text-decoration: none; }
	
