/*
  $Id: easyplate.css, 2006/10/10
  Copyright (c) 200

*/

html, body {
           background-color: #ffffff;
           color: #000000;
           font-family: Verdana, Arial, sans-serif;
           font-size: 12px;
           font-weight: 550px;
           line-height: 180%;
           scrollbar-face-color: #c8c5c1;
           scrollbar-arrow-color: #FFFFFF;
           scrollbar-base-color: #FFFFFF;
           scrollbar-shadow-color: #c8c5c1;
           scrollbar-darkshadow-color: #cccccc;
           scrollbar-highlight-color: #FFFFFF;
           scrollbar-3dlight-color: #c8c5c1;
           scrollbar-track-color: #FFFFFF;
           margin: 0;
           padding: 0;
           height: 100%;
           border: none;
      }

#fullheight{
        height:100%;
        background: #ffffff;
        }

#container {
           width: 800px;
           height: 600px;
           margin: 10px;
           padding: 0;
           background: url('../images/rockcity.jpg') no-repeat;
           background-color: #FFFFFF;
/*           border: 1px solid #FF8000;   */
        }

#banner {
        width: 430px;
        height: 30px;
        margin-top: 120px;
        margin-left: 50px;
/*        border: 1px solid #0000A0;*/
        }

#column_left {
        width: 480px;
        height: 600px;
        margin: 0;
        padding: 0;
        float: left;
/*        border: 1px solid #0000FF;    */
        }

#column_right {
        width: 300px;
        height: 600px;
        margin: 0;
        padding: 0;
        float: right;
/*        border: 1px solid #FF0000;   */
        }

#content {
        width: 400px;
        height: 420px;
        margin: 0;
        padding: 15px;
        margin-left: 50px;
        overflow: auto;
/*        border: 1px solid #FF0000;          */
        }

#content p  {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 550px;
  line-height: 180%;
  }

#content A {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


#content A:hover {
  color: #c8c5c1;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#content h1 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  }

#content h2 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  }


#footer {
        width: 100%;
        text-align: center;
}

#navigation ul {
              width: 100%;
              margin: 0;
              padding: 0;
              list-style-type: square;
              list-style-color: #000000;
        }

#navigation li {
        width: 10px;
        height: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 3px solid #c8c5c1;
        text-align: left;
        display: inline;
        }

#navigation li a {
        background: #transparent;
        color: #383838;
        font-size: 10px;
        font-weight: 900;
        text-decoration: none;
        }

#navigation li a:hover {
        color: #c8c5c1;
        text-decoration: none;
        }