html {
}
h1 {
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
background-color:#B8CEE0;
background-image: url("../images/body-bg.jpg");
background-repeat:repeat-x;
font-family:"Arial Narrow", Arial;
}
#wrapper {
width:960px;
margin:0 auto;
padding:0 0 10px 0;
}
#header {
background-image: url("../images/header-bg.jpg");
background-repeat:no-repeat;
background-position:center;
height:181px;
padding:0;
margin:0;
}
#header img {
padding:30px 0 0 0;
}
#navigation {
background-image: url("../images/nav-bg.png");
background-repeat:no-repeat;
background-position:center;
height:85px;
margin:-2px 0 0 0;
padding:0;
}
#navigation ul {
list-style:none;
margin:0 0 0 200px;
}
#navigation ul li {
float:left;
padding:20px 55px 0 0;
}
#navigation ul li a {
color:#CCCCCC;
font-weight:bold;
text-decoration:none;
}
#content {
background-image: url("../images/content-bg.png");
background-repeat:repeat-y;
min-height:300px;
padding:0 50px;
color:#000000;
}
#left_column {
width:870px;
float:left;
margin:0 30px 0 0;
}
#right_column {
float:left;
width:200px;
margin:0;
}
.sub_heading {
border-bottom:1px dotted #000000;
line-height:0;
padding:20px 0 0 0;
}
#recent_publications ul {
list-style:none;
margin:0;
padding:0;
}
#recent_publications li {
float:left;
padding:10px 5px;
text-align:center;
}
.cover {
width:125px;
border:5px solid #cccccc;
}
.book_title {
width:125px;
color:#999999;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}
.author {
color:#666666;
font-size:14px;
}
.announcements ul {
list-style:none;
margin:0;
padding:0;
}
.announcements li {
float:left;
padding:10px 5px;
text-align:center;
}

.prices {
font-size:12px;
}
#footer {
background-image: url("../images/footer-bg.png");
background-repeat:repeat-y;
background-position:center;
color:#000000;
padding:15px 50px;
}
#footer_navigation ul {
list-style:none;
margin:0 0 0 400px;
}
#footer_navigation ul li {
float:left;
padding:0;
margin:-15px 20px 0 10px;
}
#footer_navigation ul li a {
color:#666666;
font-size:14px;
text-decoration:none;
}

.clear {
clear:both;
}

