/* CSS Document */
#middlecontentwhitebackground {
	margin: 0 auto;
	border: 0;
	width:780px;
	height: 555px;
	background:#e1e1e1;
	border:none;
	position: relative;

}

#middlebuffer {
	margin: auto;
	border: 0;
	width: 780px;
	height: 5px;
	background: #e1e1e1;
	position: relative;
	
}

#middlecontent {
	width: 661px;
	height: 550px;
	margin: auto;
	position: relative;
	border:none;
	background:url(pics/photogallery/backgroundlarge.jpg);
	background-repeat:no-repeat;
	}

#gallery_navbar {
	width: 367px;
	height: 33px;
	margin-top: 10px;
	margin-left: 18px;
	position: absolute;
	background-image:url(images/navbar.gif);
	}

#standingseam_topleft {
	margin-top: 367px;
	margin-left: 39px;
	width: 100px;
	height: 75px;
	position: absolute;
}

#standingseam_bottomleft {
	margin-top: 458px;
	margin-left: 39px;
	width: 100px;
	height: 75px;
	position:absolute; 

}

#standingseam_topright {
	margin-top: 367px;
	margin-left: 498px;
	width: 100px;
	height: 75px;
	position:absolute;
	
}

#standingseam_bottomright {
	margin-top: 458px;
	margin-left: 498px;
	width: 100px;
	height: 75px;
	position:absolute;
	
}

#standingseam_middle {
	margin-top: 411px;
	margin-left: 268px;
	width: 100px;
	height: 75px;
	position:absolute;
	
}

#standingseam_iframe {
	margin-top: 49px;
	margin-left: 118px;
	width: 400px;
	height: 300px; 
	position:absolute;
	
}

.content{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6e71;
	line-height:1.5;
	font-weight:bold;
	
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	}
a:link {
	color: #ffffff;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #5b021b;
}
a:active {
	color: #5b021b;
}

