body {
	background-color: #213843;
	font-family: verdana,sans-serif;
	font-size: 16px;
	margin: 4px;
	padding: 0;
}

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

a:hover {
	color: #c20000;
	/*text-decoration: none;*/
}

a:active {
	color: #d3d3d3;
	text-decoration: none;
}

@font-face {
    font-family: "TF2 Build";
    src: url("fonts/tf2build.ttf");
}

@font-face {
    font-family: "TF2 Secondary";
    src: url("fonts/tf2secondary.ttf");
}

#main {
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}

#navigation {
	background-color: #213843;
	background-image: url(images/bg_header.gif);
	border: 1px solid #000;
	margin-bottom: 10px;
}

#navigation ul {
	list-style-type: none;
	margin: 5px;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0 0.5em;
}

#navigation ul li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#navigation ul li a.current {
	/*color: #c20000;*/
	font-weight: bold;
	/*text-decoration: underline;*/
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li a:active {

}

#navigation ul li a:visited {

}

#header {
	margin: 10px auto;
	text-align: center;
}

#header img {
	margin: 0 auto;
}

#body div.image {
	margin: 20px 0;
	text-align: center;
}

#body div.image a {
	margin: 0;
}

#body div.image p {
	font-size: 90%;
	margin: 3px;
}

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

#footer {
	background-color: #213843;
	background-image: url(images/bg_header.gif);
	border: 1px solid #000;
	margin: 0;
	padding: 4px;
	text-align: center;
}

br.clear {
	clear: both;
}
