float:right;

}
table, th, td
{
border: 1px white;
background-color:#036;
color:white;
}
.tabelinfo{
width:700px;
border-radius:21px;
padding: 2em 1em;
border-width:3px;
}
.header{
border-width:5px;
border-style:outset;
border-color:#368;
text-align:center;
background-color:#037;
font-size:170%;
font-family:Lato;
color:white;

}
.footer{
bottom:0;
position:fixed;
color:#036;
}
#navcontainer ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {

display: inline;
}

a:hover{
color:orange;
}
a:visited{
color:orange;

}
#navcontainer ul li a{

text-decoration: none;
padding: .4em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}

#montage-wrap { width: 820px; height: 200px; }
.montage-block { width: 200px; height: 200px; float: left; display: block; overflow: hidden; position: relative;
margin: 0 4px 0 0; background: white; border: 1px solid #666;}
.montage-block:last-child { margin: 0; } /* removes margin on last block */
 
#block1 { width: 200px; height: 200px; position: absolute; display: block;
background:#fff no-repeat;
 
-webkit-transition: top 1s ease-in-out; }
 
.montage-block:hover #block1 { top: -150px; }
 
.thumb_content { padding: 70px 15px 0 15px; color: #777; }
.thumb_content h1 { margin: 0 0 5px 0; color: #666; font-size: 14px; }

