/* CSS Document */



html,body{

	margin:0;
	padding:0;
	height:100%;


}
img{
	border:0;

}

img.extra{
	border:1;

}


a            { font-family: Verdana;  color: #ffffff;text-decoration:none }
a:hover      { font-family: Verdana; color: #ffffff;text-decoration:none }

a.extra{ font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff;text-decoration:none }
a.extra:hover{ font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff;text-decoration:none;

}

a.extra2{ font-family: Verdana; font-size: 11px;  color: #ffffff;text-decoration:none  }
a.extra2:hover{ font-family: Verdana; font-size: 11px;  color: #ffffff;text-decoration:none}

a.extra3{ font-family: Verdana; font-size: 11px;  color: #ffffff;text-decoration:none  }
a.extra3:hover{ font-family: Verdana; font-size: 11px;  color: #ffffff;text-decoration:none}

a.extra4{ font-family: Verdana; font-size: 10px;  color: #A8c219;text-decoration:none  }
a.extra4:hover{ font-family: Verdana; font-size: 10px;  color: #A8c219;text-decoration:none}


body{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: efefef;
	

	
}

div#container{
	text-align:left;
	width:900px;
	margin:0 auto;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}

div#header{
	float:right;
	width:900px;
	height: 230px;
}


div#content{
	float:none;
	width: 900px;
	height:auto;
	clip: rect(0px,auto,0px,auto);
	clear: both;
	background-repeat: repeat-y;
	background-position: center top;
}


div#footer{
	height: 101px;
	width:900px;
	float: none;
	clear: none;
	background-repeat: no-repeat;
	background-position: center top;

}
.www {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

