/* two main images on page */
#images {	position:relative;
			height: 465px;
			width: 100%;
			
			border-top: 1px solid #764832;
			border-bottom: 1px solid #764832;
			margin-top:10px;
			padding-top: 18px;
		}

#images div {
			position: absolute;
			border:5px solid #fff;
		}

#main_image_right {	
			height: 435px;
			}
#main_image_left {
			height: 435px;
			margin-left:367px;
			}
/*everything under the images */			
#text	{	
			position:relative;
			font-family:Arial, Sans-Serif;
			width: 100%
			padding: 10px;
			margin-top:10px;
			padding-top: 12px;
		}
/*square images with text links */
#gallery_links {
			position:absolute;
			width:402px;
			}

#gallery_links a img {
			border: 2px solid #fff;
			margin-right:4px;
			margin-top:5px;
			opacity:.35;
			filter: alpha(opacity = 50);

			}
#gallery_links a img:hover {
			opacity:1;
			filter: alpha(opacity = 100);

			}
div.photolink{
			float:left;
			width:125px;
			margin-top:5px;
			font-variant: small-caps;
			}
#journal {
			position: absolute;
			margin-left:422px;
			width:500px;
			padding-bottom:20px;
			}
#journalExerpts {
			margin-left:30px;
			}
p.excerpt {	margin-top:2px;
			line-height:125%;
			font-size:13px;
			color:#BBB;
			}