/* CSS Document */

body {
	background-image:url(images/pbag4.jpg);
	background-repeat:repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.photo-left, .photo-right, .photo {
	text-align:center;
	font-size: x-small;
	font-weight: normal;
}

.photo-left {
	float:left;
	margin: 10px 20px 10px 0;
}

.photo-right {
	float:right;
	margin: 10px 0 10px 20px;
}

h1 {
	font-size: 20px;
	text-align: center;
	color: #533800;
	background-color: inherit;
	text-transform: uppercase;
	padding-top: 30px;
}
img.right {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
dt {
	font-size: larger;
	text-decoration: underline;
	padding-bottom: 10px;
	color: #533800;
}
dd {
	padding-bottom: 30px;
}
