

body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

#logo {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 70px;
	display: block;
}

#menubar {
	width: 100%;
	background-color: #E7EAEF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

	display: block;
	float: left;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#menuspacer {
	width: 67px;
	float: left;
	height: 5px;
}

a.menuelement {
	margin-right: 8px;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

a.menuelement, a.menuelement_selected {
	margin-right: 8px;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

a.menuelement_selected {
	font-weight: bold;
}

a.menuelement:hover, a.menuelement_selected:hover {
	background-image: url(../images/arrow2.gif);
}

#container {
	float: left;
	padding-bottom: 20px;
	padding-left: 77px;
}

#content {
	width: 550px;
}

