{
margin: 0px;
padding: 0px;
}
a:link {
	color: #E0E7FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #E0E7FF;
}
.status {position: absolute; top: 225px; right: -720px}
.status2 {position: absolute; top: 225px; right: -760px}

#menu
{
	background: url('images/menu.gif') no-repeat;
	display: inline;
	float: left;
}

#menu ul {
	list-style: none;
	display: inline;	
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 192px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
}

#menu a:hover {
    display: block;
	width: 192px;
    height: 45px;
    text-align: center;
	color: #FF0000;
	text-decoration: underline;
	background: url('images/menu_back.gif') repeat-x;
}

#footer {
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url('images/footer.gif') repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #E9E9E9;
}

#footer a {
	color: #E0E7FF;
}