
#contentcolumn{
margin-right: 0; 
}

#rightcolumn{
float: left;
width: 0;
margin-left: 0;
}

#content{
margin-top: 10px;
}

#map{
float: right;
width: 450px; 
height: 340px;
}

.info{
width: 260px;
padding: 5px 0 0 0;
margin-left: 10px;
margin-bottom: 8px;
background: url(../images/info_rounded_top.gif) no-repeat;
}

.info h5{
margin: 0;
font: bold small-caps 100% arial, helvetica, sans-serif;
text-align: center;
}

.info div {
color: black;
display: block;
width: 260px;
padding-bottom: 5px;
background: url(../images/info_rounded_bottom.gif) no-repeat 0 100%;
}

.info p{
margin: 10px 5px 5px 20px;
font: 90%/1.2 arial, helvetica, sans-serif;
text-align: justify;
}


