html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", Helvetica, FreeSans, Arial;
	font-weight: 300;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #777;
}
img {
	border: 0;
}

#main {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#main > #header {
	width: 1000px;
	height: 80px;
	background-image: url(/static/img/bezel/middle.jpg);
	border-bottom: 1px solid #EEE;
	
}
#main > #header > #info > #logo > a > img {
	margin-top: 16px;
	margin-left: 40px;
}
#main > #header > #nav {
	font-weight: normal;
	width: 699px;
	height: 50px;
	border-right: 1px solid #EEE;
	float: right;
	font-size: 10pt;
	margin-top:30px;
}
#main > #header > #nav > a {
	display: block;
	margin-top: 17px;
	margin-left: 80px;
	float: left;
}
#main > #header > #info {
	width: 300px;
	height: 50px;
	float: left;
}
#main > #header > #info > a.social > img {
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
#main > #content {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(/static/img/bezel/middle.jpg);
}
#main > #content > #mainImage {

	border-bottom: 1px solid #EEE;
	
	
}
#main > #content * h1 {
	display: block;
	color: #F1942C;
	font-size: 18pt;
	text-align: left;
	padding-left: 30px;
	padding-top:10px;
	
}
#main > #bottom {
	width: 1000px;
	height: 24px;
	background-image: url(/static/img/bezel/bottom.jpg);
}
#main > #footer {
	font-size: 8pt;
	color: #555;
	margin-top: 4px;
	margin-bottom: 50px;
	text-align: center;
	width: 1000px;
}

.textBlock {
	width: 450px;
	text-align: left;
}

.textBlockRight {
	width: 750px;
	text-align: left;
	vertical-align:top;
    border-left:1px #EEE solid ;
	padding-left:30px;
	margin-top:30px;
	margin-right:30px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatCentre {
	margin: 0 auto;
}
.clearBoth {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.hidden {
	visibility: hidden;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCentre {
	text-align: center;
}

.textBlock.floatLeft {
	margin-left: 30px;
}
.textBlock.floatRight {
	margin-right: 30px;
}
.border {
	border: 1px solid black;
}