@import url(base.css);

body {
  background:#1a3e52 url(../images/home/home_bg.jpg) top center repeat-x;
}

.container {
  background:url(../images/home/home_container_bg.jpg) top left repeat-y;
}

.home .leftbar {
  background:url(../images/home/home_lbar.jpg) top left no-repeat;
}


.home .rightbar {
  background:url(../images/home/home_rbar.jpg) top left no-repeat;
}

.upper {
  height:349px;
  color:#1b0c03;
  width:100%;
}

.upper img, .upper div {
  float:left;
}

.upper a, .upper a:visited, .lower a, .lower a:visited {
  color:#1b0c03;
}

.upper a:hover, .lower a:hover {
  color: #7f6b3d;
  text-decoration:none;
}

.upper .nav {
  float:right;
}

.welcomemsg {
  background:url(../images/home/home_header_text.jpg) top left no-repeat;
  width:395px;
  height:83px;
  padding:0 12px 0 12px;
  line-height:1.25em;
}

.home .ripleft {
  background:url(../images/home/home_header_lrip.jpg) top left no-repeat;
  width:361px;
  height:65px;
}

.home .ripright {
  background:url(../images/home/home_header_rrip.jpg) top left no-repeat;
  width:419px;
  height:65px;
  text-align:right;
}

.home .ripright img {
  float:none;
  padding-right:20px;
  padding-top:5px;
}

.main {
  background-color:#1a3e52;
  color:#add1e5;
  font-weight:bold;
  width:100%;
  font-size:0.9em;
  line-height: 1.5em;
}

.main p {
  padding-right:8px;
  margin-right:14px;
  height:132px;
}

.lower {
  color:#1b0c03;
  width:100%;
}

.lowerleft, .lowerright {
  float:left;
  width:390px;
  height:195px;
}


.lowerleft .title, .lowerright .title {
  width:390px;
  height:61px;
}

.lowerleft .content {
  width:365px;
  height:134px;
  background:url(../images/home/home_lsubtext_bg.jpg) top left no-repeat;
  padding:0 0 0 25px;
}

.lowerleft .content .right {
  float:right;
  width:130px;
}

.lowerleft .content .right img {
  vertical-align:middle;
}

.lowerleft .content p {
  width:230px;
  font-weight:bold;
  font-size:0.95em;
}

.lowerright .content {
  width:304px;
  height:134px;
  background:url(../images/home/home_rsubtext_bg.jpg) top left no-repeat;
  padding:0 35px 0 51px;
}

.lowerright .content p {
  width:300px;
  font-size:0.85em;
  line-height:1.2;
  margin-bottom:0.6em;
}

.lowerright .content h2 {
  font-size:0.85em;
  font-weight:normal;
}

.lowerright .content .date {
  font-weight:bold;
}

.footer {
  background:url(../images/home/home_footer_bg.jpg) top left no-repeat;
  height:49px;
}

.links {
  background:url(../images/home/home_links_bg.jpg) top left no-repeat;
  padding-top:32px;
}


a.nav1 {
  background:url(../images/home/about_the_author.jpg) 0 0 no-repeat;
  width:169px;
  height:36px;
}

a.nav2 {
  background:url(../images/home/books_for_children.jpg) 0 0 no-repeat;
  width:169px;
  height:40px;
}

a.nav3 {
  background:url(../images/home/books_for_adults.jpg) 0 0 no-repeat;
  width:169px;
  height:36px;
}


a.nav1:hover {
  background-position: 0 -36px;
}

a.nav2:hover {
  background-position: 0 -40px;
}

a.nav3:hover {
  background-position: 0 -36px;
}