/* CSS Document */

body {
	background:url(../img/bg.jpg) repeat-x #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
a {
	color: #FFFFFF;
}
div#flashMainContainer{
	width:100%;
	border:1px solid #000;
	background:#000;
}

div#navigation{
	width:20%;
	float:left;
	text-align:left;
	border:1px solid #000;
	padding:0.5em;
	background:#666;
}
div#navigation h2,div#alternateContent h2,div#adress h2{
	background:#930040;
}
div#navigation h4{
	padding-left:0.5em
}
div#navigation h5{
	padding-left:3em
}
div#navigation h6{
	padding-left:5em
}
div#alternateContent,div#adress{
	text-align:justify;
	padding:1em;
	width:75%;
	float:right;
}
#feedButton{
position:absolute;
top:0;
right:0;
padding:3px;
}
#feeds {
	color:#000;
	background-color:#CCCCCC;
	height:0px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:1;
}
body
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
 
.fullscreen
{
	width:100%;
	height:100%;
}