/* basic */
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
body {
	background-color: #333399;
	font-family: "arial", sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
/* image divs */
.imagewrapper {
	position: absolute;
	top: 65px;
	left: 205px;
	width: 256px;
	height: 321px;
/*
	top: 0px;
	left: 100px;
	width: 439px;
	height: 439px;
*/
	overflow: visible;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.imagewrapped {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* buttons */
.buttonswrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 681px;
	height: 500px;
	overflow: visible;
	z-index: 3;
	margin: 0px;
	padding: 0px;
/* 	background-image: url(./mingface.gif); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 205px 65px;
	border: 0px;
}
.buttonswrapped {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.info {
	position: absolute;
	top: 0px;
	left: 581px;
	border: 0px;
}
/* menu divs */
.menuwrapper {
	position: absolute;
	top: 436px;
	left: 0px;
	width: 681px;
	overflow: visible;
	z-index: 4;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 0px;
}
.menuwrapped {
	margin: 0px;
	padding: 8px;
	border: 0px;
	font-size: 13px;
	line-height: 100%; /* safari needs this */
	color: #FFFFFF;
	text-align: center;
}
/* text divs */
.textwrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 699px;
	height: 500px;
	overflow: auto;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background-image: url(./mingfacebg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 205px 65px;
	border: 0px;
}
.textwrapped {
	margin: 0px;
	padding: 0px;
	background-image: url(./spangled.gif);
	border: 0px;
	text-align: justify;
}
/* javaScript changes style of textwrapped div to display png background image */
.textwrappedpng {
	margin: 0px;
	padding: 0px;
	background-image: url(./spangled.png);
	border: 0px;
	text-align: justify;
}
/* javaScript changes style of textwrapper div to display png background image */
.textwrapperpng {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 699px;
	height: 500px;
	overflow: auto;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background-image: url(./mingfacebg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 205px 65px;
	border: 0px;
}
/* colors */
.black {
	color: #000000;
}
.darkgrey {
	color: #666666;
}
.grey {
	color: #999999;
}
.lightgrey {
	color: #CCCCCC;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #FFFF00;
}
.orange {
	color: #FF9900;
}
.red {
	color: #CC3333;
}
.pink {
	color: #FF33CC;
}
.purple {
	color: #990099;
}
.blue {
	color: #333399;
}
.bleu {
	color: #3333CC;
}
.cyan {
	color: #00CCCC;
}
.green {
	color: #009900;
}
/* links in menu */
A.black:hover, A.darkgrey:hover, A.grey:hover, A.lightgrey:hover, A.white:hover, A.yellow:hover, A.orange:hover, A.red:hover, A.pink:hover, A.purple:hover, A.blue:hover, A.cyan:hover, A.green:hover {
	color: #FFFFFF;
}
/* hidden stylesheet warning div */
.hidden {
	display: none;
	visibility: hidden;
}
.noscriptwrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 676px;
	overflow: visible;
	z-index: 3;
	margin: 0px;
	padding: 4px;
	border: 0px;
	background-color: #FFFFFF;
}
.noscriptwrapped {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.warned {
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}
.warning {
	color: #CC3333;
}
A.warning {
	color: #333399;
}
A.warning:hover {
	color: #000000;
}
