html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
#topbg {
	width: 100%;
	height: 322px;
	background-image: url(../images/topbg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin: -270px auto 0;
	text-align: left;
	position: relative;
}
#header {
	position: relative;
	height: 268px;
	background-image: url(../images/headerbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#menu {
	position: relative;
	height: 34px;
	padding: 0 0 0 20px;
	background-image: url(../images/menubg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#menu ul {
	padding: 0;
	margin: 0;
	}
#menu li {
	float: left;
	list-style-type: none;	
}
#menu li a {
	padding: 3px 17px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #260F09;
	text-decoration: none;	
}
#contentcontainer {
	position: relative;
	padding: 0px 25px 0px;
	background-image: url(../images/contentbg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 167px;
	color: #C2960F;
	padding: 35px 0 0 3px;
	background-image: url(../images/lefttop.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
}
#left a {
	color: #C2960F;
}
#content {
	width: 680px;
	float: right;
}
#footer {
	width: 900px;
	height: 25px;
	margin: 0px auto;
	position: relative;
	background-image: url(../images/footerbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#footermenu {
	width: 850px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	color: #343434;
	font-size: 14px;
}
#footermenu a {
	color: #343434;
	text-decoration: underline;
}
h1 {
	color: #6B0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding: 0 0 10px;
}
#drightcol {
	width: 450px;
	margin: 0 0 0 20px;
}
