body 
{
	font-family: Century Gothic,Calibri, Arial, Sans-Serif;
	background-image: url(images/mainBgnd.png);
	font-size: 10pt;
}

#OuterFrame
{
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 575px;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}


#Header
{
	position: relative;
	left: 10px;
	top: -25px;
	width: 330px;
	height: 50px;
	z-index: 1;
}

/* #HeaderBarHide
{
	position: relative;
	left: 10px;
	top: -51px;
	width: 330px;
	height: 1px;
	background-color: white;
}
*/

#SubHeader
{
	position: relative;
	width: 1000px;
	height: 50px;
	top: -50px;
	background-image:Url(images/barBgnd.png);
	font-size: 32pt;
	text-align: center;
}


#Middle
{
	position: relative;
	width: 960px;
	top: -50px;
	height: 500px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
}

#Footer
{
	clear:both;
	position:relative;
	top: -50px;
	text-align:center;

}

#MainWords
{
	position: relative;
	top: -460px;
	left: 20px;
	width: 330px;
	height: 390px;
}

#CentreWords
{
	position: relative;
	top: -460px;
	left: 225px;
	width: 550px;
	height: 390px;
	text-align: center;
}

#Licences
{
	position: relative;
	top: -865px;
	left: 630px;
	width: 300px;
	text-align:center;
}

#MainImage
{
	text-align:center;
}

.Text
{
	background-color: #F1F6FC;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity:0.8;
	filter:alpha(opacity=80);
}