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

body {
	background-color: #090909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
#container {
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #000;
	border: 2px ridge #FFF;
}
#banner {
}
#navbar {
	background-color: #000;
	color: #FFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 25px;
}
#pictures {
	padding: 5px;
	background-color: #000;
}
#maincontent p {
	font-size: 85%;
}
.border {
	border: 2px ridge #FFF;
}

#block {
	background-color: #FFF;
	padding: 5px;
	color: #666;
	text-align: center;
}
#maincontent {
	margin: 5px;
	font-size: 85%;
	color: #999;
	background-color: #000;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	padding: 7px;
	text-align: center;
	font-size: 90%;
	color: #333;
	background-color: #FFF;
}
.centertext {
	text-align: center;
}
.contacttext {
	color: #FFF;
}
#container #maincontent p #FlashID2 {
	text-align: center;
}
