#home_div{
	/*background:green;*/
	
	width:95%;
	margin: 0 auto;
}

#current{
	/*background: green;*/
	background:url("images/marked.jpg") no-repeat;
    float:left;
	padding: 5px 10px 8px 10px;
    margin: 0px 10px 0 0px;
	text-align: center;
    color: white;

}

.link{
	/*background: green;*/
	background:url("images/unmarked.jpg") no-repeat;
    float:left;
    padding: 5px 10px 8px 10px;
    margin: 0px 10px 0 0px;
	text-align: center;
}



.link a{
    color:black;
    text-decoration: none;
}




#information{
    float: none;
}


#information  ul {
	margin: 10px 0 0 -15px;
	list-style: none;
	line-height: 180%;
    }





.label{
float: left;
width: 40%;
text-align:left;
font-size: 70%;
}



.info{
float:left;
width: 60%;

font-size: 70%;
text-align:left;

}
