body {
	margin: 0px;
	padding: 0px;
	background-color: #a0abff;
	background-color: #5d6a99;
	background-color: #240e0e;
	width: 100%;
}

#main {
	margin: 0px;
	padding: 0px;
	height: 245px;
	background: url("../images/logo.jpg") no-repeat;
	background-color: #202227;
}

#menu {
	list-style-type: none;
	background: url("../images/middle_bar.gif");
	height: 77px;
	border-top: 1px solid #e1e5cf;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	height: 71px;
	text-align: center;
	width: 170px;
	border-right: 1px solid #c7eb1a;
}

#menu li a {
background: url("../images/button_left.gif") no-repeat;
	display: block;
	height: 48px;
	font-family: verdana;
	font-size: 18px;
	padding-top: 24px;	
	font-weight: bold;
	color: #333752;
	text-align: center;
	width: 170px;
}

#menu li a:hover {
	background-color: #c5ea1a;
}

#menu li.f {
	width: 22px;
	background: none;
	background-color: #afd017;
}

#menu li.a {
	overflow: hidden;
	border: none;
	margin-left: 300px;
}

#menu li.a img {
}

#menu .f span {
	display: none;
}

.man {
	color: #dedede;
	font-family: verdana;
	font-size: 12px;
	margin-left: 30px;
	width: 350px;
}	

h1 {
	color: #dedede;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	margin-left: 30px;
	width: 350px;
}

a{
	color: white;
}