@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../img/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color:#000;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	
}
#wrapper{
	background-image:url(../img/paper-slice.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
}
#content{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:570px;
	height:100%;
}
#header{
	background-image:url(../img/Logo.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
}
#header p{
	display:none;
}
p{
	font-size:0.9em;
}
table{
	font-size:0.9em;
}
.small-text{
	font-size:0.6em;
}
.centre{
	text-align:center;
}
#video{
	margin-top:10px;
}
form{
	text-align:center;
}
img{
	border:0;
}
h1{
	color:#a28757;
	font-size:1.3em;
}
.highlight{
	background-color:#f2e0c0;
}
.darkhighlight{
	background-color:#c8ac79;
}
th{
	text-align:left;
}
#footer {
	margin-top:25px;
	height:45px;
}
#footer #left{
	float:left;
	width:190px;
}
#footer #center{
	position:absolute;
	width:190px;
	left:190px;
}
#footer #right{
	float:right;
	width:190px;
	left:380px;
	text-align:right;
}
a{
	color:#83663e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h3 {
	color:#a78b59;
}