@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header {
	background: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container {
	background: #666;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 50px;
}
#about-content {
	background: #00FF33;
	float: right;
}

.navtext {
	font: 1.5em Arial, Helvetica, sans-serif;
}
.navtext a:link {
	color: #000000;
	text-decoration: none;
}
.navtext a:visited {
	color: #000000;
	text-decoration: none;
}

.navtext a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#fogflt {
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-frame {
	border: 2px solid #fff;
}

.paratext {
	color: #FFFFFF;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.quoatation {
	color: #000000;
	font: italic 16px Arial, Helvetica, sans-serif;
}
#portraitflt {
	float: left;
	width: 324px;
	margin-right: 20px;
	margin-bottom: 100px;
	background: #666666;
	height: 500px;
}
#flashBox {
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 800px;
}
.footerTxt {
	font: 9px Arial, Helvetica, sans-serif;
	color: #333333;
}
