@charset "utf-8";
body {
	background-color: #003333;
}
#header {
	padding: 10px 0 0 0;
}
#header h1 {
	display: none;
}
#nav {
	padding: 0 5px 0 10px;
	float: left;
	width: 135px;
	margin: 25px 0 0 0;
}

#contents {
	margin: 25px 25px 0px 150px;
	padding: 0 0 20px 20px;
	border-left: dotted 2px #033;
	border-top: dotted 2px #033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contents h1 {
	color: #660000;
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	font-size: 200%;
}
#contents h2 {
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	color: #660000;
	font-size: 150%;
}
#contents h3 {
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	color: #660000;
	font-size: 125%;
}
#container {
	background-color: #FFFFEE;
	background-image: url(images/brown2white_bg.jpg);
	background-repeat: repeat-x;
}
.pale {
	color: #DFC797;
}
.question {
	font-weight: bold;
	color: #660000;
}
.photo_right {
	float: right;
	margin-left: 10px;
}
.photo_left {
	float: left;
	margin-right: 10px;
}
.indent {
	padding:0 0 0 50px;
}
.outdent-paragraph {
	text-indent: -100px;
	margin-left: 100px;
}
.button a{
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
}
.button a:link, .button a:visited {
	background-color: #C96;
	border-top: 2px solid #FC3;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #FC3;
}
.button a:hover, .button a:active {
	background-color: #960;
	border-top: 2px solid #666;
	border-right: 2px solid #FC3;
	border-bottom: 2px solid #FC3;
	border-left: 2px solid #666;
	color: #FFC;

}


