/* CSS Document */

#middlecontentwhitebackground {
	margin: 0 auto;
	border: 0;
	width:780px;
	height: 500px;
	background:#e1e1e1;
	border:none;
	position: relative;

}

#middlebuffer {
	margin: auto;
	border: 0;
	width: 780px;
	height: 5px;
	background: #e1e1e1;
	position: relative;
	
}

#middlecontent {
	width: 661px;
	height: 500px;
	margin: auto;
	border: 0;
	position: relative;
	border: none;
	background:url(pics/photogallery/background.jpg);
	background-repeat:no-repeat;
	}

#gallery_navbar {
	width: 367px;
	height: 33px;
	margin-top: 10px;
	margin-left: 18px;
	background-image:url(images/navbar.gif);
	position: absolute;
	}
	
#gallery_middlebox {
	margin-top: 114px;
	margin-left: 100px;
	width: 450px;
	height: 331px;
	background-image:url(pics/photogallery/root/backgroundphotomiddle.gif);
	background-repeat:no-repeat;
	position:absolute;
	
}

#topleftpic {
	margin-top: 138px;
	margin-left: 133px;
	width: 106;
	height: 101;
	position: absolute;
}

#topmidpic {
	margin-top: 138px;
	margin-left: 281px;
	width: 108;
	height: 101;
	position: absolute;
}

#toprightpic {
	margin-top: 138px;
	margin-left: 415px;
	width: 108;
	height: 101;
	position: absolute;
}

#bottomleftpic {
	margin-top: 290px;
	margin-left: 133px;
	width: 106;
	height: 102;
	position: absolute;
}

#bottommidpic {
	margin-top: 290px;
	margin-left: 260px;
	width: 108;
	height: 102;
	position: absolute;
}

#bottomrightpic {
	margin-top: 290px;
	margin-left: 415px;
	width: 128;
	height: 102;
	position: absolute;
}
.photogallerylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#CCCCCC;
	}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	}
a:link {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#666666;
}
a:active {
	color:#666666;
}
