#indexBanner { 
               background: url('/images/rd/book_app.gif') no-repeat;
               background-position: 10px 40px;
               height: 320px;
               }

#indexBannerUK { 
                 background: url('/images/rd/book_app.gif') no-repeat;
                 background-position: 10px 100px;
                 height: 400px;
                 }

#rightContent { 
                width: 694px;
                float: left;
                }

#portrait { 
            float: right;
            margin-top: 20px;
            margin-right: 20px;
            margin-left: 20px;
            margin-bottom: 0px;
            text-align: center;
            }

#headerTitle { 
  width: 430px;
}

#gamesContent { 
                padding-left: 20px;
                color: #414141;
                }

#gamesContent h1 { 
  color: #414141;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
} 

#gamesContent h2 { 
                   font-size: 20px;
                   margin-bottom: 20px;
                   }

#gamesContent h3 { 
                   font-size: 14px;
                   margin-bottom: 20px;
                   margin-top: 20px;
                   }

#gamesContent h4 { 
                   font-size: 12px;
                   margin-bottom: 20px;
                   margin-top: 20px;
                   }

#gamesContent p { 
                  margin-top: 10px;
                  margin-right: 15px;
                  margin-bottom: 10px;
                  font-size: 12px;
                  }

#gamesContent ul { 
                   margin-left: 35px;
                   font-weight: bold;
                   font-size: 12px;
                   font-weight: bold;
                   }

.bold { 
        font-weight: bold;
        }

.oblique { 
           font-style: oblique;
           }