/*
stylesheet for all sub pages
*/

/* 
	these abs positions are safe ONLY because the context for header 
	and the context for the viewport are the same
*/

#hdimg1 {
	position:absolute;
	left:0px;
	top:0px;
	}

#hdimg2 {
	position:absolute;
	right:30px;
	top:12px;
	}

#content {
	background:url('../images/header_ct.gif') repeat-y;
	}

#leftbar {
	position:relative;
	left:0;
	top:0;
	margin-left:-28px;
	}
.leftbutton {
	margin-top:9px;
	margin-bottom:3px;
	padding:0;
	}

/* positioned to right of the left bar */
#textblock {
	margin-left:164px;
	}

#content img {
	padding-left:0.5em;
	margin-left:0.5em;
	}
