@charset "UTF-8";
/* CSS Document */

body{

margin-top:auto;
margin-bottom:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(/assets/images/bckg2.gif);
	background-repeat:repeat-y;
	background-position: center top;
}

.bold{
	font-size: 12px;
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#container{
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	left:50%;
	margin-left:-400px;
	background-image:url(/assets/images/bckg.png);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}



/* header */
#header{
width:800px;
height:189px;
background-image:url(/assets/images/waves_horiz.png);
background-repeat: no-repeat;
position:relative;
}

#logo{
background-image:url(/assets/images/logo.png);
width:218px;
height:147px;
position:absolute;
top:15px;
left:120px;
}

#bewho{
background-image:url(/assets/images/bewho.png);
width:295px;
height:121px;
position:absolute;
left:470px;
top:30px;
}
/* end header */


.current{
	width:59px;
	height:24px;
	background-image:url(/assets/images/current.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}


/* main body start */

#content{
	padding:1em 1em 5em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}


#navigation_bar{
z-index:3;
position:absolute;
left:1%;
}

#navigation_bar_ie6{
z-index:3;
position:absolute;
left:1%;
top:-2000px;
}

#horizwave{
background-image:url(/assets/images/waves_vertical.png);
width:327px;
height:759px;
margin-top:-180px;
}

#text_news{
position:absolute;
top:400px;
width:200px;
left:300px;
}


#footer{
	margin:0 auto;
	padding-bottom:30px;
	width:700px;
	border-top:#666666 1px solid;
	text-align:center;
	padding:15px;
	clear:both;
	
}
