@charset "utf-8";
body {
	background-color: #95754E;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
}
a:link {
	text-decoration: none;
	color:#333;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color: #333;
	}
a:visited:hover {
	text-decoration: none;
	color: #000000;
	}
.blackout {
	color: #000000;
	background-color: #000000;
}

body table {
	margin-left: 40px;
	}
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D9CCAF;
	padding: 25px;
	border: 1px groove #000000;
}
#header {
	width: 830px;
	margin: 20px auto 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.photoLeft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}


.indent_1 {
	margin-left: 80px;
}
.indent_2 {
	margin-left: 40px;
}
