body {
	background: url('background.jpg') top right;
	background-attachment: fixed;
	font: normal 100% Arial;
	padding-bottom: 50px;
}

#centre {
	position: absolute;
	left: 50%; top: 0;
	width: 780px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: -390px;
	background-color: #0b456f;
	border: 2px solid #BBB;
	color: #FFF;
}

#essential_bar {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	text-align: right;
	color: #FFF;
	font-family: Arial;
	font-size: .7em;
	background-color: #000;
	line-height: 1.5em;
	border-bottom: 2px solid #BBB;
}

#name {
	margin-left: 130px;
	margin-top: 40px;
}

#contact_details {
	position: absolute;
	top: 65px; right: 10px;
	text-align: right;
	font: bold .7em Arial;
	color: #FFF;
}

#menu {
	width: 100%;
	height: 20px;
	margin-top: 10px;
	border-top: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	background-color: #FFF;
	color: #333;
}

#menu a {
	font: bold .8em Arial, Sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 2em;
}

#menu a:hover {
	color: #999;
}

#essential_bar a {
	text-decoration: none;
	margin-right: 2em;
	font: bold .8em Arial, Sans-serif;
	color: #999;
}

#essential_bar a:hover {
	color: #444;
}

#content {
	font-size: .8em;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 1em;
}

#content p {
	width: 35em;
	padding: .5em 0em;
	margin-top: 0;
}

#section_images {
	float: right;
	margin-right: 2em;
	margin-top: -20px;
	padding-top: 2px;
}

#section_images img {
	display: block;
	margin-top: -2px;
	border: 2px solid #FFF;
}

img.faded {
	opacity: 0.3;
	filter:alpha(opacity=30);
}

h1 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .9em;
	padding: 0; margin: 0;
	margin-top: 1em;
	color: #19a1b1;
}

#footer {
	font-size: .8em;
	color: #FFF;
	background-color: #000;
	text-align: center;
	border-top: 2px solid #BBB;
}

a#home {
	color: #0b456f;
	text-decoration: none;
}

a#home:hover {
	color: #999;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#image_holder {
	position: absolute;
	top: 200px;
	right: 2em;
	border-top: 2px solid;
}

img.icon {
	width: 180px;
	display: block;
	border: 2px solid #FFF;
	margin-top: -2px;
}

img {
	border: none;
}

