@charset "utf-8";

/* madfox.net CSS - ffj8@aber.ac.uk fabi@madfox.net*/
/* Styles */

.h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #C6C8CD;
	border: 0px;
}

.h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #C6C8CD;
	border: 0px;
}

.bodyheader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

.bodytext  A:link {color: black;}
.bodytext  A:visited {color: black;}
.bodytext  A:active {color: black;}
.bodytext  A:hover {color: blue;}

.tabletd{
	width: 214px;
}

/* Layout */

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: white;
	
	/* Setting height several times for IE compatability */
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header {
	height: 125px;
	background-color: #303D65;
    text-align: center;
}

#menu {
	height: 21px;
	background-color: #707174;	
	text-align: center;
	line-height: 20px;
	color: white;
}

#content {
	padding:1em 1em 7em;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: white;
}

/* Random defaults and stuff */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	background-color: #C6C8CD;
	background-image:url(bg.png);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: #C6C8CD;
}
a:active {
	color: white;
}