.style1 {color: #204D4A}
.style2 {color: #204D4A; font-weight: bold; }
/* default elements */
* {margin: 0; padding: 0;}

body {

	background: #3A2C29 url(img/bg.jpg);
	color: #000000;
	font: normal 62.5% sans-serif;
	padding: 2% 0;

}

td,th {
	color: #000000;
	
}

a {
	color: #618080;
	/*background-color: #FFFFFF;*/
}
a:hover {
	color: #618080;
	/*background-color: #ECE9D8;*/
}

big {font-size: 1.1em;}

h1,h2,h3 {color: #204D4A; padding: 8px 0 2px;}

h1 {font: normal 2.4em sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.2em sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 920px;
	background-color: #6F8181;
	/*background-image: url(img/wrapper.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	/*
	border-top-width: 10px;
	border-right-width: 12px;
	border-bottom-width: 15px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3B3AB;
	border-right-color: #B3B3AB;
	border-bottom-color: #B3B3AB;
	border-left-color: #B3B3AB;
	*/
}
#container {
	background: #F2F2E9;
	background: #6F8181 url(img/tile-side.jpg);
	font-size: 1.3em;
	line-height: 1.3em;
	width: 920px;
	margin: 0 Auto;
}

/* header */
.title {
	background: #E2DED4;
	/*border-top: 1px solid #996;*/
}
.title h1 {
	color: #441;
	font: normal 2.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	
	background: #6F8181 url(img/header.jpg) no-repeat center bottom;
	height: 141px;
}

.map {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3B3AB;
	border-right-color: #B3B3AB;
	border-bottom-color: #B3B3AB;
	border-left-color: #B3B3AB;
}

/* navigation */
.navigation {
	background: #7A8C8C url(img/nav.gif) repeat-x; height: 28px;
	border-bottom: 1px solid #526161;
}
.navigation a {
	background: #7A8C8C url(img/nav.gif) repeat-x;
	border-right: 1px solid #618080;
	color: #FFFFFF;
	float: left;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 21px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover/*,.navigation a#active*/ {background-position: left bottom; color: #FFFFFF;}

/* main */
/*.main#two-columns {background: #FFF url(img/two-columns.jpg) repeat-y;}*/

/* bottom */
.bottom {
	/*border-top: 1px solid #FFFFFF;*/
	border-bottom: 1px solid #B3B3AB;
	color: #000000;
	padding: 14px 20px;
	background-color: #D4D4CB;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #FFFFFF;
	color: #003333;
	padding: 10px;
}
.footer .left {width: 62%;}
.footer .right {
	width: 30%;
	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: 70%;
}
.col2 .right .content {}
.col2 .right {
	width: 30%;
}
.content {padding: 18px 20px;}
.left {
	float: left;
	background-color: #E3E3DA;
}
.left2 {
	float: left;
}
.right {float: right;}
.right .content {padding: 20px 28px 28px;}

/* block list */
ul.block {
	/*border-top: 1px solid #BCBAAC;*/
	margin: 4px 0;
	padding: 0;
	width: 100%;
}
.block li {
	border-bottom: 1px solid #738787;
	list-style: none;
}
.block li a,.block li em {
	color: #FFFFFF;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	background: #7B9191;
	/*border-bottom: 1px solid #618080;*/
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #9CB7B7;
	color: #FFFFFF;
}

.right .block,.right .block li {border-color: #618080;}
.right .block li a:hover {background: #9CB7B7;}

.copyright {
	margin: 0 auto;
	width: 900px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
