
html, body {
	height: 100%;
	margin: 0px;
	text-align: center; 
	padding: 0;
}
body {
	background-image:url(http://www.samzine.net/ww_view/css/samzine/images/body_bg.gif);
	background-repeat: repeat;
}
#pageouter {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
#pageinner {
	min-height: 100%;
}

#titlebar {
	position: relative;
	height: 100px;
background-image:url(http://www.samzine.net/ww_view/css/samzine/images/titlebar_bg.jpg);

}
#titlebar * {
	margin: 0;
	/* to prevent titlebar pushing down from page top */
}

#titletext {
	background-image:url(http://www.samzine.net/ww_view/css/samzine/images/titletext_bg.jpg);
	background-repeat: repeat;
	width: 600px;
	height: 76px;
}

#titleright {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: auto;
	height: auto;
}
#headerlink {
	/* positioning only really necessary for IE 6, but doesn't affect other browsers */
	position: absolute;
	top: 0;
	left: 0;
	height:100%; /*or whatever*/
	width:100%;
}
#headerlink p{
	height: 100px; /*match to #titlebar height*/
	text-indent: -100.0em;
	overflow: hidden;
}
#headerlink p a {
	display:block;
	line-height: 100px; /*match to #titlebar height*/
}
#topmenu {
	display:none;
}

#content {
	position: relative;
	/*float: left;*/
	/* padding-bottom should equal height of footer, 
	including borders and padding  */
	padding-bottom: 60px;
	width: 100%;
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}
#leftcontent {
	float:left;
	width:170px;
	margin-left: -650px;
}
#rightcontent {
	float: right;
	width:340px;
}
#leftupper {
	display:none;
}
#leftouter {
	float: left;
	width: 100%;
}
#leftupper {
	display:none;
}
#rightupper {
	display:none;
}
#rightinner {
	float: left;
	width: 50%;
}
#rightouter {
	float: right;
	width: 50%;
}

#maincontent {
	width: 470px;
	/*position: relative;*/
	float: left;
	margin-left: 180px;
	/*margin-right: 350px;*/
	overflow: auto;
}

#footer{
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 1000px;
	margin-top: -60px;
	height: 60px;
	text-align: center;
	/* if borders are added to footer then the footer-height will need
	   to be adjusted in a later style sheet */
}
#footer * {
	margin: 0px;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

	.leftbackground {
		background-image: url(http://www.samzine.net/ww_view/css/samzine/images/left_background.jpg);
		background-repeat: repeat-y;
		background-position: -230px top;
	}

	.rightbackground {
		background-image: url(http://www.samzine.net/ww_view/css/samzine/images/right_background.gif);
		background-repeat: repeat-y;
		background-position: 660px top;
	}
/* file cached at 1268248758*/