/* CSS Document */
#wrapper {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	padding: 19px;
}/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #AF5067;
}
#leftBar {
	float: left;
	width: 200px;
	padding-left: 50px;
	padding-top: 20px;
}
#content {
	width: 580px;
	float: left;
	margin-left: 10px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(images/footerBorder.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 5px;
	color: #998682;
	text-transform: uppercase;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	color: #998682;
}
#footer a:hover {
	text-decoration: underline;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #AF5067;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #998682;
	padding: 3px;
}

.imageRightBordered{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #998682;
	padding: 3px;
}


#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 75px;
	text-align: right;
	padding-top: 25px;
	font-weight: bold;
	color: 917D72;
	font-size: 13px;
	line-height: 1.4em;
	padding-right: 30px;
}
.red {
	color: #AF5067;
	font-size: 14px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A5A57;
}
#leftBar a {
	color: #917D72;
	text-align: left;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
}
#leftBar a:hover {
	color: #AF5067;
	text-decoration: underline;
	font-weight: bold;
}
.phototable tr td {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	padding-bottom: 20px;
}
.phototable tr td img{
	border: 2px solid #998682;
	padding: 3px;
}
h2 {
	font-size: 14px;
}
.required {
	font-weight: bold;
	color: #F00;
}

