@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url('/img/background.jpg');
	background-repeat: repeat-x;
	/*text-align:center;*/
	
	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #150c06;
	text-align:left;	
}

table {
	text-align:left;	
}

.content {
	padding: 10px 30px 20px 30px;
}

	a:visited, a:link, a:active {
		color: #333;
		text-decoration:none;
	}
	a:hover{
	color: #753317;
	}

.footer {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.section_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight:bold;
	font-style:italic;
	padding-bottom: 10px;
}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-style:italic;
}

.photo_right {
	float:right;
	margin-left:20px;
	margin-bottom:8px;
}
.photo_left {
	float:left;
	margin-right:145px;
	margin-bottom:8px;
}