@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
 #container {
	width: 970px; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 #header {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	float: none;
	padding: 0px;
	margin-top: 20px;
	color: #B4B5AF;
	background-color: #000;
	width: 970px;
} 
#banner {
	height: 125px;
	width: auto;
	background-repeat: no-repeat;
	padding: 15px;
	background-position: left;
	text-align: left;
	border: thin solid #B4B5AF;
	background-image: url(phfimages/cablogodark.jpg);
	font-size: 36px;
}

 #header h1 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 24px;
	color: #B4B5AF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 10px;
}
 #header h2 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: normal;
	height: auto;
}
h4     {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	color: #B4B5AF;
	font-size: 12px;
	background-color: #000;
	text-align: left;
	margin-bottom: 30px;
	font-family: Verdana, Geneva, sans-serif;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: right;
	padding: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 25px;
	
}
.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;
}
#nav {
	height: 28px;
	float: none;
	clear: none;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	font-size: 12px;
	background-position: center center;
}

#photostrip_Horiz1 {
	height: 140px;
	width: 970px;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#photostrip_Horiz2 {
	height: 140px;
	width: 970px;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#topbox {
	height: 650px;
	width: 780px;
}

#photostrip_Vert1 {
	height: 178px;
	width: 970px;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	height: 58px;
	width: 970px;
	float: none;
	clear: none;
	border-top-color: #B4B5AF;
	border-right-color: #B4B5AF;
	border-bottom-color: #B4B5AF;
	border-left-color: #B4B5AF;
	text-align: center;
	font-size: 11px;
	background-position: center center;
	border-top-width: thin;
	border-top-style: solid;
	color: #B4B5AF;
	margin-bottom: 20px;
	padding: 2px;
}
#leftside {
	float: left;
	height: 100px;
	width: 390px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#rightside {
	float: right;
	height: 100px;
	width: 390px;
	margin-top: 20px;
	margin-bottom: 20px;
}
 #container #header #banner h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B4B5AF;
	font-weight: lighter;
	padding: 20px;
}
 #container #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #B4B5AF;
	background-color: #000;
	text-align: left;
}
 #container #footer p {
	margin-top: 10px;
	text-align: center;
}
#leftbox {
	height: 500px;
	width: 370px;
}
#rightbox {
	height: 500px;
	width: 370px;
	float: right;
}
 #container #header #banner {
	font-size: 36px;
	text-align: left;
}
 
