#top_bar {
	background-position: right;
	position: relative;
	z-index: 1;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	background-image: url(../img/topbar_bg.png);
	width: 800px;
	height: 111px;
}

#logo {
	float: left;
	position: relative;
	background-repeat: no-repeat;
	z-index: 2;
	background-position: 0px 0px;
	background-image: url(../img/logo.png);
	left: 10px;
	top: 3px;
	height: 131px;
	width: 151px;
}

#top_bar #logo_text {
	left: 20px;
	float: left;
	z-index: 1;
	position: relative;
	top: 85px;
	color: white;
	text-shadow: 0px 0px 4px #560000;
	font-size: 18px;
}

#menu_bar {
	text-decoration: none;
	background-color: #050505;
	background-image: url(../img/menubar_bg.png);
	left: 0px;
	top: 0px;
	position: relative;
	height: 25px;
	width: 800px;
}

#menu_bar .item {
	margin-right: 15px;
	margin-left: 15px;
	top: 5px;
	color: #e3e3e3;
	float: left;
	position: relative;
	border-right-width: 10px;
	border-left-width: 10px;
	font-size: 12px;
}

#menu_bar #item_container {
	position: relative;
	margin-left: 140px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#menu_bar .item a:link, #menu_bar .item a:visited {
	color: #e3e3e3;
	text-decoration: none;
}

#menu_bar .item a:hover {
	text-decoration: underline;
}

#topbar_box {
	width: 250px;
	height: 111px;
	float: right;
}

#topbar_box #login_box {
	position: relative;
	right: 10px;
	float: none;
	top: 10px;
	clear: left;
	color: white;
	font-size: 11px;
	text-align: right;
}

#topbar_box #login_box a:link, #topbar_box #login_box a:visited {
	color: white;
	text-decoration: none;
}

#topbar_box #login_box a:hover {
	text-decoration: underline;
}

#search_box {
	top: 60px;
	width: 200px;
	float: right;
	position: relative;
	right: 0px;
}

#search_box input {
	left: 0px;
	position: relative;
	float: left;
	color: #898989;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	height: 18px;
	width: 150px;
}

#search_button, #search_button:link {
	float: left;
	left: 7px;
	background-position: 0px 0px;
	top: 2px;
	position: relative;
	background-image: url(../img/search_button.png);
	height: 20px;
	width: 20px;
}

#search_button:hover {
	background-position: 0px 20px;
}

