/***************************base***/

body{
	background:white url("../images/bg.gif") repeat-x;
	margin:0px;
}

A:link {text-decoration: underline;color:blue;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: black;}

h2{color:#FF6600;}

/***************************block***/

.container{
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.main_block{
	width:668px;
	float:left;	
}

.main_block img{
	display:block;
}

.menu_block{
	width:192px;
	float:right;	
}

.menu_block img{
	display:block;
}

.subtxt_block{
	padding:20px 0 0 60px;
}

.maintxt_block{
	width:650px;
	float:left;	
}

.maintxt_inner_block{
	padding:20px 30px 0 60px;
}

.book_block{
	width:200px;
	float:right;
	padding-top:60px;
}

.author_block{
	width:200px;
	float:right;
	padding-top:130px;
}

.topbar{
	text-align: center;
	margin:0px auto;
}


/****************************font***/

.redtxt{
	color:#990000;
}

.bluemaintxt{
	color:#000066;
}

.bluesubtxt{
	color:#0066FF;
}

.txt15px{
	font-size:15px;
	line-height:26px;	
}

.txt13px{
	font-size:13px;
	line-height:20px;
}