body {
  text-align: center;
  background-color: #ffffff;
  margin-top: 30px;
}

body, td, input, textarea, select {
  font-family: calibri, arial, san-serif;
  color: #303030;
  font-size: 16px;
}

#header, #content, #footer {
  width: 750px;
  float: center;
  align: center;
  margin: 0 auto;
}

#header {
}

#content {
  text-align: left;
}

#content p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 115%;
}

#content .break-out {
  text-align: left;
  line-height: 100%;
}

/*
#content img {
  margin-right: 5px;
  height: 32px;
  width: 32px;
}
*/

#content #portfolio {
  float: right;
  margin-left: 15px;
  margin-top: 25px;
}

#footer {
}

#footer a {
  color: #303030;
  text-decoration: none;
}

#footer a:hover {
  color: #303030;
  text-decoration: underline;
}
