#body {
	background-image:url(images/white-background-bar.jpg);
	width: 1000px;
	height:auto;
	margin-left: auto ;
    margin-right: auto ;
	}

#header {
	padding:0px;
	width:1000px;
	background:#fff;
	margin-top:auto;
	margin-bottom:auto;
}
#top_advert {
	padding:0px;
	width:1000px;
	height:107px;
	margin-top:auto;
	margin-bottom:auto;
}
#left_column {
    float:left;
    width:210px;
	height:850px;
    padding:0px;
    background:#fff;
}
#main_body {
    float:left;
    width:615px;
	height:auto;
    padding:0px;
    background:#fff;
	background-image:url('images/p38bak.jpg');
	background-repeat:repeat-y;
	border:hidden;
}
#right_column {
    float:right;
    width:175px;
	height:850px;
    padding:0px;
    background:#fff;
}
#footer {
    clear:both;
	width:1000px;
	height:110px;
    padding:0px;
    background:#fff;
}

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

.thumbnail img{
border: 1px solid black;
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: #D8D6D6;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 80px;
left: 30px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

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

.thumbnailII{
position: relative;
z-index: 0;
}

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

.thumbnailII 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;
}

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

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

}

a {
	text-decoration:none;
}
