* {
  margin: 0px;
  padding: 0px;
  border: none;   
}

body {

  background-image: url(templateimages/background.jpg);
  background-repeat: no-repeat;
  background-color: #000000;
  background-position: center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #af906d;
  z-index:-1;
 
}

#container {
  margin-left : auto;
  margin-right : auto;  
  width: 850px;
  float:inherit;  
}



#top {
  float: left;
  width: 850px;
  height: 119px;
}

#title {
  float: left;
  width: 336px;
  height: 55px;
  padding-top: 45px;
}

#title h1 {
  display: block;
  float: left;
  width: 420px;
  height: 60px;
  text-indent: -9999px;
}

#title h1 a {

  display: block;
  width: 100%;
  height: 100%;
  background-image: url(templateimages/title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  color:#676762;
}


#welcome {
  width: 850px;  
}



#welcome-greeting {
  float: left;
  width: 500px;
  background-image: url(templateimages/welcome-back.png);
  background-repeat: no-repeat;
  height: 408px;
  padding-left: 17px;
  padding-top: 5px;  

}

#list-equipment {

  float: left;
  width: 700px; 
  padding-left: 30px;
  padding-top: 0px;
  color: #af906d;
  font-size:12px;    
  
}

#list-equipment a {
color:#676762;
}
#list-equipment a:visted {
color:#676762;
}
#list-equipment a:active {
color:#676762;
}

#welcome-text {
  color: #af906d;
  font-size:11px;     
  float: left;
  text-align: justify;
  margin-right: 37px;
}

#equipment-box {
  background-image: url(templateimages/welcome-back.png);
  background-repeat: no-repeat;
  height: 408px;
  width: 500px;
  padding-left: 17px;
  padding-top: 5px;
  margin-top: 170px; margin-left: -18px;
  color: #af906d;
  font-size:14px;
  font-weight:bold;
}

#equipment-box a {
color:#676762;
}
#equipment-box a:visted {
color:#676762;
}
#equipment-box a:active {
color:#676762;
}

#welcome-latest {
  float: right;
  background-image: url(templateimages/latest-back.png);
  background-repeat: no-repeat;
  height: 449px;
  width: 234px;
  padding-left: 0px;
  padding-top: 5px;
  margin-left: 10;
  font-size:11px;  
}

#welcome-latest a {
color:#af906d;
text-decoration:none;
}
#welcome-latest a:hover {
color:#af906d;
text-decoration:underline;
}
#welcome-latest a:visted {
color:#af906d;
text-decoration:none;
}
#welcome-latest a:active {
color:#af906d;
text-decoration:none;
}


#footer {
  float: left;
  width: 850px;
  background-image: url(templateimages/footer.png);
  background-repeat: no-repeat;
  height: 60px;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  color: #af906d;
  font-size:11px;  
}