body, html {
	margin:0;
	padding:0;
	background-color: #577150;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
li {
	border: none;
	list-style-image: url(../images/bullet.gif);
}
#container, #footer {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer {
	margin-top: 40px;
	text-align: center;
}
#footer a {
	padding-right: 10px;
	padding-left: 10px;
	color: #EFF7DE;
	text-decoration: none;	
}
#footer a:hover{
	color: #333333;
	text-decoration: none;
}
#container {
	background-color: #C6BD9C;
	top: 30px;
}
#left_col {
	width: 222px;
	float: left;
	background-color: #C6BD9C;
}
#text {
	float: left;
	width: 350px;
	background-color: #EFF7DE;
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #384934;
	border-right-color: #384934;
	border-bottom-color: #384934;
	border-left-color: #384934;
}
#text p, h5 {
	padding-right: 20px;
	padding-left: 20px;
}
#text h5 {
	padding-top: 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #003300;
}
#text p {
	text-indent: 20px;
}
#text a {
	color: #003300;
	text-decoration: underline;	
}
#text a:hover{
	text-decoration: none;
}
.quote {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
/* dark green background-color: #384934;*/