body {
  background-color: #ffffff;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
  font-family: Arial, Helvetica, Sans-Serif;;
  color: #000000;
  font-size: 14px;
margin:0; padding:0;}


#container {
position:relative; width: 810px;
  margin: 0 auto;
  text-align: center;
padding:0;
}

#header{position:relative;
  margin: 0 auto;
padding:0;
height: 154px;
background: url(http://fan.its-just-rain.net/rhps/images/top.jpg) top center no-repeat;    }

.frank {
 padding: 15px 0 0 0; 
 background: #ffffff;}
    
#navigation {
            width: 400px;
            position:relative;
            margin:0;
            padding: 0px;
            text-align: justify;
            font-size: 14px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: bold;
            list-style: none;

            }

#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   text-align: justify;
   padding: 3px 15px 3px 15px ;
   color: #000000;
}
#navigation li a:hover {
   color: #ffffff;
}

#left {
  float: left;
  width: 400px;
   }
  
#main {
  float: right;
  width: 400px;
  padding: 15px 5px 0px 5px;
text-align:left;
  }

#footer {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 15px 0 0 0;
  font-size: 11px;
  text-align:center;
  }

a:link, a:visited, a:active {
  color: #c50e0a;
  text-decoration: none;
}

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

img
{  padding: 3px;
   margin: 2px;
      background: #c50e0a;
}

.top{ 
     border: 0px #000000 solid;
     padding: 0px;
     margin: 0px;}


h1 {
     text-align: left;
     font-size: 16px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 3px;
     padding: 0px;
     border-bottom: 1px solid #c50e0a;
     width: 395px;
     }

    h2 {
     text-align: left;
     text-decoration: none;
     letter-spacing: 3px;
     font-size: 16px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 0px;
     width: 395px;
     }
    

input, textarea, option, select {
  background-color: #ffffff;
  font-family: Arial, Sans-Serif;
  color: #000000;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #c50e0a; }
  
  
  blockquote{
           border: 1px solid #c50e0a;
           padding: 5px 0px 5px 10px;
           width: 275px;
                     }
           
  .center {
          text-align: center;
          }
