@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-color: #771C31;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
#container {
	width: 997px;
	margin-top: 0px;
	margin-left: 12px;
	position: relative;
}
.photos {
	position: absolute;
	right: 0px;
	z-index: 100;
}
#content {
	width: 777px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 45px;
}
.logo {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#nav {
	background-image: url(../images/wd-bg.jpg);
	width: 770px;
	height: 62px;
	position: relative;
}
.links {
	position: absolute;
	top: 19px;
	left: 145px;
}
#wrap {
	width: 777px;
	left: 40px;
	top: 50px;
	position: absolute;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
}
a.footer {
	color: #FFFFFF;
}
#left {
	float: left;
	width: 220px;
	padding-right: 20px;
	margin-left: 50px;
}
#right {
	float: left;
	width: 400px;
	padding-left: 10px;
}
#spacer {
	clear: both;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 24px;
}
.maroon {
	color: #771C31;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6E162A;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}
