/* === Hidden guff ======= */
#header1 p,.hidden{
	left:-9999px;
	width:0px;
	overflow:hidden;
	position:absolute;
	}	

/* === Generic styling (structure/background etc) ======= */
*{	
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	}
body{
	font:80%/150% Arial,Verdana,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
	/* background:url(/images/backgrounds/bg.jpg) 50% 0% no-repeat; */
	background-color:#d7d7d7;
	}

#bg_container
{
 height             : 100%;
 _height            : 840px;
 overflow           : visible;
 position           : absolute;
 top                : 0;
 width              : 100%;
 z-index            : 1;
}
	
#structure{
	width:660px;
	position:relative;
	margin:auto;
	text-align:left;
	z-index: 2;
	}
	
p{margin:0 0 1em;line-height:normal}
h1{margin:0 0 1em;color:#ED2E2B;}
h2{margin:0 0 1em;font-size:90%;color:#ED2E2B}
h3{margin:0 0 1em;font-size:250%;color:#ED2E2B;line-height:normal}
.date{color:#999}
p.small{margin:0 0 1em;font-size:90%;}
.nw{white-space:nowrap}
.nul{text-decoration:none}

/* flash */
#flash{
	width:680px;
	height:500px;
	}
#flash #leverger_content{
	width:520px;
	height:325px;
	position:relative;
	top:150px;
	left:80px;
}

/* navigation */
#navigation_bg{
	background-color:#FFF;
	filter:alpha(opacity=60);
	opacity:.60;
    -moz-opacity:0.6;
	height:30px;
	margin-top:70%;
	}

#navigation{
	float:left;
	margin-top:6px;
	text-align:center;
	margin-left:12px;
	padding-bottom:5px;
	}
#navigation ul{
	list-style:none;
	float:left; /* another IE Mac hack */
	}
#navigation ul li{
	float:left;
	font-size:100%;
	font-weight:bold;
	line-height:normal
	}
#navigation ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	border:0;
	}
#navigation ul li a:hover{
	text-decoration:underline;
	}
.space{
	margin-left:15px;
	}

/* home */
#homedisplay{
	width:100%;
	margin-top:20px;
	}
/* footer */
#footer{
	width:68%;
	background-color:#FFF;
	color:#000;
	line-height:normal;
	filter:alpha(opacity=60);
	opacity:.60;
    -moz-opacity:0.6;
	height:30px;
	float:left;
	}
#footer1{
	margin-left:12px;
	margin-top: 5px;
	}
#footer1 a{
	color:#000;
	text-decoration:none;
	}
#footer1 a:hover{
	text-decoration:underline;
	}
