html {
	background: white none;
}
body {
	background: transparent repeat-y 50% 0px;
/* font: 0.72em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #525151;
}

#wrapper { /* IE workaround */
	padding: 0;
	width: 761px;
	background-color: #ffffff;
	height: 1500px;
}
html>body #wrapper {
	padding: 0;
	width: auto;
	height: 1500px;
	max-width: 761px;
}

#header {
	position: relative;
	background: no-repeat 0px 0px url(../images/header.jpg);
	height: 168px;
}
#header h1 {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 335px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

#sidebar {
	margin: 0;
	padding: 10px;
	top: 40px;
	left: 0px;
	width: 191px;
	position: absolute;
	height: 215px;
	background: transparent url(../images/menu_bg.jpg) no-repeat;
}

#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
}

#body_copy{
	position:absolute;
	left: 250px;
	margin-top:1em;
	height: inherit;
	overflow: visible;
	width: 500px;
}
#content { /* IE workaround */
	margin: 0;
	left: 180px;
	padding: 25px;
	width: 761px;
	height: 761px; /* (64+2*20+2)*6 - 2 - 2*25 */
	background-color: white;
	overflow: auto;
}
html>body #content {
	margin: 0;
	left: 180px;
	padding: 25px;
	width: auto;
	max-width: 761px;
	min-height: 761; /* (64+2*20+2)*6 - 2 - 2*25 */
	overflow:hidden;
	overflow: auto;
}
#content :first-child {
	margin-top: 0px;
}
#content :first-child + h1 {
	margin-top: 0px;
}
