html {
	background:url('imgs/pattern_153.gif') repeat #000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }


p{
	margin-top:5px;
	line-height:18px;	
}

a{
	text-decoration:none;
	color:#551A8B;
}
A:link{}
A:visited{}
A:active{}
A:hover{
	text-decoration:underline;
}

.thisNav{
	width:150px;
}

#container{
	width:800px;
	margin-left:50%;
	left:-400px;
	margin-top:40px;
	margin-bottom:40px;
	position:absolute;
	height: auto !important; /* For newish browsers */
	height: 100%; /* This is for crappy IE*/
	min-height: 100%; /* For newish browsers*/
}

#text{
	padding-bottom:20px;
}

#header{
	background:#ffffff;
	clear:both;
	margin-bottom:20px;
	text-align:right;
	padding:10px;
}

#nav{
	display:block;
	float:left;
	width:150px;
	margin-right:20px;
}

#content{
	float:left;
	width:610px;
	background:#ffffff;
	padding:10px;
	min-height:20px;
	margin-bottom:40px;
}

#nav a{
	disply:block;
	height:25px;
	padding:10px;
	width:120px;
	background:#ffffff;
	float:left;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}
#nav a:link{}
#nav a:visited{}
#nav a:active{}
#nav a:hover{
}


.colour{
	background:#551A8B;
	display:block;
	height:40px;
	width:100%;
	margin-bottom:10px;
	font-size:0px;
}

.colour-main{
	background:#551A8B;
	margin-right:-10px;
}

#loader{
	text-align:center;
	height:20px;
	display:none;
}

.floatright{
	margin:5px;
	float:right;
}

.floatleft{
	margin:5px;
	float:left;;
}

.blackborder{
	border:1px solid black;
	text-align:center;
}

h1{
	font-size:26px;
	font-weight:bold;
	color:#222222;
	text-transform:uppercase;
}

h2{
	float:right;
	clear:both;
	font-weight:bold;
	font-size:20px;
}

h3{
	float:right;
	clear:both;
	color:#333333;
}

center{
	clear:both;
}

#footer {
	background-color:#000000;
	bottom:0;
	left:0;
	position:fixed;
	text-align:center;
	width:100%;
	height:20px;
	margin-top:-20px;
	color:#333333;
	clear:both;
	z-index:10;
}

#footer a{
	color:#333333;
}

.center{
	margin-top:-2px;
}
