@charset "utf-8";
/* CSS Document */


html {
	font-size: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	line-height: 20px;
	color:#FFFFFF;
}

/* ========================================== */


#centreInner {
	width: 623px;
	margin: 0px 15px 15px 15px;
	height: 325px;
	background: url(images/Background02.gif) repeat-y top left;
}

#centreOuter {
	width: 654px;
	border: 2px solid #94181a;
	margin: 75px auto 10px auto;
	height: 345px;
	position: relative;
	padding-top: 15px;
}

#pageTwo #centreInner {
	width: 623px;
	margin: 0px 15px 15px 15px;
	height: 300px;
	background: url(images/Background02.gif) repeat-y top left;
}

#pageTwo #centreOuter {
	width: 654px;
	border: 2px solid #94181a;
	margin: 75px auto 10px auto;
	height: 320px;
	position: relative;
	padding-top: 15px;
}


#header {
	float: left;
	width: 450px;
	margin-left: 15px;
	margin-top: 15px;
	background:url(images/Background01.gif) repeat-y top left; 
	height: 50px;
	display: inline;
}

#content {
	float: left;
	width: 593px;
	margin-left: 15px;
	margin-top: 15px;
	background: url(images/Background01.gif) repeat-y top left; 
	padding: 10px 0px;
	display: inline;
}

#footer {
	float: left;
	width: 593px;
	margin-left: 15px;
	margin-top: 15px;
	display: inline;
	text-align: center;
}

#footerLeft {
	float: left;
	background:url(images/Background01.gif) repeat-y top left;
	width: 593px;
}

#footerRight {
	float: right;
	background:url(images/Background01.gif) repeat-y top left;
	width: 300px;
}

#canvasImage {
	position: absolute;
	bottom: 100;
	left: 512px;
	top: 16px;
}

#canvasImage img {
	position: relative;
	top: -90px;
}

/* =================== text ======================= */

h1 {
	font-weight: 100;
	font-size: 240%;
	margin-top: 15px;
	margin-left: 10px;
}

h2 {
	font-weight: 900;
	font-size: 200%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

h3 {
	font-weight: 900;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

p {
	margin: 8px 10px;
	font-size: 100%;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}
