/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
}

/* End Reset */
/* Utilities */
b, .bold {
  font-weight: bold;
}

.clear {
  clear: both;
}

i, .italic {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.block {
  display: block;
}

.none {
  display: none;
}

/* End Utilities */
body {
  background: #c8b38b;
  color: #ffffff;
  font-family: arial;
}
body .wrapper {
  width: 960px;
  margin: 0 auto;
}
body .wrapper:first-child {
  background: url("/images/decorative-flourish.png") repeat-x top left #d1bf9e;
  padding: 66px 0 42px 0;
}
body .wrapper .logo {
  margin: 54px auto 54px;
  display: block;
}
body .wrapper .bio {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 798px;
  position: relative;
  margin: 0 auto;
}
body .wrapper .bio img:first-child {
  float: left;
}
body .wrapper .bio img.signature {
  bottom: 8px;
  position: absolute;
  right: -6px;
}
body .wrapper .bio p {
  font-size: 22px;
  line-height: 25px;
  padding: 31px 0 0 162px;
}
body .wrapper .content {
  color: #535353;
  margin: 58px auto 0 auto;
  width: 798px;
}
body .wrapper .content .left {
  font-size: 18px;
  line-height: 24px;
  padding: 0 20px 0 0;
  text-align: right;
  width: 293px;
}
body .wrapper .content .left p {
  margin: 0 0 15px 0;
}
body .wrapper .content .right {
  border-left: 1px solid #daccb1;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 25px;
  width: 458px;
}
body .wrapper .content .right ul {
  list-style: disc inside none;
  margin: 10px 0;
}
body .wrapper .content .right p {
  margin: 0 0 12px 0;
}
body .wrapper.footer {
  margin: 24px auto 41px auto;
  font-size: 14px;
}
body .wrapper.footer ul {
  height: 18px;
}
body .wrapper.footer ul li {
  display: block;
  float: left;
}
body .wrapper.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
body .wrapper.footer ul li a:hover {
  text-decoration: underline;
}
body .wrapper.footer ul li span {
  color: #535353;
  margin: 0 6px 0 2px;
}
body .wrapper.footer .right a {
  color: #ffffff;
  display: block;
  float: left;
  line-height: 16px;
  padding: 0 48px 0 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
body .wrapper.footer .right a img {
  margin: -5px 0 0 0;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
body .wrapper.footer .right a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
body .wrapper.footer a.facebook {
  color: #FFFFFF;
  display: block;
  height: 19px;
  margin: 17px 0 0;
  padding: 6px 0 0 27px;
  text-decoration: none;
  background: url("/images/facebook-logo.png") no-repeat left;
}
body .wrapper.footer a.facebook:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
