@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#ffffff;
	height:90%;
	font-family: "Univers LT 55", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #96cc1f;
}
html { height:100% }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
p:first-child { margin-top:0px }
table { empty-cells:hide }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-x1 {  }
.f-x2 {  }
.f-x3 {  }
em { font-style:italic }
h1 { font-weight:bold; font-size:18px }
h2 { font-weight:bold; font-size:16px }
h3 { font-weight:bold; font-size:14px }
strong { font-weight:bold }
a:link {
	color:#666;
	text-decoration:none
}


a:hover {
	text-decoration: none;
	color:#333;
}
#b-navbar {display:none !important; }

#PageDiv {
	position:relative; 
	margin:auto; 
	width: 800px; 
	height:100%;
}

#logo {
	width: 800px;
	height: 100px;
	float: right;
	margin-top: 20px;
}

.logoinner {
	width: 230px;
	float: right;
}

.left {
	width: 200px; 
	float: left;
}
.main {
	width: 550px;
	float:right;
	text-align: right;

}
