@CHARSET "ISO-8859-1";
/*Colorscheme:
Text and links: 
Text background: #dfdfdf (light grey)
Navigation buttons: #c30606 (dark red)
Active link over: 
Inactive link background-color, footer: 
*/

/*Standard reset*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*End standard reset*/

html {

}

#homeEnterLinks {
	display: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

#wrapper {
	font-size: 14pt;
	width: 1200px;
}

* a {
	display: none;
}

/********************************/
		/* Header */        
/********************************/
#header {
	display: none
}
/********************************/
		/* End Header */        
/********************************/


/********************************/
		/* Main */        
/********************************/
#main {
	width: 1200px;
}
/********************************/
		/* End Main */        
/********************************/


/********************************/
		/* Center */        
/********************************/
#center {
}
/********************************/
		/* End Center */        
/********************************/


/********************************/
		/* Text */        
/********************************/
#textWrapper {
	color: #000;
	width: 1200px;
}


#textImg {

}

#text {
	width: 1200px;
}

#text h2 {
	display: none;
}

#text .scroll-pane {
	width: 1200px;
}

#text .scroll-pane h3 {
	color: #c30606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#text .scroll-pane p {

}

#text .scroll-pane p em {
	color: #c30606;
	font-style: italic;
	font-weight: bold;	
}

#text .scroll-pane div.title {
	color: #c30606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

#text .scroll-pane div.title blockquote {
	color: #c30606;
	font-style: italic;
	margin: 50px 10px 10px 0;
}

#text .scroll-pane div.title span.name {
	color: #000;
	font-style: italic;
}

#text .scroll-pane a, #text .scroll-pane a:visited {
	display: none;
}

#text .scroll-pane div.alignright {
	float: right;
}


#text .scroll-pane div.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#text .scroll-pane div.alignnone, #text .scroll-pane div.aligncenter {
	margin-bottom: 10px;
	text-align: center;
}

#text .scroll-pane img {
	text-align: center;
	padding: 5px 5px 2px 5px;
}

#text .scroll-pane div.wp-caption {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#text .scroll-pane p.wp-caption-text{
	text-align: center;
	font-size: 0.85em;
	font-style: italic;
	margin-bottom: 3px;
}

#text .scroll-pane ul, #text .scroll-pane ol {
	margin-bottom:10px;
}
	
#text .scroll-pane ul li, #text .scroll-pane ul li {
	padding-left: 0px;
	margin-left: 15px;
}

#text *:active {
  outline: none;
}

#text *:focus {
	-moz-outline-style: none;
}
/********************************/
		/* End Text */        
/********************************/


/********************************/
		/* Eyecatcher */        
/********************************/
#eyecatcher {
	display: none;
}
/********************************/
	/* End Eyecatcher */        
/********************************/


/********************************/
		/* Navigation */        
/********************************/
#navWrapper {
	display: none;
}
/********************************/
	  /* End Navigation */        
/********************************/


/********************************/
	  /* Added Links */        
/********************************/
#addedLinks {
	display: none;
}
/********************************/
	  /* End Added Links */        
/********************************/


/********************************/
	  /* Gallery */        
/********************************/
#fotoGallery {
	margin-top: 10px;
}

#fotoGallery img  {
/*	padding:1px;
	border: solid 1px #dfdfdf; */
}

#fotoGallery img:hover  {
/*	border: solid 1px #c30606; */
}

#fotoGallery img.noDisplayFoto {
	display: none;
}

#fotoGallery .fotoAlbum {
	float: left;
	margin-bottom: 5px;
}

#fotoGallery .clear {
	clear: both;
}


#fotoGallery .video  {
	float: left;
}
/********************************/
	  /* End Gallery */        
/********************************/


/********************************/
	  /* Footer */        
/********************************/
#footer {
	display: none;
}
/********************************/
	  /* End Footer */        
/********************************/