* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 1em;
}
body, html {
	text-align:center;
	background-image:url(../images/PANORAMA.jpg);
	background-repeat:repeat-x;
	background-color: #E0DFCD;
}
#outer {
	width: 80%;
	margin: auto;
}
h1 {
	
	font-size: xx-small;
	color: #E0DFCD;
}
#nav ul {
	list-style-type: none;
}
#nav li.last {
	margin-right: 0;
}
#nav li{
	margin-top: 40px;
	display: block;
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 10px;
}
#nav li a{
	text-decoration: none;
	font-weight: bold;
	background-color: #41494C;
	color: white;
	display: block;
	padding-top: 7px;
	padding-bottom: 8px;
	letter-spacing: .08em;
}
#header {
	border: 5px solid #B5B495;
	clear: both;
	
	text-align: right;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}
#header h1 {  
    filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

h2 {
	text-align: justify;
	padding: 15px 20px;
	font-weight: normal;
	background-color: #41494C;
	color: #fff;
	font-size: 1.3em;
}

#images 
{
    float: right;
    position: relative;
    height: 250px;
    width: 305px;
    margin-top: -20px;
}
#images img {
	position:absolute; 
	right:0; 
	top:0;
	height: 250px;
}

h3 {
	font-weight: normal;
	padding-left: 5px;
}
h4 {
	padding-left: 10px;
	margin-top: 5px;
}

#main {
	text-align:left;
	clear: both;
	margin: 10px 1px;
	background-color: #fff;
	border: 5px solid #41494C;
}

img.content {
	float: left;
	padding: 20px;
}
.sups p{
	font-size: small;
	margin: 0 20px;
}
#main ul li{
	margin-left: 40px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: small;
	padding: 10px;
}
#footer a {
	color: #000;
}
fieldset {
	margin-left: 30px;
	padding-bottom: 20px;
}
fieldset label {
	display: block;
	margin-top: 10px;
}
fieldset input, textarea {
	padding: 5px;
	display: block;
	border: 1px solid #41494C;
}
fieldset input[type="submit"] {
	padding: 10px;
	border: 1px solid #000;
}
textarea {
	margin-bottom: 20px;
	font-size: small;
	padding: 5px;
}
.postcode {
	display: none;
}
ol {
	margin-left: 40px;
	}