@charset "utf-8";
/* Created 27/02/10 by Ryan Powell */

* {
	margin: 0em;
	padding: 0em;
}

body {
	background: url(../images/navb.gif) repeat fixed;
}

div#Header {
	background: #ffffff url(../images/headerbg.png) no-repeat;
	border-bottom: solid 0.4em #CC0099;
	height: 10em;
	padding-top: 0.5em;
}

div#Header img {
	float: left;
}

div#Footer {
	border-top: 1pt solid #cccccc;
	clear: both;
	font-size: 0.8em;
	margin: 0.5em 2em 0em 2em;
	padding-top: 1em;
}


div.Seperator {
	background: #CC0066;
	height: 1em;
}

div.Seperator1 {
	height: 1em;
}

div#Parent {
	overflow: hidden;
	width: 100%;
}

div#Navigation {
	float: left;
	padding-left: 0.5em;
	padding-top: 1em;
	width: 200px;
}

div#Content {
	background: #ffffff;
	display: block;
	margin-left: 200px;
	min-height: 12em;
}

#PageTitle {
	position: absolute;
	left: 2em;
	top: 3em;
}