/*  Layout_twocol.css -- Overwrites page layout for pages with no right col for photos. */

/*  Column layout. */
#leftCol		{width:100px;}
#centerCol		{width:450px;}
#rightCol		{width:100px;}
#leftContent	{position:absolute;margin-right:50%;width:50%;margin-top:0px;}
#rightContent	{position:absolute;margin-left:50%;width:50%;float:left;margin-top:8px;}
#content		{position:relative;width:600px;} 
#footer			{margin-top:85%;}

/*  Photo layout for album section.  */
.centerPhotoContain {float:left;margin-right:0px; margin-bottom:18px; text-align:center;}
p.centerPhotoCaption {width:180px;font-style:italic;text-align:center; font-size:10px;margin-top:4px;font-weight:400;}
