#wrapper {
width:910px;
background-color: #FDFFC4;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background-image:url(../images/pattern.jpg);
background-repeat:repeat-y;
background-position:left;

}

body {
background-color: #588216;
margin:0px;
}

#top {
	background-image:url(../images/logo.jpg);
	height:220px;
	background-repeat:no-repeat;
	background-color:#FDFFC4;
	margin-left:60px;

}

#content {
background-color: #FDFFC4;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #5b2400;
text-align:center;
width:572px;
margin-left:200px;
margin-top:20px;

}

#menu {
background-color: #FDFFC4;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #5b2400;
width:700px;
margin-left:200px;
margin-top:20px;

}

#navigation {


	float:left;
	margin-left:60px;

}


#buttom {
	background-image:url(../images/buttom.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:60px;
	position:absolute;
	bottom:0;


}

#bg {

	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;

}

#footer{
	background-image:url(../images/buttom.jpg);
	background-repeat:no-repeat;
	width:910px;
	height:60px;
	padding-top:60px;
	
	position:absolute;

	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #5b2400;
	background-color: #FDFFC4;
	border-bottom:double;
	border-bottom-color:#feffc5;
	border-bottom-width:thick;
}

#par {margin-top: 0px; margin-bottom: 0px}



/* Images CSS by 7annoosh */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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*/
visibility: visible;
top:400px;
left: 480px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
