body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.2em;
}

#wrapper {
	width: 780px;
	text-align:left;
	padding: 0px;
	margin: 0 auto 0 auto;
}

#content {
	width: 780px;
	margin: 0px;
	text-align: center;
}

#masthead {
	height: 60px;
	position: relative;
	background-image: url(../images/Photography/portfolio/logo_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#masthead ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 200px;
	top: 15px;
}

#masthead ul a {
	font-size: 90%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-color: #999999;
	height: 30px;
	line-height: 300%;
	float: left;
	color: #FFF;
	margin-right: 8px;
	padding: 0 5px 0 5px;
}

#masthead ul a:hover {
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
}

#masthead li {
	display: inline;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	color: #FFCC00;
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 80%;
	margin: 0px;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.centre {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
