* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #555;
	color: #fff;
	text-align: center;
	font-family: "Arial","Verdana","Helvetica";
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 954px;
}

#header {
	width: 954px;
	height: 100px;
	margin-bottom: 20px;
}

#headerleft {
	position: relative;
	float: left;
	width: 300px;
	height: 100px;
}

#headerright {
	position: relative;
	float: right;
	width: 640px;
	height: 100px;
}

#headerright p {
	position: absolute;
	bottom: 0;
}

#homelink {
	text-decoration: none;
}

#content {
	position: relative;
	clear: both;
	width: 954px;
}

#nav {
	float: left;
	width: 300px;
}

#photo {
	float: right;
	width: 640px;
	overflow: hidden;
}

#photo div {
	text-align: left;
	font-style: italic;
	font-size: .8em;
}

#page {
	float: right;
	width: 640px;
	font-size: .8em;
}

#page img {
	display: inline;
	margin: 5px 5px 5px 0;
	float: left;
}

#page p {
	font-size: .8em;
}

#footer {
	text-align: left;
	position: relative;
	clear: both;
	width: 954px;
	font-size: .64em;
}
#footer a {
	text-decoration: underline;
}
#footer img {
	border: 0;
	vertical-align: middle;
}

#photogrid {
	margin-top: 10px;
}

a img {border-color: #fff;}
a:link {text-decoration : none; color : #fff;}
a:visited {text-decoration : none;	color : #fff;}
a:hover {text-decoration : none; color : #fff;}
a:active {text-decoration : none; color : #fff;}

ul.categorymenu {
	list-style: none;
}

ul.categorymenu li {
	font-size: .8em;
	margin-bottom: 15px;
}

ul.categorymenu li ul {
}

ul.categorymenu li ul li {
	display: inline;
	margin: 0 10px 0 0;
}

ul.categorymenu li ul li a {
	text-decoration: none;
}

.photonav {
	text-align: right;
	font-size: .6em;
}

.errormessage {
	background-color: #999;
	color: #fff;
	border: 1px solid #fff;
	margin: 25px;
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
}