/* css/home.css
   homepage styles for Dahlhaus */

@import url(global.css);

#container {
   padding-top: 102px;
   }

h1 {
   display: none;
   }
#header {
   top: 486px;
   }
#header div {
   background-color: #8ec6bd;
   }
#header .left p, #header .right p {
   text-align: center;
   }
#hdr-plus-paintings {
   right: 366px;
   }
#hdr-plus-ceramics {
   left: 366px;
   }

.column {
   float: left;
   position: relative;
   }
#page-topic .column.last {  /* IE bug: greater specificity prevents style from applying to non-.column .last items */
   margin-left: 16px;
   width: 392px;
   }
#page-topic .column.last .last {  /* IE bug: prevents style from applying to .column .last items */
   margin-left: 0;
   width: auto;
   }

div.news {
   background: #fff;
   height: 72px;
   left: 16px;
   padding: 5px 9px;
   position: absolute;
   top: 446px;
   width: 342px;
   \width: 360px;
   w\idth: 342px;
   }
div.news h2, div.news p {
   margin: 0;
   }
