/************
  HTML Tags
************/

body {
  margin: 0 auto;
  height: 960px;
  width: auto;
  background: #000 url('../images/bkg_full.jpg') top left no-repeat;
  font-family: helvetica;
}

h1 {
  font-size:1.2em;
  font-family: 'Century Gothic';
}

a {
  font-family: helvetica;
  font-weight: bold;
  text-decoration: none;
  border-bottom:1px dashed #F00;
  color: #000;
  padding:0;  
  margin:0;
}

a:hover {
  color: #FFF;
  background: red;
  border-bottom:1px dashed #FFF;
}

/************
  Container
************/

#container {
  float: left;
  margin: 0 auto;
  height: 960px;
  width: 960px;
}

/**************
  Banner/Logo
**************/

#banner {
  position: absolute;
  top: 60px;
  left: 80px;
  height: 160px;
  width: 540px;
  background: url('../images/logo.png') top left no-repeat;
}

/************
  Nav Links
************/

#nav {
  position: absolute;
  height: 160px;
  width: 180;
  top:60px;
  left:660px;
}

#nav a {
  font-size: 2em;
  text-decoration: none;
  border: none;
  padding:0;  
  margin-bottom: 8.5px;
  color: #000;
  display: block;
}

#nav a:hover {
  color: #FFF;
  background: #F00;
}

#nav a.selected {
  color: #FFF;
  background: #F00;
}

/**********
  Content
**********/

#content {
  position: absolute;
  width:350px;
  top: 16em;
  left: 7em;
}

/**********
  Right Bar
**********/

#right_bar {
  position: absolute;
  width: 82px;
  top: 16em;
  left: 31.5em;
}

#right_bar a {
  font-size: 0.9em;
  margin-bottom: 2px;
  color: #333;
}

/*********
  Footer
*********/

#footer {
  color: #FFF;
  size: 2em;
  background: #000;
  padding: 10px;
  border:1px solid #FFF;
  width: 520px;
  position: absolute;
  top: 850px;
  left: 80px;
}

#footer a:hover {
  color: #FFF;
  background: #F00;
  border-bottom:3px dashed #FFF;
}