* { margin: 0; padding:0; vertical-align: top; border: none; outline: none; }
ul { list-style: none; }

body {
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#fff;  
	padding:0px;
	margin:0px;
}
#Menu {
	background:#5F7A87 url('../image/mainbg.gif') no-repeat right top;
	height:22px;
}
#Menu ul {
	list-style:none;
}
#Menu ul li {
	padding-top:3px;
	/* width:14%	; */
	width:16%;
	float:left;
	text-align:center;
}
#Menu ul li a {
	color:#fff;
	text-decoration:none;
}
#Content {
	padding:10px;
}
#Container { 	
	background: url('../image/mainbg.gif') no-repeat right bottom;
	position:absolute;
	height:300px; 
	width:600px;
	margin:-150px 0px 0px -300px;
	top: 50%; 
	left: 50%;

	text-align: left;
	background-color: #000000;
	overflow: auto;
}
.NoPoints { list-style:none; }
.WithPoints { padding-left:14pt; }
.WithPoints, p { padding-bottom:4pt; }
.h2, h2 { margin-bottom:5pt; }
.h3, h3 { margin-bottom:2pt; }

a { color:#fff; }
a:hover { color:#ccc; }

.FloatImage {
	border:2px solid #fff;
	float:right;
	margin:0 10px 0 10px;
}
