@import url("layout.css");
@import url("typography.css");
@import url("book.css");

body 
{
	margin: 0 0 20px 0;
	padding: 0;
	font: normal 10px/14px Georgia, "HoeflerText", "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 0;
}
   
/* Main Yale Books Site + Art & Architecture*/
body#yup, body#yup_art 
{
	background-image: url(/yupbooks/images/header_yup_bg.gif);
}
   
/* World Languages */
body#yup_wl 
{
    background-image: url(../images/header_yup_wl_bg.gif);
}

img 
{
	margin: 0;
	padding: 0;
	border: none;
	margin-top: left;
	/* display: block; */
}
