#print_head {
	width:640px;
	margin-top:5px;
 	border-top:solid 2px black;
 	border-bottom:solid 2px black;
}
#print_head table {
}
#print_head table td {
	padding:5px;
}
#print_head table td.info {
	width:99%;
	font-size:0.8em;
}
#print_head table td.logo {
	vertical-align:middle;
}

/*************************** theme_content *********************/
#content {
 	background-image:none;
}
#content .head {
 	background-image:none;
}
#content .data {
	border:0;
	width:640px;
	padding:20px 0px 40px 0px;
}
#content .bottom {
 	background-image:none;
}
#content .footer {
	width:640px;
	font-size:0.8em;
	padding-left:0px;
	border:solid 0px red;
	text-align:center;
	color:black;
}
#content .footer a {
}
#content .footer a:hover {
}
/*************************** navigation *********************/
#navigation_bg {
	display:none;
}
#navigation {
	display:none;
}
#logo {
	display:none;
}
#meta_navigation {
	display:none;
}
#data_menu {
	display:none;
}


