body { text-align: center; }

#gallery {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 900px;
}

#gallery #header {
	background: url('../images/header.png') no-repeat;
	height: 276px;
}

#gallery #body {
	background: url('../images/body.png') repeat-y;
	padding: 0 40px 1px 40px;
}

#gallery #body #menu {
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	padding: 5px 0 5px 0;
    height: 20px;
}

#gallery #body #menu a {
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	font-family: serif;
	font-size: 15px;
	color: #680707;
	text-decoration: none;
}


#gallery #body #menu a:visited, #gallery #body #menu a:link { }
#gallery #body #menu a:active { text-decoration: underline; }
#gallery #body #menu a:hover { background-color: #efd5d5; }

#gallery #body #content {
	padding-top: 10px;
	font-family: sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
}

#gallery #body #content h1,
#gallery #body #content h2,
#gallery #body #content h3,
#gallery #body #content h4,
#gallery #body #content h5,
#gallery #body #content h6 {
	color: #680707;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}

#gallery #body #content h1 { font-size: 1.5em; }
#gallery #body #content h2 { font-size: 1.2em; }
#gallery #body #content h3 { font-size: 1.0em; }
#gallery #body #content h4 { font-size: 0.8em; }

#gallery #body #content h5,
#gallery #body #content h6 { display: none; }

#gallery #body #content a {
	color: #139b13;
	text-decoration: none;
}

#gallery #body #content a:active, #gallery #body #content a:link {}
#gallery #body #content a:visited { color: #d47018; }

#gallery #body #content a:hover {
	border-top: dotted 1px #bbb;
	border-bottom: dotted 1px #bbb;
}

#gallery #body #content img {
	margin: 10px;
}


#gallery #body #content form {
	width: 400px;
	margin: 5px 0 5px 0;
}

#gallery #body #content form label { }

#gallery #body #content form input,
#gallery #body #content form textarea  {
	text-align: left;
	border: 1px solid;
}

#gallery #body #content form div {
	clear: both;
	margin: 4px 0 2px 0;
	float: left;
	width: 100%;
}

#gallery #body #content form div label {
	float: left;
	text-align: right;
	width: 30%;
	margin-right: 2%;
}

#gallery #body #content form div input,
#gallery #body #content form textarea  {
	float: left;
	width: 67%;
}

#gallery #body #content form div input.submit {
	float: right;
	width: 15%;
	text-align: center;
	padding: 1px;
	margin: 0;
}

#gallery #body #content form div input.submit:active {
	border: 1px inset;
}

#gallery #body #content form.enquire { width: 400px; }

#gallery #footer {
	background: url('../images/footer.png') no-repeat;
    /*margin-top: -20px;*/
	padding: 0 40px 0 40px;
	height: 150px;
    text-align: right;
    font-size: 12px;
}

