#dc_map {
    float:right;
    width:250px;
    height:250px;
    margin-left:15px;
    border:1px outset #ccc;
    margin-top:-16px;
}

#dc_body {
    text-align:justify;
    width:95%;
    margin:0;
    float: left;
}
#gallery_pad { padding:5px; display:block; float:left; background:pink;}
#gallery {
    border: 1px solid #DDDDDD;
    clear:both;
    width:700px;
    background-color:#fff;
    text-align:center; display:block;

}

div.photo {
    width:31%;
    text-align:center;
    float:left;
	margin:1em 0;
	padding:5px;
	
}

div.photo a { 
	display: block;
	border:0 none;
	padding: 5px 2px;
	background:#F1F1F1 url(/images/template/gloss-top.gif) repeat-x scroll left top;
	border:1px solid #dadada;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div.photo a:hover {
	background-color: #fdfcf0;
	border:1px solid #dadada; 
}
div.photo a img {
	border:1px solid #999999;
}
