@charset "utf-8";

/* CSS Document */

html {
	height: 100%;
}

img {
	margin:	0;
	padding:0;
}

p {
	margin:10px 0 0 0;
}

body {
	background-color:#000;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	position:relative;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.fl {
	float:left;
	clear:none;
}

.nfl {
	float:none;
	clear:both;
}

h1 {
	color:#DFA1CA;
	font-size:25px;
	font-weight:bold;
}

h2 {
	color:#DFA1CA;
	font-size:14px;
	font-weight:bold;
}

a {
	color:#DFA1CA;
}

.colouredName {
	color:#9A2E93;
}

div#footer {
	position: fixed;
	bottom: 0px;
	height:38px;
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0;
}

#header {
	position: fixed;
	top: 0px;
	height:180px;
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0;
	text-align:center;
	clear:both;
	float:none;
}

div#content {
	min-height:100%;
	height:auto;
	background-color:#000;
	width:752px;
	margin:auto;
	padding:180px 0 20px 0;
}

#menuholder {
	width:752px;
	margin:auto;
	position:relative;
}

.menuElement {
	width:94px;
	background-color:#555;
	clear:both;
	float:none;
}

.linkimage {
	border:none;
}

td {
	background-color:#242021;
	margin:2px;
	padding:3px 0 0 10px;
}
