body {
  background: #000;
  color: white;
  font-family: arial, verdana, calibri;
  font-size: 14px;
}

div.surround {
  position: absolute;
  width: 850px;
  top: 100px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border: 0px black solid;
  text-align: center;
  z-index: 10;
}

div.main {
  position: absolute;
  padding: 5px;
  padding-top: 60px;
  width: 840px;
  height: 585px;
  border: #707070 1px solid;
  background-image: url('images/bg.jpg');
  background-repeat:no-repeat;
  background-position:center bottom;

  
}

div.logo {
  position: absolute;
  top: -80px;
  left: 10px;
  width: 840px;
  height: 130px;
  border: #707070 0px solid;
  z-index: 5;
  text-align: right;

}

div.nav {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 840px;
  height: 130px;
  border: #707070 0px solid;
  z-index: 5;
  text-align: right;
}


img.logo {
  float: left;
}

div.left {
  position: absolute;
  width: 200px;
  height: 550px;
  top: 50px;
  left: 0px;
  border-right: 1px #707070 solid;
  padding: 5px;
  text-align: center;
}

div.body {
  position: absolute;
  width: 621px;
  height: 570px;
  top: 60px;
  left: 220px;
  border: 0px #707070 solid;
  padding: 10px;
  text-align: left;  
  overflow: auto;
  padding: 5px;  
  scrollbar-3dlight-color:#707070; 
  scrollbar-arrow-color:#707070; 
  scrollbar-base-color:#000; 
  scrollbar-darkshadow-color:#707070; 
  scrollbar-face-color:#000; 
  scrollbar-highlight-color:#000; 
  scrollbar-shadow-color:#000;
}



div.footer {
  position: relative;
  text-align: left;
  color: #707070;
}

table.ln {
  margin-top: 20px;
  width: 600px;
  border: 0px;  
  color: white;
  font-family: arial, verdana, calibri;
  font-size: 12px;
}


td.lnd {
  text-align: left;
  width:40px;
  border-bottom: 1px #707070 dashed;
}
td.lnl {
  text-align: left;
  width:125px;
  border-bottom: 1px #707070 dashed;
}
td.lnv {
  text-align: left;
  width:125px;
  border-bottom: 1px #707070 dashed;
}
td.lnw {
  text-align: left;
  width:360px;
  border-bottom: 1px #707070 dashed;
}




ul.nav {
  vertical-align: bottom;
  margin-left: 0;
  padding-left: 0;
  padding-top: 100;
  display: inline;
	} 

li.nav {
	margin-left: 0;
	padding: 3px 10px;
	border-left: 2px solid #707070;
	list-style: none;
	display: inline;
	}
	
		
li.navfirst {
	padding: 3px 10px;
	margin-left: 10px;
	border-left: none;
	list-style: none;
	display: inline;
	}

a:Link {font-family:  arial, Verdana; font-size: 12; color: white; text-decoration: underline; }
a:visited {font-family: arial, Verdana; font-size: 12; color: gray; text-decoration: none; }
a:Hover {font-family: arial, Verdana; font-size: 12; color: #776F63; text-decoration: line-through; cursor:url(images/finger.cur);}

img {
  border: 0px;
}

img.noise {
  border: 0px;
  float: right;
  padding: 3px;
}

img.picr {
  border: 1px #776F63 solid;
  float: right;
  margin-left: 5px;
}

img.picl {
  border: 1px #776F63 solid;
  float: left;
  margin-right: 5px;
}

img.box {
  border: 1px #776F63 solid;
  vertical-align: top;
  margin-bottom: 4px;
}

hr {
  border: 0;
  color: #707070;
  background-color: #776F63;
  height: 1px;
  width: 85%;
  align: center;
  margin: 5px;
}

h1 {
  border-bottom: 1px #776F63 solid;
  margin-bottom: 30px;
  font-size: 14px;
  width: 300px;
}

h1.pics {
  margin-top: 40px;
  font-size: 14px;
  border-bottom: 1px #776F63 solid;
  width: 250px;
}


h1.news {
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 14px;
  border-bottom:  1px #776F63 solid;
  width: 250px;
}

h2 {
  margin-top: 20px;
  font-size: 14px;
  border-bottom:  0px #776F63 solid;
  width: 300px;
}

h3 {
  margin-top: 40px;
  font-size: 12px;
  border-bottom:  0px #707070 solid;
  width: 300px;
}

p {
margin-bottom: 10px;
}

p.disc {
  font-size: 10px;
  text-align: center;
}

table {
  width: 100%;
  border: 0px solid black;
}

td {
  width: 33%;
  text-align: center;
  border: 0px solid black;
  vertical-align: top;
}

input
{
color: black;
background: white;
border: 1px solid #776F63
}

label
{
width: 4em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}








