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

body{
	margin: 0;
	padding: 0;
	background-image:url(assets/images/diver.jpg);
	background-color: #2DCDD3;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	height:100%;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
text-decoration:none;
color:#000066;
font-size: 16px;
}

a:hover{
text-decoration:none;
color:#0000FF;
font-size: 16px;
}



#wrap{
	background-image:url(assets/images/bckg.png);
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-repeat: repeat-y;
	position:absolute;
	left:50%;
	margin-left:-400px;
	}
	
	
#content{
	padding:1em 1em 7em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}
	

#navbar ul { 
margin-top:10px;
padding : 0;
list-style : none;
text-align:center;
padding-top : 0;
padding-left : 0;
padding-right : 0;
padding-bottom : 10px;
} 
#navbar li { 
display : inline;
} 
#navbar a { 
padding : 5px 15px;
text-decoration : none;
font-size : 15px;
color : #92c60f;
}

#navbar a:hover { 
color:#336666;
}

#navbar .current a{ 
color:#336666;
}  
	

#logo{
background-image:url(assets/images/rainbowLogo.png);
width:600px;
height:443px;
margin:0 auto;
}

#books{
width:605px;
height:410px;
margin:0px auto;
}
	
	
#text{
text-align:centre;
margin:0px auto;
width:500px;
height:auto;
}

#textcb{
text-align:centre;
margin:0px auto;
margin-top:80px;
width:500px;
height:auto;
}

#shipping{
	font-size: 10px;
	color: #000000;
	margin-bottom:50px;
}

#footer{
	clear:both;
	margin:0 auto;
	margin-bottom:0px;
	border-top:1px solid #666;
	padding:20px;
	text-align:center;
	font-size: 10px;
	color: #666666;
	width:500px;
}
	
