/* CSS Document */

#gallery-wrapper {
padding:15px;
}

.bam-wrapper{
	margin:10px 0;
	border:#425c53 solid 1px;
	padding:15px;
}
.bam-wrapper img {
width:200px;
height:200px;
float:left;
margin:5px 5px 5px 5px;
}

.bam-content {
padding-left:220px;
}
.bam-right-content{
padding-right:215px;
}
.bam-right-content h2 {
	padding-bottom:0px;
	color:#425c53;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 3px;
}
.bam-right-content p { margin-left:0px;}

.bam-right-wrapper a{
text-decoration:none;
color:#FFCC00;
}
.bam-content h2 {
	padding-bottom:0px;
	color:#425c53;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 3px;
}
.bam-content p { margin-left:0px;}

.bam-wrapper a{
text-decoration:none;
color:#FFCC00;

}
.bam-wrapper a:hover {
text-decoration:underline;
}
.latin{
	margin:0;
	font-style:italic;
	color: #425c53;
}
.right{
float:right !important;
}
