﻿body		 { 
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: #c0c5d3;
}

#topbit		{ position: fixed; top:0; left: 0; width: 100%; height: 120px; z-index: 50; background-color: #c0c5d3;}

#textlayer	 { margin:10px 250px 0px 20px; width:auto; height: 20px; z-index: 51;
				text-align:center; font-family: Arial; font-size: 12pt; color: #c50000; }

#logolayer { position:fixed; right: 5%; width: 156px; height: 30px; top: 10px; z-index: 52; font-family: Arial; font-size: 24pt; color: #c50000; } 

#logolayerpics { position:fixed; right: 1%; width: 156px; height: 30px; top: 10px; z-index: 52; font-family: Arial; font-size: 20pt; color: #c50000; } 

#navbar {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
	height: 40px;
	padding: 5px 0 0 0;
}
#navbar ul {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url('images/redline.jpg') repeat-x;
	list-style: none;
}
#navbar a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 10px 0 10px;
	background: url('images/redfill.gif') no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#navbar a:hover {
	text-decoration:underline;
}
#welcome { position: absolute; left: 30%; width: 40%; height: 357px; top: 243px; z-index: 1; }

#editable { position: relative; top: 125px; left: 20px; width: 95%; background: #c0c5d3; }

#holder1	{ position: relative; left: 20%; width: 95%; top: 55px; z-index: 1; }

/* Footer */

#footer { 
	margin: 20px 0 0 0;
	height: 100px;
	text-align:center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #AD1011;
}

#footer a {
	color: #AD1011;
	text-decoration:none;
}

#footer a:hover {
	color: #AD1011;
	text-decoration:underline;
}


img.floatRight { float: right; margin: 10px; }

img.thinker {
	height: 48px;
	width: 45px;
}

h1           { font-family: Arial; font-size: 24pt; font-weight: bold; color: #c50000 }
h2           { font-family: Arial; font-size: 18pt; font-weight: bold; color: #c50000 }
h3           { font-family: Arial; font-size: 14pt; font-weight: bold }
p             { font-family: Arial; font-size: 12pt }

.enter      { font-family: Arial; font-size: 14pt; font-weight: bold; color: #c50000; letter-spacing: 2px; }

.centre {
	text-align: center;
}

.xlarge {
	font-size: x-large;
}

.table1 {
	margin:0 auto;
	text-align:center;
}

