body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #09f;
}
#container {
	margin: 0 auto;
	width: 800px;
}
#logo {
	font-size: 0px;
	background: url(images/logo.png);
	float: left;
	height: 66px;
	width: 366px;
	color: #fff;
	margin: 0px 0px 10px 36px;
}
#info {
	color: #8c8cff;
	font-weight: 800;
	float: right;
	text-align: right;
	margin: 28px 36px 0px 0px;
}
#info2 {
	color: #999;
}
#head {
	background: url(images/menu.png) no-repeat;
	height: 56px;
	padding: 10px 0px 0px 62px;
	margin: 0px 0px -20px;
}
#head ul {
	padding: 0px;
	margin: 0px;
	height: 30px;
}
#head li {
	background: url(images/menu2.png) no-repeat;
	height: 36px;
	width: 96px;
	list-style: none;
	font-size: 14px;
	font-weight: 800;
	color: #99c;
	margin: 0px;
	float: left;
}
#head li a {
	color: #99c;
	display: block;
	padding-top: 8px;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	height: 100%;
}
#head li a:hover {
	color: #7350FE;
}
#content {
	text-align: left;
	color: #666;
	background: url(images/bg.gif);
}
h1 {
	font-size: 23px;
	color: #6453ff;
	background: url(images/whatis.png) no-repeat;
	padding: 24px 0px 23px 64px;
	margin: -3px 0px -15px;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	letter-spacing: -1px;
}
#content2 {
	padding: 4px 70px 0px;
}
#content ul {
	padding: 0px 0px 5px 25px;
	margin: -6px 0px 0px;
	list-style: circle;
}
#content li {
	background: url(blank.gif);
	list-style: disc;
	font-size: 12px;
	font-style: italic;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content2 h1 {
	background: url(images/blank.gif);
	padding: 0px;
	margin: 0px;
}
#footer {
	color: #fff;
	background: url(images/footer.png) no-repeat;
	font-size: 10px;
	height: 35px;
	text-align: center;
	padding: 45px 0px 0px;
}
.clear {
	clear: both;
}
img {
	border: 0px;
}