/* ************** CSS FOR CHRISTINA BOTZEL ******************* */

/* Body Formatting */

BODY {
padding:0;
margin:0;
background: #1D2F3F url("../graphics/backgroundtile.jpg");
background-repeat: repeat-y;
background-attachment: fixed;
background-position: center top;
}

.main2 {
	background: url("../graphics/backgroundtile.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bottom {
      background: url("../graphics/bottomnavs.jpg");
	background-repeat: no-repeat;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: times,"times new roman","times roman",serif;  
 font-size: 16pt; 
 line-height: 18pt;
 font-weight:bold;
 color: #cc9966;
 margin-left: 10px;
 margin-top: 20px;
 }

h2 { 
 font-family: times,"times new roman","times roman",serif;  
 font-size: 14pt; 
 line-height: 18pt;
 font-weight:bold;
 color: #cc9966;
 margin-left: 10px;
 margin-top: 20px;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 background-color: #ffffff;
 }

.thinline {

color:#9B8D7D;
height:1px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #E8E3DC;
	border: thin none #000000;
	font-weight: normal;
 margin-left: 10px;
 margin-right: 10px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #E8E3DC;
	border: thin none #000000;
	font-weight: normal;
}

.de {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #CA9A74;
	border: thin none #000000;
	font-weight: normal;
 margin-left: 20px;
 margin-right: 20px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navs
	{
	font-family: verdana,Arial, Helvetica, sans-serif;
	color:#FDCF95;
	font-size: 10pt;
	font-weight: bold;
	line-height:12pt;
	}
.navs-de
	{
	font-family: verdana,Arial, Helvetica, sans-serif;
	color:#926B49;
	font-size: 10pt;
	font-weight: bold;
	line-height:12pt;
	}
.big
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #FDCF95;
	}
a:hover 	{
	color: #ffffff;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #FDCF95;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #ffffff;
	}
a.menublack:active, a.menublack:visited, a.menublack:link {
	text-decoration: none;
	color: #C18149;
	}
	
a.menublack:hover {
	text-decoration: underline;
	color: #ffffff;
	}
a.big:active, a.big:visited, a.big:link	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	}
a.big:hover {
	text-decoration:underline;
	}




#lightbox{
	background-color:#1D2F3F;
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #E6C076;
	font-variant: small-caps;
	font-weight: normal;
 }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}




/* CSS FOR THUMBNAIL */

.thumbnail img{
border: 2px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid black;
}


/* ************* END CSS FOR THUMBNAIL  */