<style type="text/css">
body {
margin:0;
padding:0;
text-align:center;
background-image: url(images/bg2.gif);
background-repeat: repeat-x;
margin-top: 25px;  
}

td  {font-family: jester;
     font-size:14px; 
     color: #803000;
     text-align:left;
     }
     
p::first-letter { 
    font-size: 200%;
    color: #808000;
}     
     
marquee  {font-family:Jester;
          font-size:15px;
          color:#804040;
           } 
           
.bruce      {
            font-family: Bazooka, Arial, Sans Serif;
           font-size: 14px;
           font-weight: 700;
           color: #804040;
           }    
     
#container {
margin:0 auto;
width:1000px;
background-image: url(images/bg2.gif);
background-repeat: repeat-x;
}

/* unvisited link */
a:link {
    color: #800000;
    font-size:larger;
}

/* visited link */
a:visited {
    color: #800000;
    font-size:larger;
}

/* mouse over link */
a:hover {
    color: #D32B15;
    font-size:larger;
}

/* selected link */
a:active {
    color: #FF8040;
    font-size:larger;
}

#leftside {
width:50px;
height:628px;
background-image: url(images/BGROSE.JPG);
background-repeat: repeat-y;
float:left;
}

#center {
width:900px;
height:628px;
float:left;
}

#bord     {margin-left:5px solid #808000;
           border-right: 5px solid #808000;
           border-top: 5px solid #808000;
           border-bottom: 5px solid #808000; 
           }

#navcontainer {
height:200px;
width:900px;
 
}
#header {
height:200px;
background-color:#ffffff;
padding-bottom: 20px;

}
#contentcontainer {
height:900px;
background-color:#ffffff;
}
#footer {
height:75px;
 
}
#rightside {
width:50px;
height:628px;
background-color:#3c9;
float:left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

img {
  max-width: 100%;
  height: auto;
}
</style>
