body {
	color: #000;
	font: 62.5%/150% Arial, Verdana, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 1.2em;
}
h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -.01em;
	line-height: 1.10em;
	margin-bottom: 0.2em;
}
h4 {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
ul,
p,
hr,
fieldset,
table {
	margin-bottom: 1.4em;
}
address {
	font-style: normal; 
}
a:link,
a:visited {
	color: #000;
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	text-decoration: none;	
}
a img {
	border: 0 none;
}
hr {
	background: #8E8E8E;
	border: none;
	clear: both;
	color: #8E8E8E;
	display: block;
	height: 1px;
	width: 100%;
}
#content {
	width: 100%;
}

#skips,
#menu1,
.search,
#col1,
#col3,
#pagination,
#footer {
	display: none;
}

/* contentbox
======================================== */
.contentbox {
	position: relative;
	width: 100%;
}
.contentbox0,
.contentbox1 {
	float: left;
	position: relative;
	width: 285px;
}
.contentbox1 {
	margin-right: 10px;
}
.contentboxmedia {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
	width: 140px;
}
	.contentboxmedia img {
		border: 1px solid #AAA;
	}
.contentboxtext {
	float: left;
	width: 440px;
}
.contentbox0 .contentboxtext,
.contentbox1 .contentboxtext {
	width: 135px;
}
