/* CSS Document */

body {

	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	background-color: #C7BC8F;
	font: "Times New Roman", Times, serif;
	/*letter-spacing: 1.5px;*/
}

A.bottom-links {
font: "Times New Roman", Times, serif;
font-size: 10px;
color: white;
text-decoration: none;
}
A.bottom-links:hover {
font-size: 10px;
color: #DCA515;
text-decoration: none;
}
.bottom-copy{
font: "Times New Roman", Times, serif;
font-size: 10px;
color: white;
}
h1 {
	color: #3d3d3d;
	font-size: 20px;
}
p {
	color: #3d3d3d;
	font-size: 12px;
	line-height: 20px;
}

ul li {
	color: #3d3d3d;
	font-size: 12px;
	line-height: 20px;
}

.floatright
{
float: right;
margin: 0 0 10px 20px;
padding: 2px;
 border: 1px solid #D6A51C;
}
.floatleft
{
float: left;
margin: 20px 20px 20px 0;
padding: 2px;
 border: 1px solid #D6A51C;
}

.photo
{
margin: 5px 5px 5px 5px;
padding: 2px;
 border: 1px solid #D6A51C;
}