@charset "utf-8";
/* CSS Document -- Annie CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	padding: 0px;
	text-align: center;	
	background: #ffffff url(site_imgs/bkg_img4.jpg) repeat-x top left;
	font: 13px/13px "tahoma", Arial, sans-serif;
	color: #4b3120;	
}

#container {
  	margin: 0 auto;
  	width: 1024px;
	text-align: left;
	position: relative;
} 


/* ______________ Text Header______________  */
h1 {
	font-size: 14px;
	color: #993300;
}


/* ______________ Prinny Books Logo______________  */
#logo_prinnybooks {
	background: url(site_imgs/logo_prinnybooks.jpg) no-repeat top left;
	position: absolute;
	width: 127px;
	height: 78px;
	left: 50px;
	top: 28px;
	z-index: 2;
}


/* ______________ Menu______________  */
#menu_books {
	background: url(site_imgs/btn_books.jpg) no-repeat top left;
	position: absolute;
	width: 149px;
	height: 45px;
	left: 220px;
	top: 73px;
	z-index: 2;
}



/* ______________ Pop-up image_____________  */
.hiddenPic {display:none;} /* to preload images */



/* ______________ Background and Content ______________  */
#bkg_top {
	background: url(site_imgs/bkg_top.jpg) no-repeat top left;
	position: relative;
	width: 896px;
	height: 176px;
}


/* ______________ Media Top ______________  */
#bkg_top_m {
	background: url(site_imgs/bkg_top_m.jpg) no-repeat top left;
	position: relative;
	width: 896px;
	height: 176px;
}
/* _____________________  */


#coming_soon {
	background: url(site_imgs/coming_soon.jpg) no-repeat top left;
	position: relative;
	width: 140px;
	height: 19px;
	padding-bottom: 5px;
}

.entry {
	position: relative;
	border: 0;
	margin-top: 8px;
}

.entry_p {
	position: relative;
	width: 500px;
	font-size: 13px;
	padding-left: 20px;
}

.title {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}


#content {
	position: relative;
	width: 800px;
	left: 100px;
}

#bkg_middle {
	background: url(site_imgs/bkg_middle.jpg) repeat-y top left;
	position: relative;
	width: 896px;
}

#bkg_bottom {
	background: url(site_imgs/bkg_bottom.jpg) no-repeat top left;
	position: relative;
	width: 896px;
	height: 160px;
}

/* ______________ Footer______________  */
#footer {
	margin: 0 auto;
	position: relative;   	
	width: 820px;
	top: -90px;
	left: -50px;
	margin-bottom: 50px;
	text-align: center;
} 

/* ______________ Copyright______________  */
#legal {
	position: relative;        
	text-align: center;
	color: #ffffff;
	/* color: #003366; */
	/* font-weight: bold; */
	top: 10px;		
}

/* ______________ Contact______________  */
#contact {
	position: relative;        
	text-align: center;
	color: #000000;
	/* color: #003366; */
	/* font-weight: bold; */
	top: 35px;		
}


