body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(../graphics/body.gif) repeat-x 0 27px;
}

img {
	border: 0;
}

a {
	color: #cc0000;
}

h1 {
	font-weight: normal;
	font-size: 170%;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	font-size: 110%;
	background: white url(../graphics/sidebar.gif) repeat-y top right;
}

#sidebar {
	float: right;
	width: 200px;
	background: url(../graphics/sidebar.gif) repeat-y;
	text-align: center;
	padding: 260px 15px 10px;
}
* html #sidebar {
	position: relative;
	left: 44px;
	width: 240px;
	margin-left: 40px !important;
	z-index: 2000;
}
#sidebar div {
	position: relative;
	#left: -2px;
	top: -8px;
	#top: 3px;
}
* html #sidebar div {
	left: -21px;
}
#sidebar div a {
	font-size: 90%;
}

#main {
	margin-right: 226px;
	background: url(../graphics/wrapper.gif) repeat-y top right;
	position: relative;
	min-height: 500px;
}
* html #main {
	height: 500px;
}

#banner {
	background: url(../graphics/header.gif) repeat-x;
	height: 150px;
}
* html #banner {
	position: absolute;
	width: 900px;
}

#navigation {
	height: 47px;
	background: url(../graphics/navigation.gif) repeat-x;
}
* html #navigation {
	position: absolute;
	top: -60px;
	width: 900px;
}
#navigation ul {
	margin: 0;
	padding: 0 0 0 2px;
	background: url(../graphics/nav_right.gif) no-repeat top left;
	height: 34px;
}
#navigation li {
	list-style-type: none;
	float: left;
	padding-right: 2px;
	background: url(../graphics/nav_right.gif) no-repeat top right;
}
#navigation li a {
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#navigation a:hover {
	background: url(../graphics/nav_hover.gif);
}
#navigation li.nav_active a {
	color: white;
}

#content {
	padding: 0 12px;
}
* html #content {
	margin-top: 210px;
}

#sideoverlay {
	width: 28px;
	height: 212px;
	background: url(../graphics/topright_overlay.gif);
	position: absolute;
	top: 0;
	right: 0;
}
* html #sideoverlay {
	top: -210px;
	right: 226px;
}

#footer {
	background: #da9b2c url(../graphics/footer.gif) repeat-y top right;
	height: 30px;
	line-height: 30px;
}
#footer p {
	width: 876px;
	margin: 0 auto;
	background: #f3ad31 url(../graphics/sidebar.gif) repeat-y top right;
	padding: 0 12px;
}

#preload {
	display: none;
	visibility: hidden;
}