body{
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;

}

html{ 
	height: 100%;
}

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

a:hover {
	color: #ffe14d;
	text-decoration:none;
}

ul li.active a{

	color: #ffe14d;
	text-decoration:none;

}

p{
padding-top:12px;
margin:0;

}

td { vertical-align: top; }

.clear{
clear:both;
}

a.linkurl{
	color:#213e63;
}


/**
* Header with Logo
*/
#header1{
	width: 970px;
	height: 45px;
	padding: 0px;
	margin:auto;

}

#languages{

	width: 130px;
	height: 24px;
	float:right;
	margin-top:10px;
	display:inline;
}

#langtext{

	width:60px;
	float:right;
	margin-left:115;
	margin-top:3;

}

#eng{

	width:30px;
	height:30px;
	background-image:url(images/eng.jpg);
	background-repeat: no-repeat;
	float:right;
	background-position: center top;
	margin-top:10px;
	margin-left:0px;
	padding-left:10px;

}

#jp{

	width:30px;
	height:30px;
	background-image:url(images/jp.jpg);
	background-repeat: no-repeat;
	float:right;
	background-position: center top;
	margin-top:10px;
	margin-right:18px;
}

#header2{
	width: 970px;
	height: 110px;
	padding: 0px;
	margin:auto;
	background-color: #ffffff;
}

#logo{
	width:280px;
	height:100px;
	float:left;
	padding:0px;
	margin-top:-1px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header2text{
	width:100px;
	height:110px;
	float:right;
	margin-top:-1px;
	background-image: url(images/100.jpg);
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: center top;
}

#text{

	
	float:left;
	text-align:right;

}

#menu{
	width:996px;
	height:40px;
	margin:auto;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.menu{
	width:970px;
	margin:auto;
	padding-left:50px;
	padding-top:13px;
}


.top_li{
	width:970px;
	margin:auto;
	list-style:none;
	display:inline;
	padding-left:35px;
	padding-right:35px;
}

#divider{
	height:20px;
	width:996px;
	margin:auto;
	;
	background-image: url(images/menudivider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contentwrapper{

	width:970px;
	height:489px;
	margin:auto;
	background-color: #ffffff;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	

}

#left_column{

	width:440px;
	height:430px;
	margin-left:52px;
	margin-top:33px;
	float:left;
}

#content_title{
	margin-top:30px;
	margin-left:26px;
}

#content{
	padding-left:10px;
	height:100%;
}

.scroll {
height: 410px;
width: 100%;
overflow-y: auto;
overflow-x: hidden !important;



}

.right_column{

	width:400px;
	height:388px;
	margin-right:60px;
	margin-top:55px;
	float:right;
	background-color: #dadada;
}

#button1{
	width:370px;
	height:108px;
	background-image: url(images/pic1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:15px;
	margin-left:15px;
}

#button2{

	width:370px;
	height:108px;
	background-image: url(images/pic2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:15px;
	margin-left:15px;
}

#button3{

	width:370px;
	height:108px;
	background-image: url(images/pic3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:15px;
	margin-left:15px;
}

#footer{

	width:970px;
	height:57px;
	background-color:#ffffff;
	margin:auto;
	padding:0;
	text-align:center;

}

#footertext1{
padding-top:12px;
}

#footertext2{

}






