html, body {
  background: #000 url('../images/background.gif') repeat-y center;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #fff;  
}

p {
  margin: 5px 0px 15px 0px;
}

ul {
  list-style-type: square;
  padding-left: 17px;
}

div#main {
  width: 890px;
  margin: 0px auto;
  background-color: #333;
  text-align: left;
}

div#header {
  background-color: #222;
  padding-top: 30px;
}

div#flash {
  width: 591px;
  height: 235px;
  background-color: #555;
  position: absolute;
  top: 82px;
}

div#portfolio_image {
  width: 591px;
  height: 430px;
  background-color: #555;
  position: absolute;
  top: 82px;
}
  
div#content {
  width: 290px;
  height: 611px;
  background-color: #555;
  float: right;
  margin-top: 10px;
}

div#content_text {
  margin: 0px 8px 0px 8px;
  line-height: 12.5pt;
}

div#bottom_columns {
  position: absolute;
  top: 328px;
  width: 591px;
}

div#portfolio_columns {
  position: absolute;
  top: 520px;
  width: 591px;
}

div#portfolio {
  width: 291px;
  height: 365px;
  background-color: #555;
  float: left;
}

div.portfolio_image {
  margin: 7px;
}

div#contact {
  width: 290px;
  height: 365px;
  background-color: #555;
  float: left;
  margin-left: 10px;
}

div#contact_text {
  margin: 5px;
  line-height: 12.5pt;
  height: 155px;
  overflow: hidden;
}

div#client {
  width: 290px;
  height: 173px;
  background-color: #555;
  float: left;
}

div#technology {
  width: 291px;
  height: 173px;
  float: left;
  margin-left: 10px;
  background: #555 url(../images/tech_watermark.gif) no-repeat bottom right;
}

div#client .content, div#technology .content {
  padding: 5px;
}

div.banner {
  background-color: #222;
}

div.spacer {
  height: 7px;
  background-color: #333;
}

div#login_box {
  padding: 10px 20px 10px 20px;
}

dl {
  margin: 0px;
}

dt {
  display: block;
  width: 105px;
  line-height: 14pt;
  font-weight: bold;
}

dd {
  clear: both;
  margin: 0px;
  font-size: 11px;
  line-height: 24px;
}

dd input.login {
  width: 240px;
  border: 1px solid #222;
  background-color: #888;
  padding-left: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 10pt;
}

div#submit_button {
  text-align: right;
  margin-top: 5px;
  padding-right: 5px;
}

div#footer {
  margin-top: 10px;
  padding: 5px 5px 0px 0px;
  text-align: right;
  height: 30px;
  background-color: #222;
}

a img {
  border: 0px;
}

a:link, a:visited {
  color: #f90;
  text-decoration: none;
}