@charset "utf-8";
/* CSS Document */

.content {
	background-image: url(../images/content_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	height: auto;
	margin: 5px;
	position: relative;
	vertical-align: top;
	padding: 10px;
	text-align: left;
}
.devider_border {
	background-image: url(../images/vert-rule.jpg);
	background-repeat: repeat-y;
}
.General_Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.General_Text_Italics {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}

.Photo {
	border: medium solid #CE6931;
	margin: 5px;
}
