body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(img/big_back.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: white;   
  color: black;
  margin: 30px 40px 30px 40px;	
  padding: 10px;
}
#header-bottom {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  height: 1%; 
}
#header-bottom ul {
  margin: 0;
  padding: 0;
text-align: center;
height: 1%;
}
#header-bottom li {
  display: inline;
 background-color: transparent;
 color: #FFFFFF;
}
#header-bottom a:link, #header-bottom a:visited {
 text-decoration: none; 
 background-color: #ADD8E6;  
 color: red;
 border: 1px solid #000000; 
}
#header-bottom li a:hover {
  background-color: #FA8072;            
  color: #FFFFFF;                               
}
#tagline-2 {
  font-weight: bold;
  background-color: white;     
  color: #245185;     
  font-style: italic;
  margin: 0;
  padding: 0 0 0 15px;    
  width: 650px;      
  float: left;
}
#tagline {
  font-weight: bold;
  background-color: white;     
  color: red;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;    
  float: left;
}
#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#mainfeature {
  background-image: url(img/brus_mainpage_2c.jpg);      
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 200px;   
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
}
#mainfeature p {
  font-size: 120%;             
}
#mainfeature p.more {
  font-weight: bold;
  margin-top: 0;
  text-align: left;   
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: red;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;   
  padding-left: 14px;  
}
#mainfeature p.more :hover {
  background-color: #ADD8E6;                           
  color: #FFFFFF;                               
}
#content {
  margin: 0 5px 0 5px;	
  background-color: white;
  color: black;
}
#content .inner {
  margin: 10px 20px 10px 40px;  
}         
#content .inner h4 {
 font-size: 190%;
  color: red;
  margin: 0 0 0 300px;   
   padding-bottom: 5px;   
 height: 1%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
}
#content .inner .features li image {     
  float: left;   
  margin: 0 5px 5px 0;              
}
#content .inner p.author {
   font-size: 100%;
  color: black;
  font-weight:  bold;
}
#content .inner p.more{                   
  margin-top: 0;
  text-align: left;    
}
  #content p.more a:link, #content p.more a:visited {   
 color: red;
 background-image: url(img/more-bullet.gif);  
 background-repeat: no-repeat;  
 background-position: 14px;  
  padding-left: 30px;  
   font-weight: bold;
  font-size: 100%;  
  background-color: white;    
}
#content .inner p.more :hover {  
  background-color: red;                        
  color: white;                                                               
}
