.header {
	margin-bottom: 2em;
	padding-bottom: 4em;
}

.logo-image {
	background: url(images/metabang-2.png) no-repeat center center;
	border-color: transparent;
	width: 160px;
	height: 90px;
	float: right;
}

.logo-image span {
	display: none;
}

body {
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 2em;
	background: #e7fde8;
}

.banner {
	font: normal 150% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border-color: red;
/*	border-style: dotted; */
	clear: none;
	width: 300px;
	height: 90px;
}

.logo-text {
	vertical-align: bottom;
	position: static;
	float: left;
}

.tagline {
	font-style: italic;
	clear: both;
	position: relative;
	float: left;
	font-size: 50%;
	display: block;
}

.contents {
	margin-left: 3em;
	clear: both;
	text-align: justify;
	margin-right: 3em;
}

.contents .sub-title {
	font-size: 110%;
	font-weight: 600;
}

.contents .date {
	text-align: left;
	text-transform: none;
	display: block;
}

.contact-title {
	float: left;
	margin-left: 2em;
	clear: left;
	margin-right: 1em;
	width: 180px;
	text-align: right;
} 

.contact-description {
	text-align: left;
	overflow: auto;
	margin-bottom: 0.6em;
	margin-right: 2em;	
}

.contact-description span {
	    display: block;
}

.footer {
	margin-top: 3em;
	bottom:  50px;
	text-align: center;
}

.footer .link {
	border-right-style: solid;
	border-right-width: 1px;
	margin-left: 1em;
	padding-right: 1em;
}

.footer .last-link {
	margin-left: 1em;
	padding-right: 1em;
}

.copyright {
	font-size: 60%;
	margin-top: 0.8em;
	border-right-color: red;
	border-color: red;
}

a:link { 
	font-weight: 600; 
	text-decoration: none; 
	color: #00986d;
}

a:visited { 
	font-weight: 200; 
	color: #4f477b;
}

a:hover, a:active { 
	color: #00986d;
	text-decoration: underline overline;
}

.system-name {
	float: left;
	margin-left: 2em;
	clear: left;
	margin-right: 1em;
	width: 200px;
	border-bottom: 1pt dashed #bfbfbf;
}

.system-description {
	text-align: left;
	overflow: auto;
	margin-bottom: 0.6em;
	margin-right: 2em;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.boxes {
	color: black;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	padding: 0.5em;
	position: relative;
	text-align: center;
	width: 3in;
}

#metabang {
	width: 2in;
	display: none;
}

#consulting {
	width: 3in;
	left: 7%;
}

#oss {
	left: 40%;
	top: 25px;
}

#weblog {
	width: 2in;
	left: -2%;
}

#widgets {
	width: 2.5in;
	left: 50%;
	bottom: 0.4in;
}

#tagline {
	top: -0.2in;
	left: 17%;
}

