#topmenu_space{
	height:0px;
	background: transparent;
}

#content{
	width: auto;
	float:none;
	clear:both;
}

#flashbook {
	width: 800px;
	position: relative;
}

.booktip {
	background:#C6DDC0;
	padding: 10px 65px;
}

.booktip p {
	line-height: 15px;
	font-size: 10px;
	color: #155F22;
}

#fbFooter {
	background-color: #84BA7E;
	text-align:center;
}

.fbPaginationMinor {
	/*color: #4e6605;*/
	margin-left: 10px;
}

#fbContents {
  display:none;
	float: left;
  padding:6px 0px 0px 10px;
  color: #FFF;
}

#fbMenu {
  	margin: 0px auto;	
	background:#84BA7E;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	padding:3px;
	text-align:center;
	border-top: 1px solid #7EAF78;
}

.fb_action {
  padding: 5px;
}

.fb_action:hover {
}

.fb_back_link {
  float: left;
  display:block;
  margin: 6px 0px 0px 3px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}

.fb_back_link:hover {
  text-decoration: underline;
  color: #FFF;
}

#fbContainer {
  height: 370px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/
	text-align:center;
}
#altmsg:hover { 
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #FFFFFF;
}

a.altlink:hover{
	color: #FFFFFF;
}

.clearfix {
  clear:both;
  display:none;
  float:none;
}

#content{
	padding: 0px;
}


