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

body {
	
	background:#eee url(../img/bg.gif) repeat-x;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	line-height:1.2;
	text-align:center;
	padding:0;
	margin:20px auto;

}

p {

	text-align:justify;
	line-height:1.5;
	font-size:.6875em;
	color:#006;

}

span {

	display:block;
	width:75%;
	text-align:left;
	font-size:.6875em;
	padding:5px 0;

}

img.top {

	margin:0 auto;;

}

h1, h2, h3 {

	text-align:left;
	font-size:.875em;
	
}

h1 {color:#900;}

ul.list {

	text-align:left;
	font-size:.75em;
	color:#006;

}

ul.list li {

	margin-top:10px;

}


/* Layout */

#container {
	
	background-color:#fff;
	width:747px;
	padding:0;
	margin:0 auto;
	border:#000 1px solid;

}

/* Heading */

#hdr {

	width:747px;
	height:175px;

}

#logo {

	background:url(../img/mxsib08_logo_en.jpg) no-repeat;
	width:233px;
	height:175px;
	float:left;

}

#logo span {

	display:none;

}


#ban {
	
	background:url(../img/ban.jpg) no-repeat;
	width:514px;
	height:175px;
	float:left;

}

/* Navigation menu */

#nav {

	background:url(../img/bg2.gif) repeat-x;
	width:747px;
	height:30px;
}

#nav ul {
	
	font-size:11px;
	list-style-type:none;
	padding:0;
	margin:0;

}

#nav ul li {

	width:120px;
	height:30px;
	float:left;

}

#nav ul a {

	text-decoration:none;
	color:#fff;
	display:block;
	padding:7px;
	border-right:#999 1px solid;

}

#actv a {
	
	display:block;
	background:url(../img/bg3.gif) repeat-x;
	
}

#nav ul a:hover {

	text-decoration:none;
	background:url(../img/bg3.gif) repeat-x;

}

/* Main content */

#main {

	width:747px;
	
}

#cont {

	width:500px;
	float:left;
	padding:1.25em;

}

#sb {

	width:200px;
	float:left;
	padding:20px 0;

}

/* Footer */

#ftr {

	width:747px;
	height:70px;

}

.clear {

	clear:both;

}

.box {

	width: 180px;
	border:#ccc 1px solid;

}

.ttl {

	background:url(../img/bg2.gif) repeat-x;
	width: 180px;
	height:20px;

}
.bcont {

	width: 180px;
	padding:5px;

}

div.bcont img {

	display:block;
	float:left;
	margin:10px 0;

}

div.ttl span {

	display:block;
	font-size:.6875em;
	color:#fff;
	padding-top:2px;

}
p.mid {text-align:center;}