body { margin: 0; padding: 0; }

#content_shell {
	font-family: "Trebuchet MS", "Arial", verdana;
	font-size: 11px;
	margin-top: 30px;
	text-align: left;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#content_lefthtml {
}

#content_header {
	width: 880px;
	height: 242px;
	position: relative;
}

#content_topmenu {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 2px;
	clear: both;
}

#content_topmenu_wrapper {
	background-image: url("menu.gif");
	background-repeat: no-repeat;
	height: 31px;
	vertical-align: middle;	
	padding-left: 40px;
	width: 100%;
}

#content_topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 10px;
	height: 29px;
	vertical-align: middle;
}

#content_topmenu a:hover {
	text-decoration: underline;
}

#content_topmenu a.highlight {
	color: #503a23;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.al, .ac, .ar, .ac_highlight {
	float: left;
	height: 22px;
	padding-top: 7px;
}

.al {
	width: 0px;
}

.ac {
	padding-left: 13px;
	padding-right: 13px;
	color: #ffffff;
}

.ac_highlight {
	background-image:url("topmenu_link_highlight.jpg");
	padding-left: 13px;
	padding-right: 13px;
	float:left;
	color: #503a23;
}

.ar {
	background-image: url("topmenu_right.gif");
	background-repeat: repeat-y;
	width: 2px;
}

