body
{
  background-color: #000;
  margin: 0;
  text-align: center;
  color: #DDD;
  font-family: arial;
  font-size: 13px;
}

a
{
  color: #FFFFAA;
  text-decoration: none;
}
h1
{
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  color: #FFF;
}

h2
{
  font-size: 14px;
  color: #CCCCFF;
  border-bottom: 1px solid #666;
}

p
{
  margin-top: 0px;
}

col, td
{
  background-color: #151515;
}


form
{
  display: inline;
}

#container
{
  width: 780px;
  margin: auto;
  padding-top: 12px;
  text-align: left;
}

#header
{
  text-align: center;
  border-bottom: 1px solid #AAA;
  padding-bottom:5px;
  margin-bottom: 25px;
}

#left
{
  float: left;
  width: 480px;
  /*
  height: 336px;
  overflow: auto; */
  padding-right: 10px;
  text-align: justify;
}

#right
{
  margin-left: 517px;
  width: 260px;
}

#pic
{
  height: 170px;
  background-image: url(weprog_logo_web.jpg);
  border: 1px solid #666;
  margin-bottom: 14px;
  white-space: nowrap;
}

#links
{
  border-left: 1px solid #333;
  padding: 7px;
}
#links a
{
  display: block;
  text-decoration: none;
  color: #EEE;
  border-bottom: 1px solid #333;
  margin-bottom: 4px;
  padding-bottom: 2px;
  padding-left: 6px;
}

.grey
{
  color: #888;
}

.image_float
{
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
}

table
{
  font-size: 13px;
}

.form_left
{
  text-align: right;
  padding: 3px 15px 3px 0;
}

.form_right
{
  padding: 3px 0 3px 13px;
}

.bold
{
  font-weight: bold;
}

.contact_field
{
  background-color: #AAA;
  border: none;
  width: 160px;
}

.button
{
  border: none;
  background-color: #AAA;
}

.dark_back
{
  background-color: #151515;
}

.highlight
{
  border: 1px dashed #F00;
}

.sub
{
  margin-left: 20px;
}

.windform
{
  margin-top: 5px;
}

.add
{
  text-align: right;
  vertical-align: middle;
}

#windform
{
  display:none;
}
