/* CSS Document */

#content {
  float: right;
  width: 600px;
  }

/* styling for sidebar */

#sidebar_bottom {
  float: left;
  width: 251px;
  margin: 20px 0 15px 15px;
  background: url(images/sidebar_bottom.gif) no-repeat bottom left;
  }

#sidebar_bottom p {
  padding: 10px 20px 0 20px;
  margin: 40px 0 0 0;
  color: #000000;
  font-size: small;
  line-height: 200%;
  }
  
#sidebar_top {
  float: left;
  height: 40px;
  width: 251px;
  margin: -1px 0 0 0;
  background: url(images/sidebar_top.gif) no-repeat top left;
  }

#sidebar_top h1 {
  font-weight: normal;
  color: #000000;
  margin: 10px 20px;
  font-size: 115%;
  }

/* end styling for sidebar */

.maincontent {
  margin: 15px 15px 0 15px;
  line-height: 150%;
  }

/* styles for contact form */

form {
  margin: 15px 15px 0 15px;
  }

#name, #company, #email {
  width: 200px;
  }

#message {
  width: 500px;
  height: 150px;
  }

.warning {
  color: #990000;
  }
