@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.header {
	font-size: 3em;
	color:#333;
}
.red {
	color:#F00;
}
#header {
	height:5em;
	padding:5em;
	background:url(images/headback.png);
	border: thin solid #333333;
}
#navigation {
	height:4em;
	text-align:center;
}
#subnavigation {
	height:2em;
}
#content {
	width:76%;
	float:left;
	padding:2%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	font-size: 1.4em;
}
#right {
	width:19%;
	text-align: center;
	float:left;
}
#navigation table tr td a {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#navigation table tr td a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
p {
	padding-bottom: 1em;
}
ul {
	padding-bottom: 1em;
	padding-left: 3em;
}
a {
	color:#F00;
}
