/* CSS Document */

body {
    background-color:   #21449c;
}

#container {	
	background-color: #FFFFFF;
	position: relative;
	width: 791px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto; 
	
	
}


#nav {
	position:relative;
	width: 100%; 
	height: 31px;
	/*clear: both;*/
	z-index: 90;
	margin: 0px;
	padding: -1px -1px -1px -1px;
	background-color: #000000;
	overflow: hidden;
	float: left;
	background-image:url(images/navbg.gif);
	background-repeat:  no-repeat;
    background-attachment: fixed;
	background-position: right;

}
	
#gallery {
	width: 370px;
	height: 566px;
	position: relative;
	border-width: 0px;
	padding: 1px;
	float: left;
	
	background-color: #FFFFFF;
	z-index: 10;
	/*text-spacing: 0px;*/
	clear: both;
}

#gallery_home {
	width: 391px;
	height: 566px;
	position: relative;
	border-width: 0px;
	padding: 1px;
	float: left;
	
	background-color: #FFFFFF;
	z-index: 10;
	/*text-spacing: 0px;*/
	clear: both;
}

#email {
	width: 350px;
	position: relative;
	clear: both;
	padding: 30px 0px 0px 15px;
	margin-bottom:15px;
	float:left;
}

#link {
	width: 100px;
	position: relative;
	float: right;

}

#thumbs {
	width: 350px;
	position: relative;
	clear: left;
	padding: 15px 5px 5px 15px;
}

#indexthumbs {
	width: 350px;
	position: relative;
	clear: left;
	padding: 15px 5px 0px 62px;
}

#text {
	width: 220px;
	position: relative;
	float:left;
	padding: 15px 5px 5px 20px;
	overflow: auto;
}

img.thumb {
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
}

img.thumb:hover  {
	border-color: #21449c;
	border-style: solid;
	text-align: center;
}

#logo {
	position: relative;
	clear:left;
	float:left;
	width:370px;
	padding: 13px 0px 0px 10px;
}

#indexlogo {
	position: relative;
	clear:left;
	float:left;
	padding: 35px 5px 5px 55px;
}
img.number {
	position: relative;	
}

img.label {
	
	margin-top: 0px;
	margin-right: 0px;
}

#slideshow {
	overflow: hidden;
	z-index: 90;
}

.text1 {
	font-family: Helvetica, "Helvetica Neue", "Univers 55", Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.4;
	

}

.textbold {
	font-family: Helvetica, "Helvetica Neue", "Univers 55", Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #21449c;
}

