body {
	background: url(../images/birds.png) no-repeat fixed bottom center;
	background-color: #c19771;
	margin: 0px;
	padding: 0px;
	font-family: "Goudy Old Style", Baskerville, Garamond;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align:justify;
}

p {
	margin: 30px 0 30px 0;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
}

.clear {
	clear: both;
}

.bold {
	font-size: 16px;
	font-weight: bold;
}

#holder {
	width: 560px;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
}

#holder_content {
	width: 560px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.small_box {
	width: 320px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center;
}

#nav_holder {
	width: 488px;
	height: 28px;
	margin: 0px auto;
	padding: 0px;
}

#nav_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav_bottom li {
	display: inline;
}

#nav_bottom li a {
	display: block;
	width: auto;
	height: 18px;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	float: left;
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#nav_bottom li a:hover {
	text-decoration: none;
}
