* {
    margin: 0pt;
    padding: 0pt;
}

body {
	background: #462017;

	text-align: left;

	line-height: 15px;
    font-family: Tahoma;
    font-size: 11px;
    color: #222;
}

a {
	color: #8c4229;
}

a:hover {
	text-decoration: none;
}

#top {
	background: url('gfx/logo.jpg') no-repeat center #FFF;
	width: 100%;
	height: 41px;
	padding-top: 210px;
}

#menu {
	width: 970px;
	height: 40px;
	line-height: 40px;

	text-align: center;
	margin: auto;
}

#menu a {
	padding: 0px 5px;
}

#menu img {
	behavior: url('theme/default/iepngfix/iepngfix.php');
}

#main {
	background: url('gfx/bkg.jpg') no-repeat top #FAB442;
	width: 100%;
	padding: 1px 0px;
}

.title {
	line-height: 22px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #4d1602;
}

#content {
	width: 970px;
	height: 400px;
	padding: 15px 0px;
	margin: auto;
}

#content_left {
	behavior: url('theme/default/iepngfix/iepngfix.php');
	background: url('gfx/content_left.png') top no-repeat;
	width: 185px;
	padding-top: 15px;
	vertical-align: top;
}

#content_left .list {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #4d1602;

	text-decoration: none;
}

#content_left .list:hover {
	text-decoration: underline;
}

#content_left li {
	margin: 5px 0px 5px -18px;
	list-style: none;
	background: url('gfx/arrow.gif') 0px 2px no-repeat;
	padding-left: 15px;
}

#center_content {
	width: 570px;
	padding: 0px 15px;

	vertical-align: top;
}

#center_content li {
	margin-left: 15px;
}

#content_right {
	behavior: url('theme/default/iepngfix/iepngfix.php');
	background: url('gfx/content_right.png') top no-repeat;
	width: 185px;
	padding-top: 15px;

	text-align: center;
	vertical-align: top;
}

#date_text {
	margin: auto;

	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
}

#date_text2 {
	font-size: 20px;
	color: #4d1602;
	line-height: 20px;
}

#foot {
	background: url('gfx/foot.jpg') repeat-x;
	width: 100%;
	height: 65px;
	padding: 1px 0px;
}

#footer {
	background: url('gfx/footer.jpg') center no-repeat;
	width: 970px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #DDD;
	margin: auto;
	margin-top: 1px;
}

#footer a {
	color: #d2964d;
}

#footer a:hover {
	text-decoration: none;
}

/* CMS */
.img {
	border: 1px solid #999;
	padding: 2px;
}
