@media all {	 
	* html li a { height:1%; } /* This corrects the huge white-space that IE on Windows adds to the bottom of linked list-items (=IE bug) */ 
}
body
{
	padding: 0;
	margin:0;
	font: normal 11px Arial;
	background-color: #EAE2E0;
}
div {
	background-color: transparent;
}
#hidden {
	
}
#section_top_spacer 
{		
	display: none;
	
}
#section_content 
{	
	display: none;	
	background: url(../images/background_main.jpg);
	
}
div.contentcenter {
	background-color:	transparent;
	color: #9D9088;
}
#print {
	display: block;
	
}
#printInfo{
	display: block;
	margin: 20px 0 20px 0;
}
#printView {
	display: block;
}
#printView ul#side-nav {
	float: right;
	text-align: right;
	margin: 5px 30px 0 0;
	display: none;
}
#printView ul#side-nav li  {
	margin-top: 0px;
	list-style: none;
	display: inline;	
	padding: 0 5px 0 5px;
}
#printView ul#side-nav li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #8A7C79;	
}
#printView ul#side-nav li a:hover {
	color: #B8716A;
}

#content_image{
	margin-top: 0px;
	float: left;
}
#content-text{
	margin-top: 0px;	
	padding: 42px 30px 0 110px;
}
#printView div.container_box {
	background-color: transparent;
	margin-top: 0px;		
	vertical-align: top;
	
}
#content-text h3 {
	color: #A83C33;
}
#content-text p {
	color: #9D9088;
	vertical-align: top;	
}

