@charset "utf-8";

/* =========================================================
”Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }

h1 {
	font-size: 3.6em; letter-spacing: -0.03em;
}

h2 {
	font-size: 150%;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 120%;
}
p {
	text-indent: 1em;
	line-height: 1.6em;
}
a:hover {
	text-decoration: underline;
}
img a {
	text-decoration: none;
}

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }

.blue { color: #00f; }

.black { color:#000; }
/* =========================================================
”global
========================================================= */

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.terminal {
	font-family: terminal;
}

/* =========================================================
”body
========================================================= */
body {
	margin:  10px 0 0;
	padding: 0;
	background: #678;
	color: #000000;
	font-family: sans-serif;
	font-size: 93%;
	text-align: center;
}

/* =========================================================
”container
========================================================= */
#container {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* =========================================================
”header
========================================================= */
#header { width:100%; text-align: left; float: left; clear: both; background: #fff; }
#masthead h1 { margin: 10px 0 0 20px; text-transform: none; text-align: left; width: 700px;}
#masthead h1 img { float: left; }
#masthead p { float: left; margin-left: 20px; color: #888; width: 700px; }
#masthead h3 { padding: 20px 0 0.2em 20px; font-weight: normal; text-transform: none; color: #888; text-align: left; }
#masthead { width: 100%;}
#mastheadimg { float: right; position:absolute; margin-left: 770px;}
#header_img { position: relative; margin: 35px 0 1em 0; float: left; clear: both; }
#header_img img { display: block; } 

/* =========================================================
”wrapper
========================================================= */
#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper {
	display: inline-table;
	min-height: 1%;
	clear: both;
}
/* Hides from IE-mac \*/
* html #wrapper { height: 1%; }
#wrapper { display: block; }
/* End hide from IE-mac */

#wrapper p {
	margin: 1em;
}

#wrapper ul {
	margin: 1em 1em 1em 30px;
}
#wrapper ul li {
	margin: 0 0 0.5em;
}

/* =========================================================
”content_right
========================================================= */
#right {
	float: right;
	width: 480px;
	height: 450px;
}
#right h2 {
	display: none;
}
#right img{
	margin-top: 1em;
	text-align: center;
}
#right p {
	line-height: 1.2em;
}

/* =========================================================
”content_left
========================================================= */
#left {
	float: left;
	width: 480px;
	height: 450px;
}
#left h2 {
	display: none;
}
#left img{
	margin-top: 1em;
	text-align: center;
}
#left p {
	line-height: 1.2em;
}

/* =========================================================
”content_entry
========================================================= */
.entry {
	clear: both;
	margin: 0;
	padding: 10px 20px;
}
.entry h2 {
	margin-top: 1em;
	text-align: left;
}
.entry table {
	margin-top: 1.5em;
	padding-left: 3em;
	float: left;
}
.entry table a {
	text-decoration: none;
}
.entry table a:hover {
	text-decoration: underline;
}

/* =========================================================
”footer
========================================================= */
#footer {
	padding: 20px;
	clear: both;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
}
#footer address {
	font-style: italic;
	text-align: center;
}

