﻿a {
	color: #6A4A53;
	text-decoration: underline;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#topBar {
	background-color: #8E713C;
	width: auto;
	height: 5px;
}
#head {
	width: auto;
	height: 82px;
	background-color: #6A4A53;
	background-image: url('../images/fade.jpg');
	background-repeat: no-repeat;
	background-position: 950px;
}
#menu {
	width: auto;
	height: 40px;
	background-image: url('../images/menu-bkg.jpg');
	background-repeat: repeat-x;
}
#main {
	width: 736px;
	float: left;
	background-image: url('../images/margin-left1.jpg');
	background-repeat: no-repeat;
}
#pagePhotos {
	width: 200px;
	height: 296px;
	float: left;
}
#contentArea {
	width: 644px;
	float: left;
	padding-left: 62px;
	padding-right: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
}
#clear {
	clear: both;
}
#footer {
	width: auto;
	height: 20px;
	background-image: url('../images/footer-bkg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 640px;
}
#bottomBkg {
	width: auto;
	height: 260px;
	background-image: url('../images/footer-fade.jpg');
	background-repeat: repeat-x;
}
#sideBar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F2F1F1;
	border: 1px dotted #6A4A53;
	padding: 4px;
}
#subMenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F2F1F1;
	border: 1px dotted #6A4A53;
	padding: 4px;
	text-align: right;
}
.imageBorder {
	border: 1px dotted #6A4A53;
}

