body {
	font-family: sans-serif;
	background-color: #bcaf9e;
	margin: 0;
	padding: 0;
	background-color: #bcaf9e;
}

div#root {
	width: 1024px;
	height: 1200px;
}

div#topline {
	background-color: #eae3d9;
	width: 1024px;
	height: 0px;
}

div#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 395px;
	padding-top: 1px;
}

div#header div#left {
	width: 100px;
	height: 300px;
	float: left;
	margin: 0 0 0 1px;
}

div#header div#left div#top_left {
	background: rgba(255, 255, 255, 0.4);
	width: 100px;
	height: 100px;
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#header div#left div#top_left:hover {
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#header div#left div#middle_left {
	background: rgba(255, 255, 255, 0.3);
	width: 100px;
	height: 199px;
	margin-top: 1px;
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#header div#left div#middle_left:hover {
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#header div#right {
	background: rgba(255, 255, 255, 0.1);
	width: 200px;
	height: 300px;
	margin: 0 0 0 102px;
	background-image: url(../img/emblem.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#header div#bottom {
	background: rgba(255, 255, 255, 0.2);
	width: 301px;
	height: 93px;
	margin: 1px 0 0 1px;
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#header div#bottom:hover {
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#middle {
	background-color: #786d62;
	width: 100%;
	height: 600px;
}

div#middle div#navigation {
	float: left;
	background-color: #3d3732;
	padding: 0 20px 0 20px;
	width: 262px;
	height: 100%;
	color: #bcaf9e;
}

div#middle div#navigation div#nav_header {
	margin: 20px 0 0 0;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.5em;
}

div#middle div#navigation div.nav_item {
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #bcaf9e;
}

div#middle div#navigation div.nav_item:hover {
	cursor: pointer;
}

div#middle div#navigation div.nav_item img {
	float: left;
	padding-right: 20px;
}

div#middle div#navigation div.nav_item div.nav_title {
	font-weight: bold;
	font-size: 1.08em;
	padding-bottom: 4px;
}

div#middle div#navigation div.nav_item div.nav_desc {
	font-style: italic;
	font-size: 0.96em;
	color: #96866e;
}

div#middle div#content_header {
	text-align: center;
	padding-top: 4px;
	width: 100%;
	height: 38px;
	color: #bcaf9e;
	background-color: #5a4a3d;
	font-size: 1.6em;
}

div#middle div#content {
	width: 682px;
	height: 498px;
	margin-left: 302px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

div#content_categories {
	display: none;
	border: 1px solid red;
}

div.block_1col {
	font-size:1.08em;
	color:#3d3732;
	background-color: #bcaf9e;
	width: 602px;
	/*border-radius: 12px;*/
	padding: 20px;
}

div.block_1col a, div.block_2col a {
	color: #5a4a3d;
}

div.block_1col div.date {
	font-style: italic;
	font-size: 1.02em;
}

div.block_1col div.event {
	margin: 4px 0 30px 12px;
}

div.block_1col ul {
	list-style-type: square;
}

div.block_1col ul li {
	font-size: 1.02em;
	padding: 0 0 16px 0;
}

div#footer {
	position:relative;
	background-color: #5a4a3d;
	width: 1024px;
	height: 24px;
}

div#footer div#statcounter {
	position:absolute;
	top:6px;
	right:35px;
}

/*
div#content>.mCustomScrollBox>.mCSB_scrollTools{
	height:94%;
	top:3%;
}
div#content .mCSB_scrollTools .mCSB_draggerRail{
	width:0;
	border-right:1px solid #3d3732;
}
div#content .mCSB_scrollTools .mCSB_dragger{
	height:11px;
}
div#content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	background:#d6c7b4;
}
*/