@charset "UTF-8";
/* CSS Document */
body {
	background-color: #111111;
	color: #FFFFFF;
	font-family: Garamond, Garamond, Garamond;
}
p {
	font-size: 20px;
	text-indent: 30pt;
}

h2
{
	font-style: italic;
}

a
{
	font-weight: bold;
}
a img
{
	border: none;
}
a:link
{
	color: #0088FF;
	text-decoration: none;
}
a:visited
{
	color: #0088FF;
	text-decoration: none;
}
a:hover
{
	color: #CCFFFF;
	text-decoration: none;
}
a:active
{
	color: #CCFFFF;
	text-decoration: none;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #000000;
}
#header {
}
#content {
	min-height: 200px;
	padding-left: 20px;
	padding-right: 20px;
}
#content {
	text-align: justify;
}
#mediacontent {
	min-height: 200px;
}
#footer {
	height: 45px;
	background-image: url(media/footer.jpg);
}

