#wrapper   {
            position: relative;
            width: 900px;
            margin: 0 auto;
            top: -10px; 
            min-height: 100%;  
           }

#banner    {
            background-image: url(/images/bbbblack.png);
            background-repeat: no-repeat;
            padding-bottom: 10px; 
            width: 900px;
            height: 100px;     
           }

#title1    {
            font-family: Helvetica, Arial;
            font-size: 2.5em;
            font-weight: bold;
            color: white;
            letter-spacing: 5px; 
            margin-left: 60px; 
            padding-top: 20px; 
            top: 50px;   
           }

#title2    {
            font-family: Helvetica, Arial;
            font-size: 1em;
            font-weight: ;
            color: white;
            letter-spacing: 6.7px; 
            margin-left: 60px; 
           }

#nav       {
            float: right; 
            width: 180px; 
            font-family:  Helvetica, Arial;
            font-size: 1.3em; 
            color: black;  
            padding-top: 20px; 
            margin-right: 60px; 
            text-align: justify;  
           }

.about     {
            font-family: Helvetica, Arial; 
            font-size: 0.6em; 
            color: black; 
            text-align: justify;            
           }

.news      {
            float: left; 
            width: 550px; 
            height: auto; 
            margin-left: 60px; 
           }

.h1        {
            font-family: verdana; 
            font-size: 1.5em; 
            color: black;
            padding-bottom: 2px;   
           }

.h2        {
            font-family: verdana; 
            font-size: 1em; 
            color: black; 
            padding-bottom: 4px; 
           }

.date      {
            font-family: verdana; 
            font-size: 0.6em; 
            color: black; 
            padding-bottom: 8px; 
           }

.item      {
            font-family: verdana; 
            font-size: 0.9em; 
            color: black;
            padding-bottom: 4px; 
            text-align: justify; 
           }

.sep       {
            padding-top: 5px; 
            padding-bottom: 20px; 
           }

#bumspace  {
            float: left; 
            height: 50px;
            width: 900px;  
           }

#footer    {
            position: fixed; 
            background-image: url(/images/footerblack.png);
            background-repeat: no-repeat;
            bottom: 0;  
            width: 900px;
            height: 50px;
           }

#footfont  {
            font-family: verdana;
            font-size: 0.8em;
            font-weight: ;
            color: white;
            margin-left: 10px;
            padding-top: 10px; 
            margin-left: 60px;  
           }

img        {
            border: 0; 
            padding: 5px;    
           }

a:link     {
   	    color: #3399ff;
	    text-decoration: none;
           }

a:visited  {
   	    color: #3399ff;
	    text-decoration: none;
           }

a:hover    {
   	    color: #3366ff;
	    text-decoration: none;
           }

iframe.youtube     { 
            height: 349px;
            width: 560px;
           }

iframe     { 
            border: none; 
            padding-top: 5px; 
            height: 25px; 
           }
