/* Main CSS 555webdesign / Tom Sotil / 25. Aug. 2008*/
@import url("menu.css");
@import url("layout.css");
@import url("plugins.css");
@import url("rte.css");

html, body {
    margin: 0;
    padding: 0;
	background: #1A3460;
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
	/*width: 950px;*/
}

#print_header{
  display: none;
}

#header_container {
    position:absolute;
    top:0;
 	left:0;
 	right:0;
    text-align:center;
    margin:0;
    height: 104px;
    z-index:3;
	background-image: url(../statpics/header_bg.jpg);
	width: 100%;
}

#header {
    position:absolute;
    top:0;
 	left:0;
 	right:0;
 	bottom:0;
    height:100%;
    z-index:3;
    margin:0;
	width: 100%;
}

#header_title {
	position: absolute;
	z-index: 100;
	top: 44px;
	left: 0px;
	width: 100%;
	height: 26px;
	text-align: right;
}

#logo_hdtv_p1 {
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	width: 367px;
	height: 104px;
}

#logo_hdtv_p2 {
	position: absolute;
	z-index: 102;
	top: 104px;
	left: 0px;
	height: 82px;
	width: 367px;
}

#menu {
    position: absolute;
	z-index: 1000;
    top: 180px;
    left: 20px;
}


#content {
  position: absolute;
	left: 337px;
	right: 30px;
	width: auto;
	margin-top: 120px;
	padding-bottom: 40px;
	z-index:2;
	line-height: 1.5em;
/*  max-width: 950px;*/
}

/*#footer_container {
    position:fixed;
    bottom:0;
 left:0;
 right:0;
    text-align:center;
    margin:0;
    height:2em;
    z-index:3;
}

#footer {
    position:absolute;
    top:0;
 left:0;
 right:0;
 bottom:0;
    background:#efefef;
    z-index:3;
}
*/

