
/*  Using a PHP Based CSS File, you can selectively open and close PHP tags to manage variables */

/*Core Html*/

HTML {height: 100%; width: 100%; margin: 0; padding: 0;}
body {background: #002062; color: #002062; text-align: center;margin:0;padding:0;}

h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:#fff;}

/*Core Divs*/
div#page {margin: 0 auto 0 auto; padding:0; background: url(header.png) top center no-repeat;display:block;text-align:left;width: 1000px;}
div#header{height:263px;}
div#header h1{padding:50px 0 0 20px;}
div#main{background-color:white;width:960px;padding:20px;min-height:200px;}
div#footer {height:40px;position:relative;top:-11px;background:url(bottom.png) bottom center no-repeat;width: 990px; text-align:center;margin:0;padding:5px;}
div#footer a{font-size:12px;text-decoration:none;}

/*Nav*/

ul#nav{background:url(nav.jpg) left top no-repeat;width:990px;height:60px;margin:100px 0 0 0;padding:5px;list-style:none;display: block;	list-style-image: none;	text-indent: 0px;}
ul#nav li a{float:left;clear:none;padding:10px;margin:10px;color:white;cursor:pointer;}

/*CSS Hacks*/
                                                         
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* hides from ie-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.player {
	
}
.bottom {
	padding: 15px; 
}

#tooltip_box span{
	background:#0000AA;
	}

