﻿body
{
	background-image: url('side-border.gif');
	background-repeat: repeat-y;
	margin:0px;
	padding: 0px;
	text-align: center;
	color: #444444; 
}


#header
{
	text-align:center;
	margin: auto;
	margin-top: 20px;
}

#container
{
	width: 750px;
	margin: 0px;
	padding: 0px;
	margin: auto;
}

#leftcolumn
{
	width: 150px;
	float: left;
	margin-top: 4px;
	
}

#main
{
	width: 590px;
	margin: 10px 0px 0px 160px;
}

div.thumb {
margin: 3px;
border: 1px solid #A0ACC0;
height: auto;
float: left;
text-align: center;
background-color: #EEEED8;
} 
.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;
font-size: 12px;
} 
#leftcolumn .header
{
	width: 150px;
	height: 20px;
	text-align: center;
	background-color: #EEEEEE;
	font-family: tahoma,verdana,arial;
	font-weight: bold;
	border: 1px solid #bbb;
	color: #444444;
}
#footer
{
	text-align: center;
	width: 750px;
	margin: auto;
	padding-top: 10px;
	font-family: tahoma,arial,sans-serif;
	font-size: 0.75em;
	clear: both;
	color: #444444;
	}
.text{
	text-align: left;
	position: absolute;
	top: 700px;
	left: 460px;
}
hr{
	color: #BBBBBB;
	width: 70%;
	height: 0.25pt;
}
