body {
	margin: 0;
}

#global-bar {
	background-color: #480000;
	border-bottom: 1px solid #e8be48;
	clear: both;
	display: block;
	height: 30px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#global ul {
	background: #2b0000 url(images/global.png) no-repeat -10px -10px;
	float: right;
	height: 25px;
	list-style: none outside none;
	width: auto;
	margin: 0;
}

#global li {
	border-left: 1px solid #fff;
	display: block;
	float: left;
	height: 15px;
	position: relative;
	text-align: center;
	width: auto;
	margin: 5px;
	padding: 0 10px 0 20px;
}

#global li:first-child {
	border-left: none;
	padding-left: 30px;
}

#global a {
	color: #FFF;
	font: normal 12px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: text-top;
}

#global a:focus,
#global a:hover {
	color: #cbcbcb;
	text-decoration: none;
	background-color: transparent;
}		

#sitebody {
	margin: .5em;
}
