#header {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	padding: 0 0 1px 0;
	height: 97px;
}

#header table {

}

#header-logo {
	float: left;
}

#header-tagline {
	float: left;
	margin: 35px 0 0 0;
	font-size: 1.0em;
	color: #333;
	text-shadow: 1px 1px 2px #999999;
	text-align: left;
	/* border: 1px solid #eee; */
}

#header-navbar {
	float: right;
	margin: 20px 0 0 0;
	/* border: 1px solid #eee; */
	text-align: right;
	width: 600px;
}

#header-navbar ul {
	list-style: none;
	margin: 0;
}

#header-navbar li {
	float: right;
}

#header-navbar a {
	display: block;
	font-size: 1.0em;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	color:#0066ff ;
	text-shadow: 2px 2px 3px #cccccc;	
	margin: 0 0 0 15px;
}

#header-navbar a:hover {
	text-decoration: underline;
	color: blue;
}

.clear {
	clear: both;
}