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

#outerWrapper {
	text-align: left;
	width: 800px;
	height:auto !important;
  	margin: 0 auto 0 auto; 
	background-color: transparent;
	background-image: url(../../images/page_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#outerWrapper #header {
  position:relative;
  background: transparent url(../../images/page_header.jpg) no-repeat top center; 
  height: 116px;
  margin: 0 auto 0 auto; 
  padding: 0;
  width: 800px;
}

#header h1  {
	display: block;
	width: 800px;
	height: 245px;
	margin: 0;
	padding: 0;
	height: 100%;
}

#header h1 a span {
	display: none;
}


#outerWrapper #topNavigation {
	height: 246px;
	position:relative;
	background-color: transparent;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.logo {
	position:absolute;
	top: 23px;
	left: 23px;
	width: 300px;
	height: 80px;
}

#outerWrapper #contentWrapper {
	margin: 0 auto 0 auto;
	width: 800px;	
	background: transparent url(../../images/page_back.gif) repeat-y top center; 
	overflow: hidden;
}
#outerWrapper #contentWrapper #content {
	background: transparent;
	width: 700px;
	min-height:500px;	
	height:auto !important;
	text-align:center;
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 15px;
}
#content h1
{
	display: block;
	font-family: georgia, serif;
	font-size: 31px;
	font-weight: bold;
	color: #6e7e9d;
	line-height: 31px;
	padding-bottom: 20px;
}
#content h1 {margin-top: 8px;}
html>body #content h1 {margin-top: 25px;} 

#content h2 a span {
	display: none;
}

.content_text {
	text-align: justify;
	padding: 20px;
	background-color: transparent;
}

#bottom {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	background-color: transparent;
	text-align: center;
	padding-top: 20;
	padding-bottom: 30px;

}
#bottom a {
	color: #999;
	text-decoration: text-decoration: underline;
	font-weight: normal;
}
#bottom a:hover {
	text-decoration: none;
}

#footer {
	height: 45px;
	width: 800px;
	text-align: center;
	font-weight: bold;
	background: transparent url(../../images/page_footer.gif) no-repeat bottom center;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.clear {
	background: transparent;
	position: relative ;
	display: block ;
	clear: both ;
	overflow: hidden ;
	height: 1px ;
}
.br {
	background: transparent;
	position: relative ;
	display: block ;
	clear: both ;
	overflow: hidden ;
	height: 20px ;
}
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.alphabg {
opacity: .9;
filter: alpha(opacity=90);
background: #b1c1ca;
}

/*gallery*/
.gallery{
	padding:0 0 20px 0;
	margin:0;
	float:left;
}
.gallery li{
	list-style:none;
	padding:0;
	margin-left:12px;
	margin-bottom:12px;
	display:inline;
	float:left;
}
.gallery li.row{
	margin-left:0px;
}
.gallery li a{
	padding:2px;
	float:left;
	display:block;
	border:1px solid #c8c9be;
}
.gallery li a:hover{
	border:1px solid #404138;
}

.gallery li a img{
	float:left;
}
/*navigation*/

.navi{
	padding:0!important;
	margin: 0 0 -30px 0!important; 
	float:right;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.navi li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
.navi li a{
	border-right:1px solid #c8c9be;	
	float:left;
	padding:0px 10px;
}
.navi li.last a{
	border-right:none;	
}
