/* Header styles */
#header {
	background: #0d6e0f url(images/header_bg.jpg) repeat-x bottom;
	margin: 0;
	padding: 0;
	height: 100px;
}
#header #logo {
	display: compact;
	height: 100px;
	float: left;
}
#header h1, #header h1 a {
	border: 0;
	color: #fff;
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#header h1 a:hover {
	text-decoration: none;
}
#header .description {
	color: #ffff00;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	letter-spacing: 2px;
	float: left;
	vertical-align: baseline;
	clear: right;
}
#top_search{
	margin: 0;
	padding: 0 5px 5px 5px;
	text-align: left;
	float: right;
	background: transparent;
	vertical-align: middle;
}

