* {
	margin:  0px;
	padding: 0px;
}

body {
	background:  #e6e6e6 url('../images/site/top.bar.png') repeat-x left top;
	color:       black;
	font-family: sans-serif, sans;
	font-size:   1.3em;
	line-height: 1.5em;
	width:       100%;
}

a,
a:link,
a:visited {
	color:           #316ac5;
	font-weight:     normal;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color:           #e96a39;
	font-weight:     normal;
	text-decoration: none;
}

div#header {
	background: transparent url('../images/site/top.logo.png') no-repeat left top;
	height:     436px;
	margin:     0px;
	padding:    0px;
}

div#header a,
div#header a:link,
div#header a:visited {
	color:           #316ac5;
	font-weight:     normal;
	text-decoration: none;
	font-family:     'Crushed', sans-serif;
	font-size:       1.4em;
	text-shadow: 1px 1px 1px #222222;
}

div#header a:hover,
div#header a:active,
div#header a:focus {
	color:           #e96a39;
	font-weight:     normal;
	text-decoration: none;
}

div#header ul {
	margin:  0px;
	padding: 32px 32px 0px 0px;
}

div#header ul li {
	list-style-type: none;
	margin:          0px;
	padding:         22px 0px 0px 0px;
	text-align:      right;
}

div#box {
	background: #f1f1f2 url('../images/site/content.shadow.png') repeat-y left top;
	margin:     2em auto 0px auto;
	padding:    0px;
	width:      958px;
}

div#boxtop {
	background: #f1f1f2 url('../images/site/content.shadow.top.png') no-repeat left top;
	height:     43px;
}

div#boxbottom {
	background: #f1f1f2 url('../images/site/content.shadow.bottom.png') no-repeat left bottom;
	height:     66px;
}

div#content {
	font-family: 'Open Sans Condensed', sans-serif;
	padding:     16px 92px;
}

div#footer {
	color:       #333333;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:   0.8em;
	text-align:  center;
	text-shadow: 1px 1px 1px #222222;
}

h1 {
	font-size:   2.2em;
	line-height: 1.1em;
}

p {
	margin: 1.2em 0.5em 0.8em 0.5em;
}

.centre {
	text-align: center;
}