html, body {
	margin: 0;
}
body {
	background-color: black;
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 11px;
	margin: 0 auto;
	color: #ffffff;
}
div#wrapper {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}
div#logo {
	padding-top: 50px;
	font-size: 78px;
	font-weight: bold;
}
div#logosmall {
	font-size: 30px;
	font-weight: bold;
}
div#logo a {
	color: #fff;
}
div.menu {
	margin-top: 10px;
	margin-bottom: 20px;
}
div.menu, div.menu a {
	color: #cccc00;
	text-decoration: none;
	font-weight: bold;
}
div.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.pagetitle {
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
div.line {
	text-align: left;
	overflow: hidden;
}
div.picture {
	width: 700px;
	padding: 10px 0;
	overflow: hidden;
}
div.picture div.frame {
	float: left;
	clear: left;
	width: 240px;
	text-align: left;
}
div.picture div.frame img {
	border: #333 solid 1px;
	padding: 3px;
}
div.picture div.caption {
	width: 450px;
	float: left;
	clear: right;
	text-align: left;
}
div#footer {
	text-align: center;
	color: #cccc00;
	padding: 20px 0 10px 0;
}

p {
	margin-bottom: 20px;
}

p.image {
	width: 260px;
	overflow: hidden;
}

p.left {
	padding: 0 9px 0 0;
	float: left;
}
p.right {
	padding: 0 0 9px 9px;
	float: right;
}

.gallery-wrap p.imgleft {
	float: left;
	width: 48%;
	margin-right: 4%;
}


.gallery-wrap p:nth-child(2) {
	margin-right: 0;
}

p .caption {
	color: #CC0;
	padding: 7px 0;
	display: block;
}
.centre {
	text-align: center !important;
}

/*temp*/
a {
	color: #cccc00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}