/* default elements */
* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #000000;
}
body {
	color: #FFFFFF;
	padding: 2% 0;
	background-color: #E1E1E1;
	background-image: url(img/bg.jpg);
	font-family: "Lucida Sans Unicode";
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a {
	color: #000000;
}
a:hover {
	color: #999999;
}
big {
	font-size: 1.1em;
}
h1, h2, h3 {
	color: #000000;
	padding: 8px 0 2px;
}
h1 {
	font: normal 1.8em "Lucida Sans Unicode";
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font: normal 1.6em "Lucida Sans Unicode";
}
h3 {
	font: bold 1.2em "Lucida Sans Unicode";
}
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode";
	padding-left: 26px
}
form, table {
	margin-bottom: 1.2em;
}
img {
	border: none;
}
label {
	display: block;
}
li {
	line-height: 1.5em;
}
p {
	padding-top: 0px;
	padding-right: 1;
	padding-bottom: 10px;
	padding-left: 0;
}
small, .small {
	font: normal 0.9em "Lucida Sans Unicode";
}
ul {
	padding: 0 2em 1.2em;
}
/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	border-top: 6px solid #332;
	font-size: 13px;
	line-height: 1.3em;
	width: 750px;
	background-color: #DCDAC9;
	color: #000000;
	font-family: "Lucida Sans Unicode";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* header */
.title {
	background-color: #DCDAC9;
}
.title h1 {
	color: #000000;
	font: 14px;
	padding: 10px 0 10px 18px;
}
.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
	color: #000000;
}
/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x;
	height: 41px;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-style: normal;
	color: #000000;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navigation a {
	color: #000000;
	float: left;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Sans Unicode";
	background-color: #E2E2E2;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	clear: none;
	font-size: 13px;
	font-weight: normal;
}
.navigation a:hover, .navigation a#active {
	background-position: left bottom;
	color: #000000;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 13px;
	font-weight: normal;
	background-color: #CCCCCC;
}
/* main */
.main#two-columns {
	background: #FFF url(img/two-columns.gif) repeat-y;
}
/* bottom */
.bottom {
	color: #000000;
	padding: 14px 20px;
	background-color: #DCDAC9;
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottom .left, .bottom .right {
	width: 49%;
}
/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {
	width: 66%;
	color: #CCCCCC;
}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	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 {
	background: #FFF;
}
.col2 .right {
	width: 29%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode";
}
.content {
	padding: 18px 20px;
}
.left {
	float: left;
}
.right {
	float: right;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
.right .content {
	padding: 18px 12px 12px;
}
/* block list */
ul.block {
	margin: 4px 0;
	padding: 0;
	width: 90%;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a, .block li em {
	color: #000000;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
	font-family: "Lucida Sans Unicode";
}
.block li a span {
	font-weight: bold;
}
.block li a:hover {
	color: #000000;
	background-color: #D9D9D9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right .block, .right .block li {
	border-color: #DCDACC;
}
.right .block li a:hover {
	background-color: #E5E5E5;
}

