@charset "utf-8";

@import url("../packages/default/css/import.css");

#member {
margin-top: 10px;
}

#topimg {
margin-left: 10px;
}

#informationbar {
display: block;
width: 380px;
height: 33px;
float: right;
margin-top: 50px;
z-index: 2;
}

#header_logo {
width: 500px;
padding-top: 70px;
margin-left: 15px;
height: 75px;
color: #ffffff;
}

#header_logo h1 {
font-size: 1.3em;
font-weight: bold;
margin-bottom: 10px;
}

#header_logo p {
font-size: 1.0em;
}

#menu { 
	background: #666;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 15px 0px; padding: 5px 25px 5px 25px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}

#menu ul li a {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 25px 6px 25px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menu ul li a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	}

