
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF9F0;
}
.bg-left {
	background-color: #FFF9F0;
	background-image: url(layout/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-color: #FFF9F0;
	background-image: url(layout/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-footer {
	background-image: url(layout/footer_bg.jpg);
	background-repeat: repeat-x;
}
.footer-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}
.feature-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer-links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.big-caps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF0000;
	line-height: normal;
	font-style: italic;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #013155;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #013155;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF0000;
}

.photo-border-blue {
	border: 2px solid #013155;
}
.photo-border-red {
	border: 2px solid #FF0000;
}