body {
	margin: 0 auto;
	background: #343434;
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1{
	font-family:"Arial";
	color: #FFFFFF;
}

h2, h3 {
	color: #FFFFFF;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul ol {
	margin-left: 3em;
}

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

a:hover {
	text-decoration: underline;
	color: #CC0000;
}


#header div.banner {
	width: 814px;
	height: 196px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* border: 1px solid white; */
}

#main {
	width: 820px;
	margin-left:auto; margin-right:auto;
	min-height: 800px;
	border: 1px dotted white;
}

#navigation {
	float: left;
	width: 150px;
	margin-left: 10px;
}

#navigation a {
	text-decoration: none;
	font-size: 12pt;
	color: #FFFFFF;
	line-height:180%;
}

#navigation a:hover {
	text-decoration: underline;
	color: #CC0000;
}

#content {
	margin-left: 150px;
	margin-right: 10px;
}

#footer p {
	clear: both;
	text-align: center;
	vertical-align: bottom;
}