@charset "utf-8";
body {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	background: #009fd7;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
img{
margin:0;
padding:0;

}
#container {
	width: 842px;  
	margin: 0 auto; 
	text-align: left;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;

}
#header {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	padding: 0;
}
#header h1 {
	margin: 0; 
	padding:0; 
}
#mainContent {
	margin-top:-14px !important;
	margin-top:-19px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	padding-top:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}
#bottom{
	margin-top:-19px;

}
#footer { 
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;

} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	background-color:#009fd7;

}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#menubg{
	width:842px;
	height:64px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
/*	margin-top:-10px !important;
*/	margin-top:0px;
	padding:0px;
	
}

.menu {
	margin-left:50px;
/*	margin-top:10px !important;
*/	margin-top:0px;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 35px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 35px;
	background-repeat: no-repeat;
	outline:none;

}
.home {background-image: url(../images/home1.jpg);	width: 70px;}
.home a {background-image: url(../images/home.jpg);}
.books {background-image: url(../images/books1.jpg); width: 67px;}
.books a {background-image: url(../images/books.jpg);}
.creators {background-image: url(../images/creators1.jpg); width: 108px;}
.creators a {background-image: url(../images/creators.jpg);}
.fun {background-image: url(../images/fun1.jpg); width: 114px;}
.fun a {background-image: url(../images/fun.jpg);}
.news {background-image: url(../images/news1.jpg); width: 66px;}
.news a {background-image: url(../images/news.jpg);}
.reviews {background-image: url(../images/reviews1.jpg); width: 138px;}
.reviews a {background-image: url(../images/reviews.jpg);}
.signup {background-image: url(../images/signup1.jpg); width: 86px;}
.signup a {background-image: url(../images/signup.jpg);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
