 -- CSS CONTENT PAGES --

html, body {
        background: gray url(background.jpg);
        margin: 0;
	padding: 0;
        font-family: arial;}

h1 {color: #828282;}


#container {width: 1000px;
            height: 955px;
            margin: auto;
            background: white;
            float: center;
            border: 2px outset #000000;
            } 
            

#logo  {width: 1000px;
        height: 150px;
        background: white url(logo.jpeg);
        }

#button {width: 993px;
         height: 58px;
         padding-top: 1px;
         float: left;
         background: #ADADAD;
         border: 2px outset #000000;
         margin: 1px;
         text-align: center;}


#button a {
        padding-top: 1px;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: none;
        color: white;
        font-family: Trebuchet MS, Verdana, sans-serif;
        text-align: right;}

#button a:link {background: #7e7e7e;
                padding-left: 15px;
                padding-right: 15px;
                border: 2px outset #c2c2c2;}

#button a:visited {background: #7e7e7e;
                padding-left: 15px;
                padding-right: 15px;
                border: 2px outset #c2c2c2;}

#button a:focus {background: #555555;
                 padding-left: 15px;
                padding-right: 15px;
                 border: 2px outset #E2E2E2;
                 color: black;}

#button a:hover {background: white;
                 color: black;
                 padding-left: 15px;
                 padding-right: 15px;
                 border: 2px outset #E2E2E2; }

#button2 {width: 120px;
          height: 555px;
          background: #CFCFCF;
          margin: 1px;
          float: left;
          text-align: center;
          border: 2px outset #000000;}

#button2 a {display: block;
        text-align: center;
        padding-right: 10px;
        text-decoration: none;
        margin-left: 3px;
        width: 100px;
        color: white;
        font-family: Trebuchet MS, Verdana, sans-serif;
        text-align: right;}


#button2 a:link {background: #7e7e7e;
             text-align: center;
             border: 2px outset #c2c2c2;}

#button2 a:visited {background: #7e7e7e;
                text-align: center;
                border: 2px outset #c2c2c2;}

#button2 a:focus {background: #555555;
              text-align: center;
              border: 2px outset #E2E2E2;
              color: black;}

#button2 a:hover {background: #555555;
                  border: 2px outset #E2E2E2; }


#content {width: 750px;
          margin: 1px;
          padding-left: 5px;
          height: 730px;
          padding-top: 5px;
          padding-right: 20px;
          border: 2px outset #000000;
          background: white;
          float: left;}

#sidebar {width: 210px;
          height: 555px;
          border: 2px outset #000000;
          background: #CFCFCF;
          float: left;
          margin: 1px;}

#sidebar a {width: 200px;
        padding-top: 1px;
        padding-bottom: 1px;
        text-decoration: none;
        align: middle;
        color: white;
        font-family: Trebuchet MS, Verdana, sans-serif;
        }

#sidebar a:link {background: #7e7e7e;
                padding: 2px, 10px, 2px, 10px;
                  
                border: 2px outset #c2c2c2;}

#sidebar a:visited {background: #7e7e7e;
                 padding: 2px, 10px, 2px, 10px;
                border: 2px outset #c2c2c2;}

#sidebar a:focus {background: #555555;
                  padding: 2px, 10px, 2px, 10px;
                 border: 2px outset #E2E2E2;
                 color: black;}

#sidebar a:hover {background: #555555;
                   padding: 2px, 10px, 2px, 10px;
                  border: 2px outset #E2E2E2; }
          
#footer {width: 990px;
         padding-left: 5px;
         float: left;
         font-size: 10px;
         background: #ADADAD;
         border: 2px outset #000000;
         }
       