@charset "UTF-8";
#body {margin: 0;
padding: 0;}
#total { 
position:relative;
width: 878px;
background:#FFF;
margin-left: auto;
margin-right: auto;
	}
#menu { margin-top: -43px;
margin-left: 4px;}	
#content {position:relative;}
#footer { font-size: 0.7em}
.bground {width: 878px;}
.copywright { text-align:right;}
.info { text-align:center;}
.box1, .box2, .box3, .box4 {
	display: inline-block;
	margin-right: 5px;
/*	background:#CCC;*/
/*	width: 158px;*/
/*	height: 169px;	*/
}

/*
.box1 {	background-image: url('../images/about_us.jpg');}
.box2 {	background-image: url('../images/researchn.jpg');}
.box3 {	background-image: url('../images/newsn.jpg');}
.box4 {	background-image: url('../images/about_us.png');}

.box1:hover {
	background-image: url('../images/about_us2.jpg');
}
.box2:hover {
	background-image: url('../images/researchn2.jpg');
}
.box3:hover {
	background-image: url('../images/newsn2.jpg');
}
.box4:hover {
	background-image: url('../images/about_us3.jpg');
}
*/
#total #content #textbox {
	width: 450px;
	position:absolute;
	top: 50px;
	right: 30px;
	background:#fefefe; 
	/*opacity: 0.9; */
	color:#000;
	padding-left: 5px;
	padding-right: 15px;
	height:520px;
	overflow-x:hidden;
	overflow-y:scroll;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:0.9em;
/*	background-image: url('../images/block.png');*/
}
#total #content #textbox a { font-weight:bold; color: #00C;}
.heading {font-weight: bold;}

.links {
height: 100%;
display:block;
}
#total #header a {
	border:none;
}
#total #header a:visited {
	border:none;
}


#box
{float: right; width: 450px; display:block;
border-bottom-color:#000;
border-right-color: #000;
border-bottom: solid;
border-right:solid;
border-bottom-width:1px;
border-right-width:1px;
position:absolute;
top: 20px;
right: 30px;
padding-left: 10px;
padding-top: 10px;

font-family:Calibri, "American Typewriter";
line-height: 110%;

/*background-image: url('../images/block.png');*/
color: #000;

}
.shaddow
{
-moz-box-shadow: 10px 0 20px 0px #999;
-webkit-box-shadow: 10px 0 20px 0px #999;
box-shadow: 10px 0 20px 0px #999;
}

#box a { font-weight:bold; color: #00c;}