@charset "utf-8";

body {
	color: #000;
	background: #fff;
}

#menu, #header, #logo, /*#nav,*/ #searchbox, #go, #sidebar4, #sidebar-box {
	display: none;
}

#content-area2, #breadcrumbs {
	width: 620px; 
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: inherit;
	white-space: normal;
}

#content-area2 img {
	width: 100%;
	float: left;
	background-color: #fff;
	border: none;
	padding: 10px 0;		
}

#copyright {
	float: left;
	text-align: left;
	clear: inherit;
	padding-left: 25px;
}

h2, .subpage-h2, h3, h4, li, ul {
	color: #000;
	border-bottom-color: #000;
}

a:link, a:hover, a:visited, a:active {
	color: #999;
	text-decoration: underline;
}

#breadcrumbs {
	border-bottom-color: #000;	
}

#breadcrumbs ul {
	margin-bottom: 5px;
	color: #000;	
}

#breadcrumbs li a {
	text-decoration: underline;	
}