body {
	margin: 0px;
	background-color: #B8A175;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-y;
	font-family: Tahoma, 'sans-serif';
	font-size: 8pt;
	color: #0A0806;
	line-height: 20px;
	text-align: justify;
}

div.top {
	width: 100%;
	height: 350px;
	background-image: url('/images/topbg.jpg');
}

div.subbg {
	width: 100%;
	height: 120px;
	position: absolute;
	top: 245px;
	background-image: url('/images/subbg.jpg');
	background-repeat: repeat-x;
}

div.sidebar {
	margin-left: 25px;
	padding: 10px;
	width: 230px;
	height: 500px;
	position: absolute;
	top: 245px;
	background-color: #393020;
	color: #CDB892;
}

div.menu {
	left: 275px;
	top: 245px;
	width: 600px;
	height: 130px;
	position: absolute;
	background-image: url('/images/menubg.jpg');
}

div.menu img {
	margin: 0px;
}

div.content {
	left: 290px;
	top: 390px;
	width: 570px;
	position: absolute;
}

.title {
	font-family: Arial, 'serif';
	font-size: 24pt;
	color: #393020;
	text-align: right;
	width: 570px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

.sbtitle {
	font-family: Arial, 'serif';
	font-size: 18pt;
	font-weight: bold;
	color: #594B32;
	margin-top: 25px;
	text-align: center;
	letter-spacing: 2px;
}

.titleimg {
	position: absolute;
	top: 400px;
	left: 875px;
}

#reply {
	background-color: #BAA276;
	padding: 10px;
}