@charset "utf-8";


body {margin: 10px; padding: 10px; }
h6 {font-size: small;}
p {font-family: Arial,Helvetica,sans-serif;}



#container {
     position: relative;
     width: 950px;
     border: solid 1px; }


#masthead {
    height: 110px;
    text-align: center;
    background-image: url(/images/wood.jpg);
}

#main { margin: 0 160px;}


#menu1{
    list-style: none;
    position: absolute;
    top: 110px;
    left: 0px;
    width: 150;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

li:hover ul { display: block; 
	background-color: transparent;
	z-index: 50;}




#sidebar {
    position: absolute;
    top: 110px;
    right: 0px;
    left: 800px;
    width: 150px;
}

#footer {
     margin: 0 160px;
     padding: 0px;
     background: #EEE; }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
/*top: 250
right:0;
left: 150;
*/
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}









