#wrapper
{
width:1000px;
height: auto;
background: rgba(128, 128, 128, 0.5);
margin-left: auto;
margin-right: auto;
}

#top
{
width:1000px;
height:120px;
} 

#container
{
width:982px;
height: 456px;
margin-left:10px;
background: rgba(128, 128, 128, 0.5);
}

#menu
{
width:982px;
height:40px;
background: #7bc0c5;
}

.list
{
margin: 4px;
width: 235px;
height:30px;
background-color: #848484;
float: left;
text-align: center;
padding: 1px;
font-size:22px;
font-family: Lato; 
font-weight: 700;
color: #2f3435;



 -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;

}

.list:hover
{
background-color: #737373;
}

a.listlink
{
 color: #2f3435;
 text-decoration: none;
 display: block;
 width: 235px;
 height:30px;
}
 
  
 .photos {
        width: 1000px;
        height: 315px;
       
        position:relative;
    }
    .photos > div {
        background-color: rgba(128, 128, 128, 0.5);
        border: 2px solid #444;
        float: left;
        height: 280px;
	    margin: 15px;
		margin-left:40px;
		
        overflow: hidden;
        position: relative;
        width: 420px;
        z-index: 1;

        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;

        -webkit-transform:scale(1.0);
        -moz-transform:scale(1.0);
        -ms-transform:scale(1.0);
        -o-transform:scale(1.0);
        transform:scale(1.0);

        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .photos > div img{
        width: 100%;
    }
    .photos > div:hover{
        z-index: 10;

        -webkit-transform:scale(1.8);
        -moz-transform:scale(1.8);
        -ms-transform:scale(1.8);
        -o-transform:scale(1.8);
        transform:scale(1.8);
    }
    .photos > div div {
        background: url(../images/hover.gif) repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 15;

        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;  }
    .photos > div:nth-child(1):hover div {
        height: 0%;
    }
      
    .photos > div:nth-child(2):hover div {
        height: 0%;
	}
      
     #line
	 {
	 width: 982px;
	 height:100px;
	 }
	 
	 #footer
	 {
	 width:1000px;
	 height:30px;
     background: #848484;
     margin-top: 5px;
	 text-align: center;
	 padding-top:14px;
	 font-family: 'Lato', sans-serif;
	 font-size: 13px;
	 }
   
    a.emaillink
	{
	color: black;
	text-decoration: none;
	}
   
