/* Basic style */
body {
	margin:0;
	padding:0;
}
body,td,th {
	font-family: Calibri;
	font-size: 13px;
	line-height:1.5em;
	text-align:justify;
}
img {
	border:0px;
}
#container {
	margin:0 auto;
	text-align:center;	
	vertical-align:top;
	background-color:#F5F2ED;
}
#wrapper {
	width:970px;
	margin:0 auto;
	text-align:center;	
	vertical-align:top;
	background-color:#FFFFFF;
}
/* Header Section */
#header {
	width:970px;
	height:140px;
	* height:146px;
	margin:0 auto;
	text-align:center;	
	vertical-align:top;
	background:url(../images/bottom_header.jpg) no-repeat;
}
#logo {
	float:left;
	width:437px;
	text-align:center;	
	vertical-align:top;
}
#address {
	float:right;
	padding-top:20px;
	* margin-top:120px;
	margin-right:30px;
	text-align:right;	
	vertical-align:top;
}
/* Banner Section */
#banner_wrap {
	width:970px;
	padding-top:15px;
	padding-bottom:12px;
	background-color:#FFFFFF;
}
#banner {
	width:923px;
	height:265px;
	margin:0 auto;
	text-align:center;	
	vertical-align:top;
	background:url(../images/banner2.jpg) no-repeat;
}
/* Top Menu Section */
#topmenu {
	width:970px;
	height:65px;
	background-color:#FFFFFF;
}
.top {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size:15px;
	color:#5FBAE6;
	width:960px;
	margin-left:10px;
	text-align:center;	
	vertical-align:top;
}
.top li {
	display: inline;
}
.top li a {
	float: left;
	color:#5FBAE6;
	text-decoration: none;
	border-right:1px dotted #cccccc;
	padding:17px 0px 0px 0px;
	display: block;
	width:180px;
	height:40px;
}
/* User 1 Module */
#user1 {
	float:left;
	width:895px;
	height:295px;
	text-align:center;	
	vertical-align:top;
}
/* Right Module */
#right {
	float:left;
	width:272px;
	margin:0px 0px 0px 0px ;
	text-align:left;
}
/* Left Module */
#left {
	float:left;
	width:698px;
	margin:0px 0px 0px 0px ;
	text-align:left;
	background-color:#FFFFFF;
}
/* Content */
#content {
	float:right;
	width:659px;
	text-align:left;
}
/* Component Module */
#component {
	float:left;
	width:659px;
}
#more {
	margin-top:5px;
	text-align:right;
}
#clear {
	clear:both;
}
#title {
	height:30px;
	padding-top:5px;
	margin-left:10px;
	font-weight:bold;
	font-size:20px;
}
#title2 {
	height:30px;
	padding-top:5px;
	margin-left:10px;
	font-weight:bold;
	font-size:15px;
	color:#44B0E1;
}
#details {
	float:left;
	margin-left:10px;
	margin-right:20px;
	text-align:justify;
}
#details .intro, #book .intro {
	color:#44B0E1;
	font-weight:bold;
	text-align:justify;
}
#img {
	float:right;
	width:201px;
	text-align:center;
}
#border {
	border-bottom:1px dotted #cccccc;
	height:5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}
#book {
	float:left;
	width:200px;
	margin-left:20px;
	text-align:center;
}
#book .details {
	text-align:justify;
}
/* Footer Module */
#footer {
	clear:both;
	width:970px;
	height:60px;
	text-align:center;
	padding-top:40px;
	font-size:12px;
	background:url(../images/footer.jpg) no-repeat;
	line-height:1.5em;
}
