/* $Id: site_base.css,v 1.7 2004/09/25 01:12:56 Administrator Exp $ */

#debug {
	border: solid 1px red;
}

body {
	color: #FFFFFF;
	background-color: #414141;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #333333;
	text-decoration: underline;
}

/* Set up the header like the divs below */
h1 {
	color: #B2ADA8;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', Helvetica, Verdana, Arial, sans-serif;
	font-size: 32px;
	margin: 0px;
	padding: 5px;
}

/* Make links in the header look the same */
h1 a {
	color: inherit;
	text-decoration: none;
}

/* Colour the ~ in the H1 differently */
h1 span {
	color: #CC0000;
}

/* Individual page headings */
h2 {
	color: #333333;
	font-family: 'Trebuchet MS', Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Wraps everything in the <body> tag, just sets up the side margins */
div.main {
	margin-right: 8%;
	margin-left: 8%;
	margin-top: 2%;
	margin-bottom: 1%;
}

/* Red bar below the H1 */
div.infobar {
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	margin: 0px;
	text-align: right;
}

/* Main body, grey background */
div.body {
	color: #000000;
	background-color: #B2ADA8;
	padding: 5px;
	margin: 0px;
}

/* Bottom navbar, white background */
div.nav {
	color: #CC0000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-align: center;
	border-top: 2px solid #CC0000;
}

/* Don't need to underline links in the navbar */
div.nav a {
	text-decoration: none;
}

/* Google AdSense */
div.google {
	text-align: center;
}

