﻿body {
}

.navigation
{
	width:100%;
	margin-top:30px;
	
}

#contentGallery {
	float: left;
	width: 775px;
	background: url(../images/content_bg.jpg) repeat-x ;
	background-color:White ;
	font-weight:bold;
}

 .centeredImage
    {
    
    }

.Picture
{
    text-align:center;
    vertical-align:top;
    padding:4px;
}

.PictureImage
{
    float:left;
    
}

.PictureDetails
{
    float:left;
    text-align:left;
}


#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}


