body {
	background-color: #2C2419;
	font: 10px Verdana, Arial, sans-serif
}
#body {
	margin-top: 10px;
	width: 100%;
	color: #DEDECA
}
#menu {
	float: left;
	margin-right: 1%;
	width: 19%;
}
#content {
	float: right;
	font: 10px Verdana, Arial, sans-serif;
	width: 79%
}
.top {
	background: #443520;
	color: #F0CD87;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top:1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin: 0
}
.bottom {
	background-color: #F0CD87;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: #BCBCBC 1px solid;
	border-left: #BCBCBC 1px solid;
	border-right: #BCBCBC 1px solid;
	border-bottom: #BCBCBC 1px solid;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px; 
	padding-bottom: 1px;
	margin-bottom: 10px
}
.header {
	background: #2C2419;
	color: #DFC89D;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: #BCBCBC 1px solid;
	border-left: #BCBCBC 1px solid;
	border-right: #BCBCBC 1px solid;
	border-bottom: #BCBCBC 1px solid;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	height: 150px;
}
a:link {color: #443520; text-decoration: none; }
a:active {color: #443520; text-decoration: none; }
a:visited {color: #443520; text-decoration: none; }
a:hover {color: #443520; text-decoration: none; }

.newsbox {
	border: 1px solid #BCBCBC;
	margin: 5px;
	padding: 5px;
	page-break-before: always;
}
/*To Float my images:  */
img.left {
	float: left;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 10px;
	padding-bottom: 0px
}
img.right {
	float: right;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 1px;
	padding-bottom: 0px
}
p.news {
	border: thin solid #000000;
}
a.bar {
	text-decoration: underline;
}
.scroll {
	border: thin solid #000000;
	background-image: url(images/76.jpg);
	background-repeat: repeat;
	margin-bottom: 5px;
}