body {
	background-color: #e7c434;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	color: #000000;


}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
}
td {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
}
a:link.footer {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited.footer {

	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:hover.footer {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active.footer {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {

	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #004b95;
	text-decoration: none;
}
a:active {
	color: #004b95;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}

.photo {
	float: right;
	color:  white;
	margin: 5px 0px 5px 13px;
	z-index: 10;
}

p.text {
	margin: 0px 50px 12px 50px;
	text-align: justify;
}

#nav ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #9c452b;
	width: 100%;
	text-align: center;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a {
	padding: 5px 15px;
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	color: #f1dc84;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #893d27;
}
