/* CSS Document */

body {
	text-align: left;
	margin: 20px 0 20px 0;
	background-position:top;
	background-color: #acb65f;
	background-repeat: no-repeat;
}
#nav {
	background-repeat: no-repeat;
	background-position: 304px;
}
#content {
	background-color: #EDD9C1;
	padding: 15px;
	background-image: url(images/backgroundimage.jpg);
	background-repeat: no-repeat;
	color: #7D624A;
	line-height: 1.5em;
	background-position:left 192px;

	
}
#bottombar {
	background-color: #220000;
	height: 18px;
	text-align: center;
}
#bottombar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px
}
#bottombar a {
	color:#FFFFFF;
	text-decoration:none;
}
#bottombar a:hover {
	text-decoration:underline;
}
#bottom {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}
input, textarea {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	word-spacing: 0.3em;
}
