/* For the PHOTO page only */

.albumsummary {
background: url("../album/img/albumborder.png") no-repeat;
display: block;
padding-bottom: 20px;
width: 690px;
height: 138px;
}

.albumheader{
height: 25px;
}


#content .albumheader  a {
    font-size: 120%;
	letter-spacing: -0.5px;
    font-weight: bold;
    color: white;
    text-decoration: none;
	padding-left: 5px;
	border-bottom: none;
}

#content .albumimage {
float: left;
width: 160px;
padding: 5px 5px 5px 5px;
}

#content .albumimage a {
border-bottom: none;
}


.albumdescription {
float: right;
width: 500px;
height: 40%;

padding-top: 10px;

font-style: italic;
text-align: left;
}

.albumfoot {
float: right;
width: 490px;
height: 30%;
padding-right: 10px;

}

td.albumdate {
width: 403px;
height: 30%;
padding: 15px 0 4px 0;
font-size: smaller;
font-style: italic;
}


td.albummap {
width: 87px;
height: 30%;
background: url("../img/icons/map.png") no-repeat right bottom;
}

#content a.menumap {
display: block;
font-weight: bold;
border-bottom: none ;
font-size: 120%;
color: Red;
padding: 10px 40px 8px 0px;
}


