html, body  {
    background-color: #96b4da;
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #55585c;
	font-size: 10pt;	
}
a:link, a:visited{
	color: #55585c;
	text-decoration: underline;
}
a:hover{
	color: #439d05;
}
img, table {
	border: none;
}
h1{
	font-size: 11pt;
}
#main {
    width : 980px;
	margin: 0px auto;
	padding: 0px;
	clear : both;
}
#left{
	width : 100px;
	float : left;
	height : 570px;
	background : url(img/bg01.jpg) no-repeat left top;
}
#right{
	width : 89px;
	float : left;
	height : 200px;
	background : url(img/bg02.jpg) no-repeat left top;
}
#center{
	width : 791px;
	float : left;
	background : #fff url(img/bg05.jpg) repeat-y right top;
	display: inline-block;
	//height: 1%;
}
#center:after {
content: '.'; 
display: block; 
clear: left; 
visibility: hidden; 
height: 0; 
line-height: 0;
}
#header{
	height: 131px;
	clear : both;
}
#header div{
	float : left;
}
#logo{
	padding-top : 30px;
}
#content{
	clear : both;
}
#bg_menu{
	background : url(img/bg-menu.jpg) no-repeat left top;
	width : 207px;
	height : 450px;
	float : left;
}
#menu{
	padding : 55px 0px 0px 20px;
}
#menu div{
	padding : 0px 0px 25px 0px;
	text-align : center;
	color : #3f4f78;
	font-weight : bold;
	font-size : 11pt;
}
#menu div a:link, #menu div a:visited{
	font-weight : bold;
	text-decoration: none;
	color : #3f4f78;
}
#menu div a:hover{
	color: #439d05;
}
#text{
	padding : 7px 20px 30px 25px;
	float : left;
	width : 527px;
}
ul li{
	list-style : square;
}
.tab{
	width : 100%;
	border-bottom : 1px solid #58889e;
}
.tab div{
	float : left;
	clear : right;
}
.tab01{
	width : 180px;
	padding : 5px;
	background-color: #96b4da;
	border : 1px solid #3c7bc8;
	margin : 10px 0px;
	text-align : center;
}
.tab02{
	padding : 20px 0px 10px 10px;
	width : 320px;
}
.tab03{
	padding : 20px 0px 10px 10px;
}
.data{
	color : #3f4f78;
}
#footer01{
	width : 880px;
	margin: 0px auto;
	padding-left : 100px;
	clear : both;
}
#footer02 {
  height: 40px;
  padding-top : 20px;
  text-align : center;
  background : url(img/bg-bot.jpg) no-repeat left top;
  color : #fff;
  font-size : 8pt;
  }
#footer02 a:link, #footer02 a:visited{
	font-size : 7pt;
	color: #fff;
	text-decoration: none;
}
#footer02 a:hover{
	color: #439d05;
}