/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #d3c6c0;
	color: #222;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	padding: 2% 0;
}

a {color: #875545;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #000; padding: 8px 0 2px;}

h1 {font: 2.4em Verdana, Arial, Helvetica, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-style: normal;f;line-height: normal; ont-variant: normal; }
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
fon;	line-height: normal;
	t-variant: normal;
	padding-left: 12pt;
}
h4 { color: #eab649; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: normal; t-variant: normal; }
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p { color: #2a2001; font-family: Verdana; padding: 2px 0 10px; }
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper { background-image: url(img/wrapper.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; margin: 0 auto; width: 750px; }
#container { border-top: 0 solid #332; font-size: 1.3em; line-height: 1.3em; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 auto; width: 750px; }

/* header */
.header { background-image: url(img/header.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; height: 200px; border-top-style: solid; border-top-width: 0; }

/* navigation */
.navigation { background-image: url(img/nav.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 center; height: 31px; border-top-style: none; border-top-width: 0; }
.navigation a {
	background: #fff url(img/nav.gif) repeat-x 0 center;
	border-right: 1px dashed #a54d22;
	color: #ffd965;
	float: left;
	font: bold 1em/30px Tahoma, sans-serif;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active { background-position: left center; color: #ffad00; background-image: url(img%5cnavback.gif); text-decoration: none; }

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}
.main { background-color: #FFFFFF; background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
.News { font-size: 12px; font-family: Verdana; background-color: white; margin-right: 12pt; margin-left: 12pt; border-top: 1pt none #9da6a2; border-bottom: 1pt dashed #97a196; }
.News line { font-size: 12px; font-family: Verdana; background-color: white; margin-right: 12pt; margin-left: 12pt; }
/* bottom */
.bottom {
	background: #934d2a url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #aa8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #d3c6c0;
	color: #eed;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
	list-style-type: none;

}
ul.blockdown {
	font-family: "Arial Rounded MT Bold";
	background-color: #ffd965;
	text-align: center;
	margin: 4px 0;
	padding: 0;
	width: 90%;
	list-style-type: none;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em { color: #1a1a1a; font-size: 0.9em; font-style: normal; }
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span { color: #292929; font-weight: bold; }
.block li a:hover {
	background: #eab649;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

