/* CSS For Main Layout in FireFox Browser*/

/*** Main Body ***/
body {
  margin: 0;

  font-family: arial,tahoma,"microsoft sans serif",helvetica,sans-serif;

  background: url("graphics/title.png") no-repeat 0 0;
  color: black;
}

.title {
  margin-left: 110px;
  margin-top: 16px;
  
  font-size: 4em;
  font-weight: bold;
  
  color: white;
}

.content {
  margin-left: 135px;
  margin-bottom: 2em;
  padding: 1em;
}

.centered {
  text-align: center;
}

/*** Global Settings ***/
a:active, a:hover { color: #ff8000; font-weight: bold }
a            	  { color: #ff0000; text-decoration: none; font-weight: bold }

img {
  border: 0;
}

.typed {
  margin-right: 2px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 0;
  line-height: 28pt;
  font-size: 32pt;
  float: left;
}

/*** Nav Bar ***/
.home {
  position: absolute;
  
  margin: 0;

  top: 2px;
  left: 4px;

  width: 100px;
  height: 100px;
}

.navbar {
  display: block;
  margin-top: 25px;
  margin-left: 4px;
  float: left;
  width: 135px;
  min-width: 135px;
}

.navbar a {
  display: block;
  background: url("graphics/button.png") no-repeat;
  width:120px;
  height: 30px;
  padding-top: 4px;
  padding-left: 16px;
  padding-bottom: 0;
  margin-bottom: -1px;
  font-style: italic;
  font-weight: normal;
  color: white;
}

.navbar a:active, .navbar a:hover {
  background: url("graphics/buttonsel.png") no-repeat;
  margin-left: 8px;
  text-decoration: none;
  color: red;
}

.navbar img {
  margin-left: 12px;
  margin-bottom: 1em;
}

/*** Footer ***/
.footer {
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;

  border-top: dotted 4px black;

  color: black;

  vertical-align: middle;
}

.footer img {
  padding: 0.1em;

  float: right;

  vertical-align: middle;

  height: 31px;
  width: 88px;
}

/*** Border Settings ***/

