@charset "utf-8";
a {	outline: none;}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
}
#menu {
	float: left;
	width: 152px;
	padding-top: 0px;
	padding-left: 0px;
}

#header {
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	height: 72px;
	width: auto;
}
#logo {
	height: 72px;
	float: right;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	display: inline;
	float:right;
}
.near {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #999999;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	display: inline;
	float:right;
}
.over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ccff33;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	display: inline;
	float:right;
}
