
/* COPYRIGHT 2008 StempleLABS */
/* Created March 23, 2008 - MHS */

/* C H A N G E   L O G  */



/* M E N U   C O N T R O L */

ul#navBar {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  /*background: #938f67; removed for textured background */
  float: left;
  width: 100%; 
}

ul#navBar li {
  display: inline;
}

ul#navBar a {
  display: block;
  float: left;
  padding: 3px 15px 3px 15px;
  text-decoration: none;
  color: #FFF;
  /*border: 5px solid #938f67; removed for textured background */
}

ul#navBar a:hover {
  color: #108c00;
  background: #e5dfc6;
}
/* E N D   M E N U   C O N T R O L  */



body {
  background: #5f5c49; 
  background-image: url(br_circuitboard.jpg); /* background from http://www.grsites.com/ */
  text-align: center;  /*ie*/
}


div#wrapper {
  /*position: absolute;
  left: 150px; */
  width: 600px;
  /*center the whole box*/
  margin: 0 auto;   /* align for good browsers */
  text-align: left; /* counter the body center */
}

div#header {
  /*background: #938f67; removed for textured background */
  display: block;
  margin: 0 auto;   /* align for good browsers */
  text-align: center; /* counter the body center */
}

div#navBarBox {
  width: 600px;
  font: 85% "Trebuchet MS",Verdana,Arial,sans-serif;
  font-variant: small-caps;
}

div.textBox {
  width: 388;
  padding: 10px 6px 10px 6px;
  color: #000;
  font: 85% "Trebuchet MS",Verdana,Arial,sans-serif;
}

div.textBox strong {
  color: #0d7600;
  margin-top: 100px;
}

blockquote {
  /*width: 75%;*/
  /*background: #efefef;*/
  /*border: dotted 1px #777;*/
  /*font-style: italic;*/
  font-size: .8em;
}


div#mainBox {
  width: 600px;
  background-color: #e7d99f;
  background-image: url(bk_sch.gif); /* background from http://www.grsites.com/ */
  background-repeat: repeat-y;
}

/* rounded corners http://www.html.it/articoli/nifty/index.html */
div#mainBox b.rtop, b.rbottom{display:block;background: #5f5c49}
div#mainBox b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #e7d99f}
div#mainBox b.r1{margin: 0 5px}
div#mainBox b.r2{margin: 0 3px}
div#mainBox b.r3{margin: 0 2px}
div#mainBox b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#mainBoxLeft {
  width: 100;
  float: left;
  padding: 20px 0px 20px 0px;
  height: 300px;
}

div#mainBoxLeft img {
  width: 100px;
  display: block;
  margin: 0 auto;   /* align for good browsers */
  text-align: center; /* counter the body center */
  margin-top: 10px;
}

div#mainBoxTop {
  float: left;
  margin-top: 10px;
}


div#mainBoxBottom {
  float: left;
  /*text-align: center;*/
}

div#bottomBox {
  width: 600px;
}

div#bottomBox img {
  display: block;
  margin: 0 auto;   /* align for good browsers */
  text-align: center; /* counter the body center */
}

div#picture_crawler img {
  border-style: hidden;
}

div#footer {
  width: 600px;
  text-align: center;
  font: 60% "Trebuchet MS",Verdana,Arial,sans-serif;
  padding: 8px 0px 8px 0px;
  color: #FFF;
}

div#footer hr {
  width: 75%;
}


