/* 	

----------	NPTV 05 ----------

	-- GLOBAL STYLES --
	
	Developed by Robert S. Rubinoff
	Material Copyright 2004, National Partitions, Inc.
	All rights reserved
	contact: info@n-p.com
	webmaster: rrubinoff@n-p.com
		
*/


/* ---------- GLOBAL PAGE ELEMENTS ---------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	}
	
#container {
	margin: 35px auto;
	padding: 0px;
	width: 510px;
	text-align:left;
	}
	
a{
	color: #2B7EBC;
	text-decoration: none;
	font-weight:bold;
	}
	
a:hover {
	color: #2B7EBC;
	text-decoration: underline;
	}

p {
	margin: 5px 0px;	
	font-size: 70%;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	text-align: left;}

p.footer { /* used on nptv.html */
text-align:center;
 color: #999; }
 
 h5 {
 font-size: 13px;
 font-weight: bold;
 margin: 0px 0px 5px 0px;
 padding: 3px 0px;
 border-top: 1px solid #404F64;
 border-bottom: 1px solid #404F64;
 color:#404F64;
	 }
	 
	 
	 
	 
	 
/* ---------- BANNER ---------- */
#banner { /* sets up container for all banner elements */
	margin: 0px auto;
	text-align: center;
	border-bottom: 1px solid #404F64;
	}
	
#banner h1{
	margin: 0px;
	padding: 0px;
	display: none;}
	

/* ---------- CONTENT ---------- */
#contentSplash {
	margin: 10px;
	padding: 0px;
	}
	
#contentSplash p{font-size: 11px;
	font-weight: normal;
	}
	
#contentLeft {
	float:left;
	width: 235px;
	margin: 0px 5px;}
	
#contentRight {
	float:right;
	width: 235px;
	margin: 0px 5px;}

/* ---------- FOOTER ---------- */




