body {
	margin: 0px;
	padding: 0px;
	color: #818285;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}

#mainpage {
	margin: 0px;
	padding: 0px;
	width: 880px;
}

#logo {
	position: relative;
	left: -8px;
	height: 70px;
}

#navibar {
	position:fixed;
	float: left;
	margin: 0px;
	padding: 40px;
	width: 140px;
	height: 100%;

}

#navibar ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 20px;
	list-style-type: none;
}

#navibar li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}
	
#navibar .header {
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 10px;
	border: 0px;
	border-bottom: 1px dashed #AEAEAE;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: underline;
	color: #5FBB46;
}

#showcase {
	width: 600px;
	float: right;

	margin: 0px;
	margin-top: 60px;
	padding: 20px;
	padding-top: 30px;
}

#showcase a, #showcase a:link, #showcase a:visited {
	color: #5FBB46;
}
#showcase a:hover {
	color: #000000;
}

#showcase .subheader {
	color: #5FBB46;
	font-weight: bold;
	margin-bottom: 10px;
}

#showcase p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#showcase .bodycopy {
	width: 400px;
	margin-bottom: 20px;
}

#showcase .bodycopy p:first-child {
	font-size: 10pt;
}

#showcase hr {
	margin: 0px; padding: 0px;
	margin-bottom: 10px;
	width: 400px;
	border: 0px;
	border-top: 1px dashed #AEAEAE;
}

#showcase .show {
	/*border: 1px #7d7d7d solid;*/
	margin-bottom: 20px;
}

#comarts {
	float: right;
	border: 0px;
}

#ichi {
	position: relative;
	top: 1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}