/* Diana Camera CSS by Mark Connelly 21/04/07 */

body
{
    font-family: georgia, verdana;
	background: url('/images/header_back.jpg') repeat-x #fff;
	padding: 0;
	margin: 0;
}

#header
{
	height: 150px;
	padding: 5px;
	width: 750px;
}

#header h2
{
	display: inline;
}

#header img
{
	vertical-align: top;
}

#nav
{
	float: right;
	position: relative;
	top: -105px;
	margin-right: 150px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#nav ul, #nav li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li.selected
{
	color: #FEBB22;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#footer
{
    font-size: 10px;
}

a
{
    color: #900;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#content
{
	padding: 20px;
	width: 750px;
	font-size: 12px;
}

.photo
{
	float: left;
	margin-right: 20px;
	/*border: 1px solid #999;*/
}

.photo_thumb
{
	border: 0;
}

.clear
{
	clear: both;
}

#holder
{
	width: 530px;
	height: 530px;
	padding-top: 65px;
	padding-left: 65px;
	background: url('/images/gallery_background.gif') no-repeat #fff;
	float: left;
}

#gallery_thumbs
{
	width: 120px;
	float: left;
}