/*
CSS for JSG Site
*/


html {
  height: 100%;
  background-color: #000000;
}

body {
  font-family: Verdana, Geneva, sans-serif; 
  margin: 0;
  height: 100%;
}

#bodycontent {
  width: 100%;
  height: 625px;
  background: #000000 url(images/backgroundTile.jpg) repeat-x;
  margin: 0;
  padding: 0;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  overflow: hidden;
}

#header {
  width: 100%;
  height: 175px;
  background: #000000 url(images/100-80-Grad.jpg) repeat-x;
  margin: 0;
  padding: 0;
  border-style: none;
}

.tag {
  color: #444444;
  font-size: .8em;
  margin-left: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

#header img {
 padding-left: 10px;
 padding-top: 10px;
 text-decoration: none;
 border-style: none;
}
  

body p {
  color: #ffffff;
}
  

#container {
  position: relative;
  min-height: 100%;
}


#navcontainer {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
 }

#navcontainer ul {
  text-align: center;
  margin: 0;
  padding-bottom: 4px;
}

#navcontainer ul li {
  display: inline;
}

#navcontainer ul li a {
  padding: 2px 15px 2px 15px;
  text-decoration: none;
  color: #d2d4d6;
  font-size: .9em;

} 

#navcontainer ul li a:hover {
  color: #ffffff;
}

a:active {
  outline: none; 
}

a:focus { 
  -moz-outline-style: none; 
} 

#content {
  height: 575px;
  width: 850px;
  margin: 25px auto;
  background-color: #292929;
  border-top: solid 1px #3d3d3d;
  border-right: solid 1px #3d3d3d;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

#bottombar {
  width: 100%;
  height: 50px;
  background: #000000 url(images/80-100-Grad.jpg) repeat-x;
  overflow: hidden;
}
  

#footer {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
 }

#footer p {
 text-align: center;
  font-size: .8em;
  color: #000000;
}

#flash {
  width: 850px;
  height: 575px;
  background-color: #292929;
}

.contact {
  font-size: .9em;
  margin-left: 15px;
  margin-top: 15px;
  line-height: .1em;
  color: #d2d4d6;
}
















  
  




  