body {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #EBE3CE;
}
h1 {
	font-size: 13px;
	margin-bottom: 0px;
	color: #B3450E;
	padding: 0px;
	line-height: normal;
	margin-right: 10px;
	margin-left: 15px;
}
h2 {
	font-size: 13px;
	margin-bottom: 0px;
	color: #B3450E;
	padding: 0px;
	line-height: normal;
	margin-right: 10px;
	margin-left: 0px;
}
p {
	margin: 7px 10px 7px 15px;
	line-height: 18px;
}
a {
	color: #FAE071;
	font-weight: bold;
	text-decoration: none;
	border: 0px none;
}
img {
	border: none;
}
a:hover {
	color: #EBE3CE;
}
form {
	margin: 0px;
	padding: 0px;
}
