﻿
a:link {color: #999999; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;}
a:hover {color: #d5d5d5;}
a:active {color: #999999;}


body{
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: #222222;
  height: 100%;
  max-height: 100%;
  font-family:   Franklin Gothic Medium,Tahoma, Arial, Helvetica, sans-serif;

}

#header, #footer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  overflow: hidden;
  background-color: #2a2a2a;
  text-align: left;
  font-family:  Franklin Gothic Medium,Tahoma, Arial, Helvetica, sans-serif;
  font-size: 17pt;
  color:#999999;


}

#menu{
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #2a2a2a;
  text-align: right;
  font-family:   Franklin Gothic Medium,Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #999999;
}
#menu:after{ /*Add margin between menu and rest of content in Firefox*/

 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

#menu ul{
 text-indent: 10px;
 padding: 2px 0;
 margin: 0;
 border: 0px solid #;
 text-align: right; /*set value to "center" for example to center items*/
}

#menu ul li{
 display: inline;
}

#menu ul li a{
 color: #999999;
 padding: 0px 0;
 padding-right: 0px;
 margin: 0;
 text-decoration: none;

}

#menu ul li a:visited{
 color: #999999;
}

#menu ul li a:hover{
 color: #ffffff;
}


#footer{
  top: auto;
  bottom: 0;
  height:30px;
  overflow: hidden;
  background-color: #2a2a2a;
  text-align: center;
  font-family:  Franklin Gothic Medium,Tahoma, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color:#999999;
 }



#content{
  position: fixed;
  top: 80px;
  left: 0;
  right:0;
  bottom: 30px;
  overflow: auto;
  background: #222222;
 }

.headerPadding{
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 26px;
  margin-bottom: 0px;
}

.menuPadding{
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}


  }
.footerPadding{
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 3px;
  margin-bottom: 0px;
}

.contentPadding{
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

* html body{
  padding: 60px 0 40px 0;					
}

* html #content{
  height:100%;
  width: 100%;
}



