div#content
{
	margin-bottom: 0.3em;
	
}



div#left
{
	font-size: 0.7em;
	
	width: 50em;
	margin-right: 5em;
	float: left;
	

	
}

div#left h1
{
	margin-bottom: 0.2em;
	font-size: 1.4em;
}



div#right
{
	font-size: 0.75em;
	
	margin-right: 1.5em;
	text-align: right;
	margin-top: 2em;
	
	float: right;
	width: 20em;

}

div#right form
{
	padding-bottom: 1em;
}

div#right input
{
	width: 4.5em;
}

div#right a
{
	text-decoration: none;
	color: #555555;
	padding-right: 0.06em;
	padding-left: 0.06em;
	
}

div#right a:hover
{
	text-decoration: underline;
	color: black;
}

.page_current
{
	
	font-weight: bold;
}


div#images
{
	clear: both;
}

div#images div
{
	border: 1px solid #e1e1e1;
	float: left;
	margin: 0.35em;
}

div#images div:hover
{
	border: 1px solid #945e3a;
}

div#images a
{
	display: block;

	margin: 1px;
	padding: 0px;
	width: 144px;
	height: 108px;
}

div#images img
{
	width: 144px;
	height: 108px;	
		
}


div#images img
{
	margin: 0px;
	padding: 0px;
}


