body {
	background: #c8401d;
	background-image: url('../images/background-body-top.gif');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #f5dfd9;
	margin: 0;
	margin-bottom: 30px;
}

a {
	color: #f5dfd9;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	float: left;
	margin: 0;
	margin-top: 12px;
	padding: 0;
	height: 32px;
}

#menu li {
	display: inline;
	list-style: none;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	height: 20px;
	text-decoration: none;
	padding-left: 4px;
	padding-top:2px;
	margin-right: 6px;
}

#menu a span {
	padding-right: 8px;
	padding-bottom: 4px;
}

#menu a:hover {
	background: #8a7f58 url('../images/background-menu-a-current-left.gif') left top no-repeat;
}

#menu a:hover span {
	padding-top:2px;
	padding-right: 8px;
	height: 21px;
	background: url('../images/background-menu-a-current-right.gif') right top no-repeat;
}

#menu .current {
	background: #6e5e24 url('../images/background-menu-a-left.gif') left top no-repeat;
}

#menu .current span {
	padding-top:2px;
	padding-right: 8px;
	height: 21px;
	background: url('../images/background-menu-a-right.gif') right top no-repeat;

}

#menu a:active {
	outline: none;
}

#content {
	clear: both;
}

.separator {
	clear: both;
	margin: 0;
	height: 60px;
	background: url('../images/background-separator.gif');
}

.separator hr {
	display: none;
}

#archive{font-size:12px;height:20px;padding-left:4px;padding-top:4px;}