html {
	background: #360;
}

body {
	background: transparent  50% 0px;
/* font: 0.72em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	font: 12px "Lucida Grande", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #525151;
}

.caption{
	color: #666666;
	margin-top: -3px;
	font: 1em "Lucida Grande", Helvetica, sans-serif;
}

#wrapper { /* IE workaround */
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background-color: white;
}
html>body #wrapper {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 750px;
}

#header {
	position: relative;
	background: no-repeat 0px 0px;
	height: 225px;
}
#header h1 {
	position: absolute;
	left: -5px;
	top: 180px;
	width: 335px;
	height: 50px;
	cursor: pointer;
	text-indent:-9999px;
}
#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content { /* IE workaround */
	margin: 0;
	padding: 25px;
	width: 430px;
	height: 584px; /* (64+2*20+2)*6 - 2 - 2*25 */
	background: #fff;
}
html>body #content {
	margin: 0;
	padding: 25px;
	width: auto;
	height: auto;
	max-width: 430px;
	min-height: 584px; /* (64+2*20+2)*6 - 2 - 2*25 */
	background: #fff;
	background-color:transparent;
}
#content :first-child {
	margin-top: 0px;
}
#content :first-child + h1 {
	margin-top: 0px;
}

#sidebar {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 480px;
	width: 269px;
	background-color: white;
	position: absolute;
	border-left: 1px dotted #cccccc;
}

div#sidebar{
	min-height: 5500em; _height: 5500em; 
}

#sidebar h4{
	padding-left:1em;
}
#sidebar p{
	padding-left:1em;
}

#sidebar li{
	display:list-item;
	width: 200px;
	list-style: none;
}
#sidebar li a{
	text-decoration:none;
	color: #191919;
}
#sidebar li a:hover{
	text-decoration:underline;
	color: #191919;
}
#footer {
	position: relative;
	margin: 0;
	padding: 0.75em 25px 0.75em 25px;
	min-height: 1em;
	clear: both;
	color: white;
	background: #80090f;
}
#footer * {
	margin: 0;
	padding: 0;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}