::selection {
    background: #d1d1d1; 
    color: black;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 100.01%;
    background: url(../images/b.jpg);
    font-family: Arial, sans-serif;
    color: #2d2d2d
}

a {
    color: #625c59;
    text-decoration: underline
}

ul, li {
    list-style: none;
}

a:hover {
    color: #908a87;
    text-decoration: underline
}

#middle {
    margin: 0 auto 10px;
    width: 100%;
    background: #e5e3e3;
    height: 200px;
}


#header {
    height: 90px;
	width:900px;
	margin:0 auto;
    font-size: 13px;
    position: relative;
}

#middle.second {
  height: 100px;  
}

#logotype {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 194px;
    height: 40px;
    background: url(../images/logo.png) 0 3px no-repeat;
}



#description {
    color: #625c59;
    font-size: 10px;
    font-family: Georgia;
    font-style: italic;
    position: absolute;
    top: 52px;
    left: 20px;
    width: 194px;
    text-align: center;
}

#con {
    margin: 30px auto;
    line-height:25px;
	color:#2d2d2d;
    width: 860px;
	font-size:15px;
	}

#con p {
    margin-bottom: 5px;
}

#con h1 {
    color: #0e3763;
    font-size:24px;
    font-weight: bold;
    margin-bottom:18px;
}


#con h2 {
    margin-top: 10px;
    color: #0e3763;
	font-size:20px;
	margin-bottom:18px;
    font-weight: bold;
}

#con h3 {
    color: #0e3763;
	margin:8px 0px;
    font-size:18px;
}

#con ul {
	list-style:none outside none;
	margin-left:10px;
}

#con ul li {
	font-size:15px;
	padding-left:25px;
    background:url("../images/mark.png") no-repeat scroll left center transparent;
}

.col {
    font-size: 14px;
    margin: 30px auto;
    line-height: 22px;
    font-family: Arial, sans-serif;
    width: 800px;
    clear: both;
    padding-top: 20px;
}



#footer {
    border-top: 1px #625c59 solid;
    padding: 20px 0 20px;
    text-align: center;
    color: #625c59;
    font-size: 12px;
    width: 860px;
    margin: 5px auto;
    clear: both;
    position: relative;
    top: 15px;

}

div.big-img {
    width: 840px;
    height: 482px;
    overflow: hidden;

}

div.big-img img {
    width: 794px;
    height: 471px;
    padding: 3px;
    border: 1px #343434 solid;
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
}

div.small-img {
    padding: 10px;
    overflow: hidden;
    width: 340px;
}

div.small-img a {
    height: 76px;
    width: 76px;
    display: block;
    float: left;
    margin: 3px 5px;
    position: relative;
}

div.small-img a:hover span {
    width: 76px;
    height: 76px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 1px;
    left: 1px;
}

div.small-img a img {
    height: 70px;
    width: 70px;
    display: block;
    float: left;
    padding: 3px;
    border: 1px #8e8e8e solid;
}


#page-img {
    width: 858px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -110px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}


#page-img img {
}

#thenav {
    background: url(../images/thenav.png) 0 0 no-repeat;
    overflow: hidden;
    height: 50px;
    width: 640px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#nav {
    position: relative;
    width: 640px;
    margin: 0 auto;
    padding: 9px 15px 0 15px; 
}

#nav ul {
    list-style-type: none;
    margin: 0px 0 0 0;
    float: left;
}

#nav ul li {
    float: left;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0 7px 0 0;
}

#nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 38px;
    padding: 0 0 0 4px;
}

#nav ul li a span {
    padding: 5px 14px 11px 10px;
    display: block;
    height: 22px;
    text-shadow: 0 1px 1px #625c59;
}

#nav ul li a:hover, #nav ul li.this a {
    background: url(../images/li.png) 0 0 no-repeat;
}

#nav ul li a:hover span, #nav ul li.this a span {
    text-shadow: 0 0 0 #625c59;
    background: url(../images/li.png) 100% 100% no-repeat;
    color: #625c59;
}

.photos {
    width: 800px;
    margin: 0px auto;
}

#gallery {
    width:860px;
    margin:10px auto;
    height:160px;
    border-bottom: 1px #625C59 solid;
 }

#gallery li {
    margin-right: 85px;
    float: left;
    width: 150px;
    height: 150px;
}

#gallery li.last {
    margin-right: 0;
}


#gallery li a {
    display:block;
    width:150px;
    height:150px;
    position:relative
    }

#gallery li a img {
    padding:4px;
    width:145px;
    height: 110px;
    border:1px #5b5959 solid;
    opacity: .8;
    }

#gallery li a img:hover {
    opacity: 1;
    border:1px #E5E3E3 solid;
}
    
#gallery li a b {
    display: block;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    width: 145px;
    height: 110px;
    position: absolute;
    left: 4px;
    top: 4px;
}

#gallery li a b:hover {

};