/******************************************************
Design:		Photo-Gallery
Author:		David Kaye
Date:		November 2006
Release:	01
Website:	http://www.webstarhosting.co.uk
*********************************************************/

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7f7f7f;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 400px;
	color: #fff;
}

#header
{
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 10px;
}

#content
{
	color: #E8E8E8;
	padding: 0px;
	width: 1024px;
	height: 592px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #7f7f7f url(images/ezfoto.jpg);
	text-align: left;
	line-height: 30px;
	font-size: 0.9em;
}
#content h1 {
	font-family: "Lucida Console", Monaco, monospace;
	text-align: right;
	margin-right: 20px;
	color: #E8E8E8;

}


#content h3
{
	font-size: 0.7em;
}

#content p
{
	margin-bottom: 20px;
	margin-left: 10px;
}

#content a
{
	background-color: inherit;
	color: #E8E8E8;
	text-decoration: none;
}

#content a:hover
{
	background-color: inherit;
	color: #999;
}

.image
{
	float: left;
	border: 1px solid #666;
	margin: 25px;
}

#footer
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: inherit;
	color: #fff;
	vertical-align: top;
	height: 20px;
	text-align: center;
}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	background-color: inherit;
}
.nieuw {
	color: #930;
}

