.main {
   position:absolute;
   font-family:arial;
   font-size:16px;
   border: black solid 0px;
   width:325px;
   left:180px;
   top:110px;
}
  
h1.header
{
   color:black;
   position:absolute;
   left: 150px;
   font-family:arial;
   font-variant: small-caps;
   font-size:36px;
   z-index:1;
}
   
.update {
   color: rgb(80,80,80);
   position:absolute;
   top:480px;
   left:350px;
}
   
p.contact
{
   position: absolute;
   margin-left:500px;
   margin-top: 90px;
   width: 225px;
   border: solid black;
   font-size: 14px;
   background-color:#221122;
   background-image:url("images/background.png");
   color:#ffffcc;
}
   
hr.top1 {color:#928f6d; width:100%; position:absolute; margin-top: 60px}
hr.top2 {color:#928f6d; width:100%; position:absolute; margin-top: 63px}
body {margin-left: 20px}
   
div.menu
{
   font-size:15px;
   font-family:"arial black";
   position: absolute;
   margin-top: 50px;
   margin-left:10px;
   padding: 5px;
   //background-color: #6b6950;
   background-color: #221122;
   background-image:url("images/background.png");
   background-repeat:no-repeat;
   width:110px;
   color:white;
   border: double black;
}
   
body{
   background-color: white
}
   
a {color:#ffffcc}
a:hover {font-size: 110%}
a:active {font-style:normal}

a.email {color:#333399}
a.email:hover {font-size:100%; font-weight:bold}
   
.calls{position: relative; left:200px; top: 90px; border: solid black 0px}
.tdata{border: solid thin black; font-size:14px; padding:3px}
   
.tdatah
{
   border-top: solid thin black;
   border-left: solid thin black;
   border-right: solid thin black;
   border-bottom: solid black;
   font-size:14px;
   padding: 3px;
}
   
div.year{font-size: 24px; position: relative; left: 225px; top: 80px; text-decoration: underline}
div.footer{position: absolute; left: 225px; top: 475px; font-family: arial; font-size: 15px; background-color:black}

div.equipment
{
   position:absolute;
   border-style:solid;
   border-color:black;
   border-width:0px;
   left:225px;
   top:100px;
}

div.member
{
   position:absolute;
   border-style:solid;
   border-color:black;
   border-width:0px;
   left:225px;
   top:100px;
}

.eqmtable
{
   width:400px;
   text-align:left;
   vertical-align:top;
   font-size:14px;
}

.picture {
	width:180px;
	height:135px;
}

.logo {
}