﻿body
{
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html { min-height: 100%; margin-bottom: 1px; }

#imgBkgrnd
{
	position: absolute;
	height: 463px;
	background-repeat: no-repeat;
	background-image: url(  'images/newportskies.jpg' );
	background-position: 50% top;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
	clear: none;
}

#mainContainer
{
	z-index: 100;
	width: 1000px;
	margin: 10px auto 5px auto;
	padding: 0 0 0 0;
}

#blackBox
{
	width: 100%;
	background: #000000;
	height: 370px;
}


#jkGIF
{
	float: left;
	margin: 10px 0px 0px 5px;
}

#topContentWrapper
{
	float: right;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	height: 330px;
	width: 622px;
	background: #ADA8A0;
	text-align: left;
}

#topContentWrapper a:link, #lowerContentWrapper a:link, #topContentWrapper a:visited, #lowerContentWrapper a:visited
{
	color: #2C406D;
	text-decoration: none;
	font-weight: bold;
}

#topContentWrapper a:hover, #lowerContentWrapper a:hover
{
	color: #2C406D;
	text-decoration: underline;
	font-weight: bold;
}

.navBar
{
	margin: 10px auto 0px auto;
	width: 100%;
	background-color: #2b2b2b;
	background-image:url(p7gp/gp1/img/p7gp_carbonbut.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #282828;
	vertical-align:middle;
	height:23px;
}

#lowerContentWrapper
{
	width: 100%;
	background-color: transparent;
	margin: 15px auto 0px auto;
	overflow: hidden;
	float:left;
}

#lowerContentTabWrapper
{
	width: 100%;
	background-color: transparent;
	margin: 0px auto 0px auto;
	overflow: hidden;
	float:left;
}

#footer
{
	clear: both;
	background: #ADA8A0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	padding: 5px 0px 3px 0px;
	margin: 10px auto 0px auto;
	z-index: 900;
	border-top: solid black 1px;
}

/* Miscellaneous classes for reuse */

.fltrt
{
	/* this class can be used to float an element right in your page. */
	float: right;
	margin-left: 8px;
}

.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.centrAlign
{
	/* this class can be used to center align an element */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.feedburnerFeedBlock {
	width: 650px;
	text-align:left;}
