/* CSS For Main Layout in FireFox Browser*/

/*** Main Body ***/
body {
  margin: 0;
  padding-top: 112px;
  padding-left: 180px; /* 147 */

  font-family: arial,tahoma,"microsoft sans serif",helvetica,sans-serif;

  background: #840000;
  color: white;
}

/*** Global Settings ***/
a:active, a:hover { color: #ff8000; font-weight: bold }
a            	  { color: #ffff00; text-decoration: none; font-weight: bold }

img {
  border: 0;
}

/*** Nav Bar ***/
.home {
  position: fixed; background-attachment: fixed;

  margin: 0;
  
  top: 36px;
  left: 36px;
  
  width: 100px;
  height: 100px;
}

.news {
  position: fixed; background-attachment: fixed;

  margin: 0;

  top: 228px;
  left: 39px;

  width: 160px;
  height: 72px;
}

.projects {
  position: fixed; background-attachment: fixed;

  margin: 0;

  top: 300px;
  left: 39px;

  width: 160px;
  height: 74px;
}

.legacy {
  position: fixed; background-attachment: fixed;

  margin: 0;

  top: 374px;
  left: 39px;

  width: 160px;
  height: 73px;
}

.shop {
  position: fixed; background-attachment: fixed;

  margin: 0;

  top: 447px;
  left: 39px;

  width: 160px;
  height: 73px;
}

.about {
  position: fixed; background-attachment: fixed;

  margin: 0;

  top: 520px;
  left: 39px;

  width: 160px;
  height: 80px;
}

/*** Footer ***/
.footer {
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;

  border-top: dotted 4px white;

  color: white;

  vertical-align: middle;
}

.footer img {
  padding: 0.1em;

  float: right;

  vertical-align: middle;

  height: 31px;
  width: 88px;
}

/*** Border Settings ***/

.topEdgeMain {
  position: fixed; background-attachment: fixed;
  
  margin: 0;
  
  top: 0;
  left: 0px;
  
  width: 800px;
  height: 126px;
  
  background: url("graphics/topedgemain.png");
}

.topEdge {
  position: fixed; background-attachment: fixed;
  
  margin: 0;

  top: 0;
  left: 800px;
  
  width: 800px;
  height: 126px;
  
  background: url("graphics/topedge.png") 800px 0px repeat-x;
}

.leftEdgeMain {
  position: fixed; background-attachment: fixed;
  
  margin: 0;
  
  top: 126px;
  left: 0px;
  
  width: 244px;
  height: 102px;
  
  background: url("graphics/leftedgemain.png") 0px 0px;
}

.leftEdgeBorder {
  position: fixed; background-attachment: fixed;
  
  margin: 0;
  
  top: 228px;
  left: 0px;
  
  width: 39px;
  height: 372px;
  
  background: url("graphics/leftedgeborder.png") 0px 228px;
}

.leftEdge {
  position: fixed; background-attachment: fixed;

  margin: 0;

  top: 600px;
  left: 0px;

  width: 166px;
  height: 2000px;

  background: url("graphics/leftedge.png") 0px 600px repeat-y;
}
