@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #9C1A31;
}
#wrap {
	height: auto;
	width: 850px;
	background-image: url(../_img/content_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 50%;
	position: absolute;
	left: -425px;
}
#content {
	background-image: url(../_img/content_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 850px;
}
#bottom {
	clear: both;
	height: 25px;
	width: 850px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	float: left;
	height: auto;
	width: 400px;
}
#context {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	height: auto;
	width: 450px;
	margin-left: 75px;
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
}
#rightbar {
	text-align: right;
	float: right;
	height: auto;
	width: 235px;
	margin-top: 10px;
	margin-right: 75px;
}
p {
	clear: left;
}
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
}
h2 {
	font-size: 16px;
	color: #9C1A31;
	text-align: center;
}
#contextform {
	text-align: left;
	margin-left: 75px;
}
#wrap #content #contextform form {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photocontent {
	background-image: url(../_img/content_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 850px;
}
#photofooter {
	font-size: 12px;
	text-align: center;
	clear: both;
}
#rightbar .form {
	width: 100%;
	padding: 10px;
	border: thin solid #333333;
	background-color: #CCCCCC;
}
#rightbar fieldset {
	border: thin solid #666666;
	padding: 5px;
	background-color: #CCCCCC;
	text-align: left;
	width: 90%;
	margin-left: 8px;
}
#to {
	display: none;
}
