/* CSS Document */
/* png fix for IE 6/5.5 */
img, div { behavior: url(../includes/iepngfix.htc) }


body
{
	background-color:#141516;
}

#menu_container
{
	position:absolute;
	top:20px;
	left:0px;
	height:75px;
	width:100%;
	background:#141516;
	margin:0px;
	z-index:20;

}

#center
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
}

#logo
{
	display:inline;
	padding-right:25px;
}


#tabs
{
	position:relative;
	width:250px;
	display:inline;
	top: 17px;
}

#bar
{
	background-color:#17566a;
	position:absolute;
	height:5px;
	top:90px;
	left:0px;
	width:100%;
	z-index:21;
	padding:0px;
	margin:0px;
}


#page
{
	position:absolute;
	top:95px;
	left:0px;
	width:100%;
	background-color:#141516;
	background-image:url(../images/bg.gif);
	z-index:30;
	background-repeat: repeat;
}

#footer_container 
{
	position:absolute;
	width:100%;
	left:0px;
	height:30px;
	z-index:31;
}

#footer
{
	width:300px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	color:#DDDDDD;
}
#footer a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover
{
	color:#a4b8be;
	text-decoration:underline;
}


