@charset "UTF-8";
/* Everything outwith the main content area  goes here - the main content is in sytles separately as it nee3dds to be handles by WYSIWYG editor */
body, html {
height: 100% /* this is to ensure 100% Flash movies always appear as such in FireFox */
}

#horizon { /* use this to centre eveything on the screen if necessary - in #container then use... position: absolute; left:50%; margin-left: -[half width]px; top: -[half height]px; */
left:0;
position:absolute;
text-align:center;
top:50%;
width:100%;
}

body {
	background-image: url(../local/images/Standard/repeat-x.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #F9C344;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
	background-image: url(../local/images/Standard/repeat-y.png);
	background-repeat: repeat-y;
	position:relative; /*absolute items will appear correctly positioned within relative container */
}
#container #header {
	background-image: url(../local/images/Standard/header.png);
	background-repeat: no-repeat;
	height: 160px;
}
#container #footer {
	background-image: url(../local/images/Standard/footer.png);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	padding-top: 50px;
	background-color: #FCC340;
}

