@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:17px;
	color: #000000;
/*	background-color: #41b6eb; /* new book blue theme */
	background-color: #fcf415; /* yellow theme */
/*	background-color: #fef858; older yellow theme */
}

a, a:active {
		border: none;
		outline: none;
		color: #000000;
		text-decoration: none;
}

a img {
	border: none;	
}

p {
	margin-top:0px;	
}

.clear {
	clear: both;	
}

div#bg_container {
}

div#page_container {
	top: 0px;
	position: relative;
}

#content {
	width: 980px;
	margin: 0px auto;	
}

.tMenu {
	margin: 0px 8% 0px;
	float:left;	
	font-weight: bold;
	text-align: center;
	background:url(../images/button_bg.png) no-repeat;
	width: 144px;
	height: 100px;
}


.bMenu {
/*	padding: 10px 19% 0px;*/
	margin: 10px 17% 0px;
	float:left;	
	font-weight: bold;
	text-align: center;
	background:url(../images/button_btm_bg.png) no-repeat;
	width: 144px;
	height: 80px;
	padding: 15px 0px 0px 0px;
}



#footer {
	width: 700px;
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
}