html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin: 0px;
	background-attachment: fixed;
	background-position:0px 0px;
	background-image: url(../images/background_outer.jpg);
	background-repeat: repeat-x;
	background-color: #641110;
}
.inner {
	background-attachment: fixed;
	background-position:0px 0px;
	background-image: url(../images/background_inner.jpg);
	background-repeat: repeat-x;
	background-color: #eee6bf;
}
.border {
	border-bottom: 2px solid #000000;

}

.content, .content td {
	color: #58585A;
}

.content p {

}

table.list td {
	border-bottom: 2px solid #FFFFFF;
	padding-right: 10px;
}
