/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #FF00FF;
	}
#main_wrapper {
	width:840px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFFF;
}
#header {
	background-image:url(../images/header.png);
	height:185px;
	}
#nav {
	
	}
#left {
	width:50%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#right {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:50%; /* this width + nav width must total 100% */	
	}

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-image:url(../images/footer.png);
	height:40px;
	background-repeat: no-repeat;
	/* creates space between the box and the content */
	text-align:center;
	padding:.2em 0em 0em 0em;
}

#header_inner, #nav_inner, #left_inner, #right_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	 /* creates space between the box  and the content */

	}
	
#nav_inner { 
	
	}
#left_inner {
	padding:0 1em 1em 1.5em; /* creates space between the box and the content */

	}
#right_inner { 
	padding:0 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	}

#thumb {
margin: 3px;
border: 1px solid #A0ACC0;
height: auto;
float: left;
text-align: center;
}
#thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
#thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
text-align: center;
font-weight: normal;
width: 120px;
margin: 0 3px 3px 3px;
} 
