#left {
    width:390px;
    float:left;
}

#right {
    width:495px;
    float:right;
}

.box {
    border: 1px solid #BBBBBB;
    background-color:#FAFAFA;
    padding: 10px;
    color: black;
    overflow: hidden;
}
        
.grid2 {
	float: left;
	width: 50%;
}
#left .grid2:last-child { margin-right: 0; }

#map_canvas {
    margin-top:10px;
    height: 420px;
    width: 495px;
    border: 1px solid #333333;
    float:right;
}

.inv { display:none; }

#content h2 { margin-bottom: 15px; }

address, dl { font-family: Arial; }

#ie7map,
.ie7 #modernmap { display: none; }
.ie7 #ie7map { display: block; }
