/* CSS Document */
body {
	text-align:center;
	background-color:#000101;
	}
#header {
	background-color:#000101;
	height: 55px;
	}
#frame {
	width:720px;
	text-align:center;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	}
#flashcenter {
	width:700px;
	text-align:center;
	}
#center {
	width:720px;
	background-color:#000101;
	border:0px solid #333;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	line-height:1.2em;
	}
#content {
	width:600px;
	background-color:#000101;
	border:0px solid #333;
	text-align:right;
	margin-top: 15px;
	line-height:1.2em;
	}
#footer {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
	color: #ccc;
	height: 20px;
}
html > body #footer {
}
#footer a:link, #footer a:visited {
	color: #ccc;
	background-color: #000101;
	font-size: 60%;
	font-family:Tahoma, Arial, Sans_Serif;
}
#footer a:hover {
	text-decoration: none;
}
.img	{
	float:left;
	border: 2px solid #fff;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h1 {
	font: 50% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}