

/*  #3  This sets the background image for the galleries ------------------------*/

body	
	{
		background-image: url(ban_seascape.jpg);
		background-color: #bfccd7;
		background-repeat: no-repeat;
	}

.image_center
	{
	margin: 2em 10px 2px 10px;
	border: 2px solid black;
	}

.cab
	{
	text-align: center;
	}

#wrap
	{
	width: 990px;
	margin-top: -100px;
	padding-bottom: 30px;
	padding-top:82px;
	border-right: 3px double #5c8094;
	}
