body {
	text-align: center;
	min-width: 760px;
	background-color: #5d5048;
}

div#allcontent {
	margin: 0px auto 0 auto;
	border: 1px solid #ffffff;
	width: 760px;
	background-color: #423433;
}

h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

div#footer {
	margin-top: 30px;
	}

div#topbar {
	height: 75px;
	font-family: trebuchet ms, arial, verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
	color: #ffffff;
	letter-spacing: 1.1pt;
	border-bottom: 1px solid #ffffff;
}

div#content {
	text-align: left;
	padding: 15px 150px 15px 15px;
	width: 400px;
	height: 100%;
	font-familly:trebuchet ms, arial, verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}

div#menu {
	float: right;
	width: 760px;
}

div#menu A {
	display: block;
	width: 125px;
	position: relative;
	left: 0px;
	top: -10px;
	z-index: 50;
	float: left;
	border: 1px solid #ffffff;
	height: 25px;
	background: #998c84 url('images/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	font-family: trebechet ms, arial, verdana;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 3px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;	
}

div#menu a:hover {
	background: #423433 url('images/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	color: #bbc6b6;
}