@charset "UTF-8";



a:active{
  outline: none;
}

a:focus{
-moz-outline-style: none;
}

body {
text-align: center;
margin: 0px;
border: 0px;
padding: 0px;
background-color: #666666;
background-image: url(nav_images/background2.jpg);
background-repeat: repeat;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 60px;
	background-color: #ffffff;
	width: 815px;
	text-align: left;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	overflow: visible;
	color: #0B1D3F;
}
#information{
	background-color: #E6FDFF;
	width: 615px;
	margin-left: 200px;
	top: 200px;
	right: 0px;
	z-index: 2;
	overflow: visible;
	background-image: url(nav_images/navigation.gif);
	background-repeat: no-repeat;

}

#introduction #information{
	background-position: 0px top;
}
#josephine #information{
	background-position: -615px top;
}
#mikhael #information{
	background-position: -1230px top;
}

#logo{
	width: 401px;
	height: 136px;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 5;
	background-image: url(nav_images/new_photo_logo.gif);
}
#logo a{
	width:401px;
	height: 136px;
	color: #fff;
	font-size: 1px;
	line-height: 0px;
	display: block;
	float: left;
	text-decoration: none;
}


#credits{
	width: 185px;
	position: absolute;
	left: 15px;
	z-index: 2;
	bottom: 20px;
}

#navigation{
margin-top: 0px;
background-color: none;



}
#navigation a{
	width: 200px;
	height: 100px;
	color: #fff;
	font-size: 1px;
	line-height: 0px;
	display: block;
	float: left;
	text-decoration: none;

}

#label_text{
/*background-color: #CC33FF;*/
margin-left: 15px;
width: 385px;
top: 0px;
padding-top: 20px;
}

#label_text #more{
margin-top: 10px;
}

#label_text a#more_link, #label_text a#less_link{
font-weight: bold;
height: 20px;
margin-top: 3px;
margin-bottom: 10px;
color: #0B1D3F;
text-decoration: none;
padding-left: 400px;
display: block;
width: 100px;
}

#label_text a.scroll{
font-weight: bold;
height: 20px;
margin-top: 3px;
margin-bottom: 2px;
color: #00e6ff;
text-decoration: none;
padding-left: 400px;
display: block;
width: 100px;
}


#images{
margin-top: 15px;
margin-left: 15px;
width: 585px;
}

#footer{
display: block;
height: 20px;
}


ul {
	list-style-type: none;
	width: 600px;
	margin: 22px 0 7px 0px;
	padding: 0px;
display: block;
}


li {
	width: 185px;
	padding-left: 0px;
	padding-bottom: 30px;
	list-style-type: none;
	display: inline;
}

li img{
	padding-bottom: 10px;
	margin-right: 12px;
}

li.triple {
	width: 590px;
	padding-bottom: 15px;
	
}

li.wide {
	margin-right: 150px;
}



li a img, li a, a img{
border:0;
}

hr{
border:0;
color: #00e6ff;
background-color: #00e6ff;
height: 1px;
}

.thanks{
font-size: 11px;
font-style: italic;
color: #333e53;
}

.clear{
clear: both;
}