@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	overflow-y:scroll;
}
* html #sitecontainer {
	height:100%;	
}
html, body {
	height:100%;
	background-color: #FFF;
}
p{
	margin:20px;
}
#sitecontainer{
	width:1024px;
	min-height:100%;
	margin: -30px auto auto;
}
#top {
	width: 1024px;
	text-align: center;
	border-top:30px solid #fff;
	background-color: #FFF;
}
#navigation {
	width: 1014px;
	clear: both;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #088;
	padding-left: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	}
#footer {
	height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #088;
	text-align: center;
	width: 1024px;
	padding: 8px 0 8px;
	margin:auto;
	clear:both;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.bullets ul{
	margin-left: 40px;
	margin-bottom: 20px;
}
.bullets li{
	margin-top:5px;	
}
.title1 {
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.tatsuno-title{
	font-size: 30px;
	font-weight: bold;
}
.ref {
	float:left;
	margin-left:20px;
	margin-top: 20px;
}
.marg-l50{
	margin-left:50px;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
