body {
	background:#e0d5b1;
	margin:0;
	font-size:small;
}

p {
	margin:5px 0;
	padding:5px 0;
	text-align:left;
}

#content {
	background:#e0d5b1 url(images/logo-background.jpg) no-repeat;
	padding:130px 15px 20px 23px;
	font:100%/140% Georgia, Times, serif;
}

#footer {
	font:10px Verdana, Arial;
	padding:15px 23px;
	color:#998758;
	text-align:left;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
