/*************************** OUTER **************************/
html, body { 
	text-align:center; 
} 
body {
 	border:solid 0px #ccc;
 	margin:0 0 50px 0;
}
#outer {
	width:972px;
   text-align:left;  
 	border:solid 0px #ccc;
   /* center|left style */
   margin-left:auto; 
   margin-right:auto;  
 	background-repeat:repeat-y;
}
/*************************** TOP **************************/
#top {
}
#top a {
	text-decoration:none;
}
#top img.logo {
	display:none;
}
/*************************** BODYBLOCK **********************/
#bodyblock {
	padding:0;
}
/*************************** NAV ****************************/
#nav {
	display:none;
}
/*************************** NAV1 ***************************/
#nav1 {
	display:none;
}
/*************************** NAV ****************************/
#nav2  {
	display:none;
}
/*************************** CONTENT ************************/
#content {
	text-align:left;
}
#content .content {
	padding:0em 5em 5em 0.5em;
	border:solid 0px #aaa;
}
#content p {
	display:block;
}
#content img.spacer { /* MSIE: alternate min-height  */
	float:right;
}

/*************************** FOOTER *************************/
#print_footer {
	text-align:center;
	border-top:solid 1px #134b0d;
	padding:20px 0px 0px 10px;
	margin-top:20px;
	font-size:0.9em;
	width:700px;
}
#footer {
	display:none;
}


/*************************** Photo Zoom CSS ********************/
div.zoom {
	float:right;
	margin:10px 0px 10px 0px;
}
div.zoom img {
	width:200px;
}
div.zoom span.caption {
	width:200px;
	float:left;
	text-align:right;
	text-decoration:none;
	font-size:.8em;
}
div.zoom a:hover {
	padding:0px;
}

/* IE needs this in this selector */
div.zoom a:hover img {
}
div.zoom a:hover span.caption {
}
/* used to avoid the IE box model hack */
div.zoom a:hover span.inner {
}



