
/* Button generator specs

Alien, using default colors.
Imperial Bold font
The Works in Progress button is too wide!!
Stick with standard box buttons.

Home
About Us
Works in Progress
Links

index.html
about.html
works.html
links.html

*/





/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 font-family: Verdana, Arial, Helvetica, sans-serif;

 } 
 
#pagewidth{ 
 min-width:600px; 
 border: 3px solid red;
  background-color:#004420; 

}
 
#header{
 color:white;
 font-size:105%;
 position:relative; 
 height:210px; 
  background-color:#000000; 
 width:100%;
} 


     div#header  a:link {
          color: #ffffff;
          font-weight:bold;
          text-decoration: underline;
          }
     div#header a:visited {
          color: #ffffff;
          font-weight:bold;

          text-decoration: underline;
          }
     div#header a:hover {
          color: #007236;
          font-weight:bold;

          text-decoration: none;
          }
     div#header a:active {
          color: #ffffff;
          font-weight:bold;

          text-decoration: none;
          }



 
#leftcol{
 width:18%; 
 float:left;
 _padding-top: 5px; 
 position:relative; 
 background-color:#004420; 
 text-align:center;
 color:white;
 }



      .leftcol2  a:link {
          color: #ffffff;
          text-decoration: underline;
          }
     .leftcol2 a:visited {
          color: #ffffff;
          text-decoration: underline;
          }
     .leftcol2 a:hover {
          color: #ff0000;
          text-decoration: none;
          }
     .leftcol2 a:active {
          color: #ffffff;
          text-decoration: none;
          }




.butt  p{
 width: 93%;
 background-color: #9E0021;
 border: 2px solid white;
font-family:  "Times New Roman", serif;
margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
  }


   .butt     a:link {
          color: #ffffff;
 font-weight: bold;
          text-decoration: none;
          }
    .butt    a:visited  {
          color: #ffffff;
 font-weight: bold;
          text-decoration: none;
          }
    .butt     a:hover  {
          color: #000000;
 font-weight: bold;
          text-decoration: none;
          }
    .butt   a:active {
          color: #ffffff;
 font-weight: bold;
          text-decoration: none;
          }

.redbox {
  border: 1px solid red;
  }


 
#twocols{
 width:82%; 
 float:right; 
 position:relative; 
 background-color:#004420; 

  }
 
#rightcol{
 width:19%;
 float:right; 
 position:relative; 
 background-color:#004420; 
 color: white;
 font-size: 80%;
 text-align:center;
 }

      div#rightcol  a:link {
          color: #ffffff;
          text-decoration: underline;
          }
     div#rightcol a:visited {
          color: #ffffff;
          text-decoration: underline;
          }
     div#rightcol a:hover {
          color: #ff0000;
          text-decoration: none;
          }
     div#rightcol a:active {
          color: #ffffff;
          text-decoration: none;
          }

.contentr {
  _padding-top: 1px;
  margin-right: 10px;
  margin-left: -10px;
  _margin-left: 0;
  }

 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:79%; 
 border: 1px solid red;
 }

.maincontent {
 font-size: 12px;
 color: #000000;
 font-weight: normal;
 line-height: 1.5em;
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 10px;
 padding-bottom: 5px;
  }

img.floatleft {
    float: left;
    margin-right: 5px;
} 

img.floatright {
    float: right;
    margin-right: 0;
    padding-right: 0;
    margin-left: 10px;
   }


.imgboxr {
  float:right;
  width:210px;
  
  margin-left: 12px;
  margin-right: 0px;
  margin-bottom: 1px;
  border: 1px solid #111111;
  text-align: center;
   }

.imgboxl {
  float:left;
  width:210px;
  
  margin-left: 0px;
  margin-right: 12px;
  margin-bottom: 1px;
  border: 1px solid #111111;
  text-align: center;
   }


.imgboxrx {
  float:right;
  width:156px;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 1px;
  border:0;
  text-align: center;
   }
.credit {
  font-size: 75%;
  clear:both;
  text-color:black;
  }


.caption {
  font-size: 80%;
  clear:both;
  }
.nobox  {
border: 0;
display: block;
  margin-left: auto;
  margin-right: auto;
}
      
.maincontent a img {
   padding: 2px;
   border: 1px solid #111111;
  }




 
#footer{
 background-color:#000000; 
 color:white;
 text-align:center;
 clear:both;
 } 

      div#footer  a:link {
          color: #ffffff;
          font-weight:bold;
          text-decoration: underline;
          }
     div#footer a:visited {
          color: #ffffff;
          font-weight:bold;

          text-decoration: underline;
          }
     div#footer a:hover {
          color: #007236;
          font-weight:bold;

          text-decoration: none;
          }
     div#footer a:active {
          color: #ffffff;
          font-weight:bold;

          text-decoration: none;
          }
 


.sm75 {
  font-size:75%;
   }

.clear2 {
  clear:both;
  }

.center {
  text-align:center;
  }

h1 {
 text-align:center;
 _line-height:1.0em;
 _font-size: large;
  }


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

