* { margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	background: url(/images/background.gif);
}
a { color: #E0B53D;	}
a:hover { color: #FBBA04; }

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h1, h2, h3 { padding: 10px 0 5px 0; }
p { text-align: justify; margin-bottom: 10px; line-height: 16px; }
li { list-style: none; }

#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
	width: 640px !important;
	width /**/: 740px;
	background: url(/images/container.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #BBB5A2;
}

#intro {
	width: 460px;
}
#header {
	width: 670px;
	height: 150px;
	color: #D07B02;
}
#header h1 {
	padding-top: 38px;
	padding-left: 16px;
	font-size: 30px;
	text-shadow: #C06B02 3px 3px 3px;
}
#header div { padding-left: 16px; }
#thumb { position: absolute; top: 10px; left: 600px; width: 90px; height: 135px; }

#content {
	width: 408px;
	padding: 30px;
	padding-bottom: 0;
	background: url(/images/content.gif) repeat-y;
	color: #BDC1BC;
	margin-right: -177px;
	float: left;
}
#content h3 { color: #E0B53D; }
#content_header {
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(/images/intro.gif) no-repeat;
	font-variant: small-caps;
	color: #FFFFFF;
}
#content_header { margin-bottom: 10px; }
#content_block { margin-bottom: 30px; }
#content_header h2, #content_block h3 { width: 369px; height: 25px; }

#content_bottom {
	margin: 0 -30px; 
	padding: 40px 30px 10px 30px;
	height: 20px !important;
	height /**/: 70px;
	background: #000000 url(/images/footer.gif) no-repeat;
}
#content_bottom a{
	color: #FFFFFF;
}

#footer { clear: both; padding: 40px 30px 10px 30px; }

#sidebar {
	width: 177px;
	float: right;
	color: #C13003;
}

.section {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
	background: url(/images/section.gif) no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 0;
	font-family: Palatino, Times, serif;
	font-variant: small-caps;
	text-align: left;	
}
.section a { text-decoration: none; color: #FFFFFF; }
h3.section { padding: 13px 0 0 13px; }


#sidebar ul {
	width: 150px;
	list-style-type: none;
}
#sidebar ul li {
	width: 150px;
	padding: 5px 0 5px 25px;
	display: block;
	border-bottom: 1px solid #311D00;
}
#sidebar ul li a{
	display: block;
	font-weight: bold;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}
#sidebar ul li a:hover{
	color: #FAA123;
}
#sidebar ul li a.c {
	color: #C13003;
	display: inline;
	font-weight: bold;
}
#sidebar ul li a.c:hover {
	color: #C13003;
	text-decoration: underline;
}


div.entry { width: 320px; margin: 5px; }
div.name { width: 140px; padding: 5px 10px; margin-right: -160px; float: left; }
div.type { width: 140px; padding: 5px 10px; float: right; text-align: right; }
div.type span.date { font-size: 0.6em }
div.desc { width: 280px; padding: 5px 20px; clear: both; text-align: justify; }
img#progressbar { width: 140px; }
img#map { width: 400px }

.fieldWithErrors .input { background-color: red; display: table; padding: 2px; }
.errorExplanation {
	margin: 25px;
	color: #000000;
	border: 1px solid #cccbba;
	padding: 4px;
	background: #f0f0f0;
}
.errorExplanation h2 { display: none; }
.errorExplanation ul {
	margin: 0;
	padding: 0 0 0 24px;
	list-style-type: none;
	font-size: 85%;
}
.errorExplanation li {
	margin: 0;
	color: #FF2222;
}
.errorExplanation li + li {
	margin-top: 1em;
}
.errorExplanation li p {
	margin: 0;
}
