* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(/media/images/site/background.gif);
	background-repeat: repeat-x;
	background-color: ff8748;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #ffbe77;
	height: auto !important;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	height: 90px;
	background-color: #ff7e00;
	background-image: url(/media/images/site/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation {
	float: left;
	width: 900px;
	color: #FFFFFF;
	background-color: #ff9d33;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 10px;
	padding-bottom: 9px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	color: #333;
	height: auto !important;
	height: 350px;
	width: 647px;
	float: left;
	background-color: #ffbe77;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 10px;
	height: auto !important;
	height: 350px;
	width: 250px;
	background-color: #fcad56;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 11px;
	display: inline;
}
#footer {
	width: 900px;
	clear: both;
	color: #FFFFFF;
	background-color: #ff9d33;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
#footer a {
	color: #FFFFFF;
}
.menu {
	color: white;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	border-right: 1px solid white;
	text-decoration: none;
	background-color: #ff9d33;
padding-top: 11px;
padding-right: 10px;
padding-bottom: 9px;
padding-left: 10px;
	font-variant: small-caps;
}

.menu:hover {
	background-color: #ff7e02;
	color: #000000;
}

.toolbar {
	background-color: #ff9d33;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}