@CHARSET "UTF-8";

html,body {
	background: #88919a url(../images/bg.jpg) 0 0 repeat-x;
}

a:link, a:visited, a:hover, a:active {
	color: #db301c;
}

p {
	text-indent: 2em;
}

p.info, p.back, p.more {
	text-indent: inherit;
	font-size: 93%;
}

p.info {
	margin-top: -1em;
	color: #262d35;
}

#hd {
	float: left;
	width: 100%;
}

#hd h1 {
	background: #262d35;
	height: 190px;
	width: 950px;
	position: relative;
	margin: 0;
}

#hd h1 span {
	background: url(../images/hd.png) 0 0 no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#nav {
	background: #262d35 url(../images/nav.png) bottom left repeat-x;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/lk.jpg) top left no-repeat;
	border-bottom: 2px solid #a83022;
	font-size: 93%;
}

#nav a {
	float: left;
	display: block;
	width: .1em;
	background: url(../images/k.jpg) top right no-repeat;
	padding: 12px 20px 5px 8px;
	text-decoration: none;
	color: #eee;
	text-transform: uppercase;
	font-weight: bold;
	float: none;
	margin-right: 1px;
}

#nav a:hover {
	color: #fff;
}

#nav>ul a {
	width: auto;
}

#nav li:hover {
	background-position: left -59px;
	color: #fff;
}

#nav li:hover a {
	background-position: right -59px;
	color: #fff;
}

#nav li.active {
	background-position: left -59px;
	color: #fff;
	border-width: 0;
}

#nav li.active a {
	background-position: right -59px;
	color: #fff;
	padding-bottom: 7px;
}

#bd {
	background: #f0f0ee url(../images/bd.jpg) 0 0 repeat;
	clear: both;
}

#bd div.inner {
	padding: 10px 20px;
}

#bd div.layout_latest,#bd div.comment_default {
	border-bottom: 2px solid #262d35;
	float: right;
	width: 100%;
	margin-bottom: 1em;
}

#bd div.layout_latest+div.last,#bd div.comment_default+div.last {
	border-bottom: none;
}

#bd div.comment_default {
	padding: 1em 0;
}

span.mandatory {
	font-weight: bold;
	color: #ff0000;
}

textarea {
	width: 50em;
	height: 12.25em;
}

#ft {
	background: #262d35;
}

#ft div.inner {
	padding: 10px 20px;
}

#ft p {
	margin: 0;
	color: #db301c;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

.pagination li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.pagination {
	margin-top: 22px;
	padding-top: 4px;
	border-top: 1px solid #ece4d9;
	float: left;
	width: 100%;
}

.pagination p {
	width: 160px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	text-align: left;
}

.pagination ul {
	width: 240px;
	float: right;
	margin: 0px;
	padding: 0px 3px;
	text-align: right;
}

table.calendar {
	width: 100%;
}

table.calendar td {
	width: 14%;
	height: 72px;
	vertical-align: top;
}

table.image_gallery th, table.image_gallery td {
	border: 0;
}

div.image_container {
	float: left;
}
