

body {
	background: #000000 url(background.jpg) repeat-y 50% 0;
	background-attachment: fixed;
	z-index: 1;
	padding: 0;
	margin: 0;


}


a:link {
   	color: #000000;
	text-decoration: underline;
}


a:visited {
   
   	color: #000000;
}

a:hover {
  	color: #000000;
	font-size: 15px
}


#container {
   margin: auto;
   text-align: left;
   width: 700px;
}

#header {
	text-align: center;
}

#left {
	width: 150px;
	float: left;
	position: relative;
	z-index: 30;
	
}

#navcontainer {
  	width: 150px;
	height: auto;
	float: left;
	position: relative;
	z-index: 30;

}

#navcontainer ul {
   	margin: 0;
   	padding: 0;
   	list-style-type: none;
   	font: bold 12px/22px Veranda, Arial, Helvetica, sans-serif;
   	text-indent: 15px;
   	letter-spacing: 3px;
   	border-bottom: 7px solid #000000;
	
}

#navcontainer a {
   	display: block;
	text-decoration: none;
	width: 150px;
	height: 27px;
	z-index: 30;
}

#navcontainer a:link {
   	background: url(engbutton.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 27px;
   	color: #000000;
   	text-decoration: none;
}

#navcontainer a:visited {
   	background: url(engbutton.jpg);
	background-repeat: no-repeat;
   	color: #000000;
   	text-decoration: none;
	width: 150px;
	height: 27px;
}

#navcontainer a:hover {
   	background: url(engbuttonover.jpg);
	background-repeat: no-repeat;
  	color: #000000;
	font-size: 14px
   	text-decoration: none;
	width: 150px;
	height: 27px;
}

#navcontainer li {
   	background: url(engbuttonover.jpg);
	background-repeat: no-repeat;
  	color: #000000;
  	text-decoration: none;
}

#content {
	width: 514px;
	float: left;
	padding-top: 5px;
	padding-right: 8;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
  	color: #5B604C;

}

#content h2 {
  	font: bold 16px Veranda, Arial, Helvetica, sans-serif;
   	color: #000000;
  	width: 500px;
   	padding: 0 0 0 5px;
   	margin: 0;
	font-variant: small-caps;
	
}

#content h3 {
  	font: bold 14px Veranda, Arial, Helvetica, sans-serif;
   	color: #715627;
  	width: 500px;
   	padding: 0 0 0 5px;
   	margin: 0;

	
}

.text {
  	 font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
  	color: #5B604C;
  	margin-bottom: 8px;
}


.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}


/* slides styling */

.photo {width:512px; text-align:left; position:relative; float:left;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:512px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:100px; height:31px; float:left;}

.photo ul.topic li a.set {
	display:block; 
	font-size:11px; 
	width:100px; 
	height:30px; 
	text-align:center; 
	line-height:30px; 	
	color:#000000; 
	text-decoration:none; 
	border:1px solid #000000; 
	border-width:1px 1px 0 0; 
	background:#2e2006; 
	font-family: verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#fef8d6; background:#564b2f;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fef8d6; background:#564b2f;}

.photo ul.topic li.active ul {
	display:block; 
	position:absolute; 
	left:0; 	
	top: 31px; 
	list-style:none; padding:0; margin:0; height:380px; background:#fef8d6; width:480px; padding:10px 10px; border:10px solid #564b2f; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:380px; background:#fef8d6; width:480px; padding:10px 10px; border:10px solid #564b2f; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #eee; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #d4d5b1;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}

