body {  
  background: #1b154b url(../images/body_bg.gif) top left repeat-x;
  color: #ffffff;
  font: small "trebuchet ms", verdana, arial, sans-serif;
  margin: 0px;
}

.gone {
  visibility: hidden;
}

a:link {
  text-decoration: none;
  color: #576ae5;
}

a:visited {
  text-decoration: none;
  color: #576ae5;
}

a:active {
  text-decoration: none;
  color: #576ae5;
}

a:hover {
  text-decoration: underline;
  color: #6176ff;
}

.customWithErrors {
  border: 1px solid #ff0000;
  padding: 3px;
  margin-bottom: 2px;
}

.errorMessage {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #FF0000;
}

.field {
  border: 1px solid #4a4c60;
  padding: 3px;
  margin-bottom: 2px;
}

div.feedback_form_label { 
  padding-top: 4px;
  padding-bottom: 2px;
}

#logo_region {
  width: 435px;
  float: left;
}

#content {
  padding-top: 20px;
  width: 500px;
}

#button_region {
  padding-top: 109px;
}

#portfolio {
  color: #ffffff;
}

#portfolio_item {
  font: medium "trebuchet ms", verdana, arial, sans-serif;
  font-weight: bold;
}

