html,
body{
 background-color:  #1e00ff;
 color:             #2a2a2a;
 text-align:        justify;
 font-family:       Trebuchet MS, Helvetica, sans-serif;
 height:            100%;
}
#bodyWrapper{
 width:             872px;
 margin:            0 auto;
 padding:           0;
}
#bodyHeader,
#bodyFooter,
#bodyContent{
 margin:            5px 0;
 background-color:  #2a2a2a;
 color:             #ffffff;
}
.rounded {
 padding:           10px;
}
#bodyContent p{
 margin:            0.5em 0 0.5em 0;
 line-height:       110%;
}
#bodyContent ul{
 padding-left:      2em;
 list-style-type:   circle; 
}
#bothFooter{
 width:             872px;
 height:            4.5em;
}
#leftFooter{
 float:             left;
 width:             436px;
}
#rightFooter{
 float:             left;
 width:             436px;
}
h1{
 color:             #000000;
 margin:            0.5em 0 1em 0;
 font-size:         250%;
 text-align:        center;
 font-style:        italic;
 font-family:       Book Antiqua;
}
a:link,
a:visited,
a:hover,
a:active{
 color:             #000000;
} 
#leftFooter a:link,
#leftFooter a:visited,
#leftFooter a:hover,
#leftFooter a:active{
 color:             #ffffff;
} 
.lamp {
 position:          relative;
 height:            29px;
 width:             820px;
 background-color:  white;
 padding:           15px;
 margin:            10px 0;
 overflow:          hidden;
 border:            1px solid gray;
}
.lamp li {
 float:             left;
 list-style:        none;
}
.lamp li.backLava {
 border:            1px solid #000;
 background-color:  #e6e8ea;
 width:             9px;
 height:            30px;
 z-index:           8;
 position:          absolute;
}
.lamp li a {
 font:              bold 14px arial;
 text-decoration:   none;
 color:             #000;
 outline:           none;
 text-align:        center;
 top:               7px;
 text-transform:    uppercase;
 letter-spacing:    0;
 z-index:           10;
 display:           block;
 float:             left;
 height:            30px;
 position:          relative;
 overflow:          hidden;
 margin:            auto 10px;
}
.lamp li a:hover,
.lamp li a:active,
.lamp li a:visited {
 border:            none;
}
#contentInner {
 width:             832px;
 background-color:  #ffffff;
 color:             #000000;
 margin-left:       auto;
 margin-right:      auto;
}
.centeredImage {
 display:           block;
 margin-left:       auto;
 margin-right:      auto
}
.offer {
 display:           block;
 margin-left:       auto;
 margin-right:      auto;
 background-color:  #1e00ff;
 color:             #ffffff;
 font-size:         1.44em;
 font-style:        italic;
}

