@charset "utf-8";
/* CSS Document */

/*FIXES*/
.galleria_container {
	position:relative;
}


/*COUNTER####################################################*/

.dcountstyle{ /*Example CSS to style count up output*/

}

.dcountstyle sup{ /*Example CSS to style count up output*/
font-size: 0.6em;
}

/*BODY########################################################*/

* {
	margin:0;
	padding:0;
}

html {
	font-size:62.5%;
}

body {
	background-color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
}



h1, h2, h3, h4, h5 {
	border-bottom:1px solid black;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
}

p {
	margin:10px 0 0 0;
}

div#container {
	width:755px;
	background-color:#EFEFEF;
}

table#outerTable {
	width:100%;
	background-color:#e8e8e8;
}

td#leftEdge {
	width:50%;
	background:url(leftBG.gif) repeat-y right;
	
}

td#rightEdge {
	width:50%;
	background:url(rightBG.gif) repeat-y left;
}

td#centerColumn {
	width:755px;
}

div#header {

}

div#content {
	border:1px solid #999;
}

div#cpcontainer {
	background-color:#C65E00;
	color:#FFF;
	padding: 5px;
	text-align:center;
	font-weight:bold;
}

div#navbar {
	background-color:#333;
}

ul#navbarUl {
	padding:10px 0 10px 10px;
}

#navbarUl li {
	display:inline;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navbarUl a {
	color:#FFF;
	padding:10px 12px 10px 12px;
}

#navbarUl a:hover {
	background-color:#666;
}

div#mainContent {
	position:relative;
	margin:10px 10px 30px 10px;
	padding:10px;
	background-color:#fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

div.photoCaption {
	margin-top:5px;
}

div.documentDescription {
	clear:left;
}

.documentDescription p {
	float:left;
	position:relative;
}

.documentDescription img {
	position:relative;
}

img.documentIcon {
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
	border:0;
}

#donationButton {
	text-align:center;
}

#contacts p {
	margin-left: 33px;
}

div#footer {
	width:100%;
	height:100%;
	color:#CCC;
	font-size:0.85em;
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

table#footerTable {
	margin:0 auto 0 auto;
}


.galleria{list-style:none;width:200px}
.galleria li{display:block;width:30px;height:30px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.galleria_container {
	margin-top:15px;
	width: 500px;
	height:500px;
	float:right;
}

/*MP3 player on front page*/

#audioplayer_1 {
	margin-top:10px;
}