body {
  margin: 0px;
	font-family: 'Verdana',Sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
	background-image: url('images/bg.gif');
}
html,body,td {font-size: 11px; font-family: 'Verdana', Sans-serif; color: black;}
a:link {
	text-decoration: none;
	color: #3B9DC2;
	font-weight: bold;
	font-size: 10px;
	
}
a:visited {
	text-decoration: none;
	color: #3B9DC2;
	font-weight: bold;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #3B9DC2;
	font-weight: bold;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #3B9DC2;
	font-weight: bold;
	font-size: 10px;
}
#main {
	width: 648px;
	height: auto;
 /* margin-top: 10px; */ 
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 233px;
	height: 104px;
	margin-left: 2px;
	float: left;
	/*background-image: url('images/img_02.gif'); */
	
	
}
* html #logo {width: 233px;margin-left: 2px;}
#header {
	width: 413px;
	height: 104px;
	float: right;
	background-image: url('images/img_04.gif');
}
#content {
	width: 648px;
    min-height: 315px;
	height: auto;
	background-image: url('images/img_06.gif');
}
#menu_top {
	width: 400px;
	height: auto;
	margin-top: 85px;
	text-align: center;
	
	
}


.menu_top_item {
	width: 60px;
	height:17px;
	margin-right: 10px;
	vertical-align:middle;
	
	background-image: url('images/line_hor.gif');
	background-repeat: repeat-x;
	display:inline;
	background-color:#d4dbe3;
	border-color:#4995b8;
	border-width: 1px;
	border-style: solid;
	border-top-style:none;
	padding-top: 1px;
	
}
#menu {
	width: auto;
	height: auto;
	float: left;
}
#menu_left {
	width: 170px;
	height: auto;
	float: left;
	background-image: url('images/line_ver.gif');
	background-repeat: repeat-y;
	margin-left: 10px;
	padding-left: 10px;
	text-align: left;
}
#menu_left_2 {
	width: 150px;
	height: auto;
	clear: left;
	float: left;
	background-image: url('images/line_ver.gif');
	background-repeat: repeat-y;
	margin-left: 25px;
	padding-left: 10px;
	text-align: left;
}
* html #menu_left {margin-left: 5px;}
* html #menu_left_2 {margin-left: 10px;}
#container {
	width: 420px;
	height: auto;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	text-align: left;
}
#bottom {
	width: 648px;
	height: 5px;
	background-image: url('images/img_08.gif');
	background-repeat: no-repeat;
}
#book {
	width: 146px;
	height: 163px;
	float: left;
	margin-top: 20px;
	margin-left: 4px;
	background-image: url('images/img_01.gif');
}
* html #book {margin-left: 2px;}

