/* CSS Document */

html { 
	background: transparent url(zen/images2/liuku150.gif) repeat-x;
	width:95%;}
	
body { 
	font: 8pt/16pt verdana; 
	color: #333; 
	background: #fff url(zen/images2/puu.gif) no-repeat top left; 
	background: #fff url(zen/images2/puu.gif) no-repeat right bottom;
	margin: 100px 0px 0px 0px;
	line-height:100%;
	}

p { 
	font: 8pt/16pt verdana; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: bold normal 12pt "Courier New", Courier, mono; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #5D5E5E;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fca5eb;
	}
acronym {
	text-decoration: none;
	color: #f95bd9;
	border-bottom: 1px dotted #ccc;
	cursor:crosshair;}		

/* specific divs */
#container { 
	background: url(zen/images2/puu2.gif) no-repeat top left; 
	padding: 0px 220px 0px 200px;  
	margin: 0px;
	}

#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(zen/images2/header.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 250px; 
	height:120px; 
	float: left;
	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 { 
	margin-top: 58px; 
	margin-bottom: 40px;
	width: 250px; 
	height: 18px; 
	float: left;
	}
#pageHeader h2 span {
	font-size:16px;
	font-family:"Courier New", Courier, mono;
	}

#quickSummary {
	clear:both; 
	margin: 10px 10px 30px 10px; 
	}
#quickSummary p {
	font: bold 10pt/16pt verdana; 
	text-align:left;
	}

#preamble {
	padding-left: 10px; 
	margin-bottom: 40px;
	}
#preamble h3 {
	padding-left: 25px; 
	background: url(zen/images2/icon20x20.gif) no-repeat; 
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}
#supportingText h3 {
	padding-left: 25px; 
	background: url(zen/images2/icon20x20.gif) no-repeat; 
	}
#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 500px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(zen/images2/linksbg.gif) top left repeat-y; 
	padding: 0px; 
	margin-top: 150px; 
	width: 180px; 
	}
#linkList h3.select { 
	background: transparent url(zen/images2/h1.gif) no-repeat top left; 
	margin: 50px 0px 5px 0px; 
	width: 200px; 
	height: 50px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(../../css_zen_garden/h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(zen/images2/h2.gif) no-repeat top left; 
	margin: 50px 0px 5px 0px; 
	width:200px; 
	height: 50px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(zen/images2/h3.gif) no-repeat top left; 
	margin: 50px 0px 5px 0px; 
	width:200px; 
	height: 50px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(../../css_zen_garden/cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #5D5E5E;
	}
#linkList li a:visited {
	color: #5D5E5E;
	}
#linkList li a:hover {
	color: #fb75e1;
	}	


#extraDiv1 { 
	background: transparent url(../../css_zen_garden/cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 148px; 
	height: 110px; 
	}