html, body {
	background-color: #000000;
	margin: 0px;
	text-align: center;
	height: 100%;

}
#container {
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-y;
}
#leftside {
	float: left;
	height: 470px;
	width: 75px;
}
#rightside {
	float: left;
	height: 470px;
	width: 95px;
}
.content {
	width: 580px;
	float: left;


}
#top {
	height: 66px;
	width: 750px;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 120%;
	color: #990000;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C8BBA4;
	margin-bottom: 0px;


}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #000000;



}
.subcontent {
	padding: 0px 15px 15px;
	background-color: #EBDECB;


}
a {
	color: #990000;
	text-decoration: none;
}
.padding20 {
	padding-left: 20px;
}
#menu {
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	height: 20px;

}
.textbold {
	font-weight: bold;
	color: #795B2F;
	text-decoration: underline;


}
.rightalign {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.imageborder {
	padding: 5px;
	border: 1px solid #A8A686;
	background-color: #F2EBDF;
}
