/* CSS Document */

body {
	background-image:url(Images/Background_1.jpg);
	background-repeat: repeat-x;
	background-color: #4A2500;
	font-size: 14px;
	text-align: center;
	color:#FFFF99;
	margin-right: auto;
	margin-left: auto;
	}
		
.main_table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #ecae20;
	border-width: medium;
	background-color: #4A2500;
	color: #ffff99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 770px;
}

.main_table td{
	margin: 10px;}

.main_table2 {
	border-style: solid;
	border-color: #ecae20;
	border-width: medium;
	background-color: #ffffff;
	color: #4A2500;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 770px;
}
.nav td table tr td{
	width: 150px;
}

.nav td table{
	padding: 0 0 5px 0;
	border-bottom: solid;
	border-bottom-color: #ecae20;
}
	

.nav a {
	text-decoration:none;
	color: #ffff99;
	font-size: 14px;
	font-weight: bold;
	}

.nav2 td table tr td{
	width: 150px;
}

.nav2 td table{
	padding: 0 0 5px 0;
	border-bottom: solid;
	border-bottom-color: #ecae20;
}
	

.nav2 a {
	text-decoration:none;
	color: #4a2500;
	font-size: 14px;
	font-weight: bold;
	}
	
.content {
	margin: 15px 15px 15px 15px;
	text-align: left;}

.photos {
	margin: 5px 15px 15px 15px;
	text-align:center;
	}
	
.photos img{
	padding: 0px 0px 0px 0px;}

.content td{
	width: 100%;
	padding: 5px;}
	
.content .flt_right{
	float:right;
	margin: 5px;
	padding-left: 10px;}
	
.content .flt_left{
	float: left;
	margin: 5px;
	padding-right: 10px;}