* {
  margin: 0;
  padding: 0; }

body {
  background: #ecd56e url('/images/layout/mainbackground.jpg') repeat-x;
  margin: 0;
  padding: 0;
  font-size: 75%;
  line-height: 1.75em;
  font-family: "Verdana" sans-serif; }

#wrapper {
  width: 960px;
  margin: 0 auto 50px auto;
  position: relative; }

#heading {
  letter-spacing: -1000em;
  text-indent: -1000em;
  display: block;
  width: 347px;
  height: 86px;
  background: url('/images/layout/heading.jpg') no-repeat left top;
  margin: 0 0 13px 0; }
  #heading a {
    outline: none;
    text-decoration: none;
    width: 347px;
    height: 86px;
    display: block; }

.flowerswirl {
  position: absolute;
  top: 83px;
  right: -10px;
  border: 0;
  z-index: 30;
  display: block; }

#container {
  background: #f5e9a7 url('/images/layout/middlebackground.jpg') repeat-x;
  width: 960px;
  display: table;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

/* Menu ============================================================= */
#menu {
  float: left;
  width: 220px;
  padding: 25px 0 25px 0; }
  #menu li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 25px;
    font-family: "Georgia" serif;
    font-variant: small-caps;
    letter-spacing: 0.03em;
    font-size: 1.333333em;
    line-height: 1.3125em;
    display: block; }
  #menu a {
    color: #FFFFFF;
    display: block;
    padding: 3px 5px 1px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    #menu a:link {
      text-decoration: none; }
    #menu a:visited {
      text-decoration: none; }
    #menu a:hover {
      color: #021F29;
      text-decoration: none;
      background: #ECD56E; }
    #menu a:active {
      color: #FFFFFF;
      text-decoration: none; }

/* Main Content ===================================================== */
#content {
  background: #faf4ce url('/images/layout/centerbackground.jpg') repeat-x;
  margin: 10px;
  float: right;
  width: 660px;
  padding: 25px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px; }
  #content h2 {
    font-size: 3em;
    font-weight: normal;
    font-style: italic;
    font-family: "Georgia" serif;
    line-height: 0.583333em;
    margin: 0 0 0.477273em 0; }
  #content h3.tagline {
    font-size: 2em;
    font-weight: normal;
    font-style: italic;
    font-family: "Georgia" serif;
    line-height: 1.2em;
    margin: 0 0 1.75em 0; }
  #content h3 {
    font-size: 2em;
    font-weight: normal;
    font-style: italic;
    font-family: "Georgia" serif;
    line-height: 0.875em;
    margin: 1.3125em 0 0.4375em 0; }
  #content h4 {
    font-size: 1.5em;
    font-weight: normal;
    font-style: italic;
    font-family: "Georgia" serif;
    line-height: 1.166667em;
    margin: 10px 0 0.583333em 0; }
  #content p {
    font-size: 1em;
    line-height: 1.75em;
    margin-bottom: 0.875em; }
  #content #self-portrait {
    float: right; }
  #content table {
    margin: 0 30px 0 10px;
    width: 650px;
    vertical-align: top; }
  #content th {
    vertical-align: top;
    padding: 0.875em 0 0.875em 0; }
  #content tr {
    vertical-align: top;
    padding: 0.875em 0 0.875em 0; }
  #content td {
    padding: 0 10px 0 10px; }
  #content a:link {
    color: #007DAA;
    text-decoration: none;
    font-weight: bold; }
  #content a:hover {
    color: #00B2F2;
    text-decoration: none;
    font-weight: bold; }
  #content a:visited {
    color: #006286;
    text-decoration: none;
    font-weight: bold; }
  #content a:active {
    color: #007DAA;
    text-decoration: none;
    font-weight: bold; }

tr.webdesigntop td, tr.webdesigntop th {
  border-bottom: 1px dotted #6989B8;
  border-top: 1px dotted #6989B8;
  padding-left: 3px;
  padding-right: 3px; }
tr.webdesign td, tr.webdesign th {
  border-bottom: 1px dotted #6989B8;
  padding-left: 3px;
  padding-right: 3px; }

p.minilink {
  font-size: 0.916667em;
  line-height: 1.909091em;
  padding-top: 0.875em;
  padding-bottom: 0.875em; }

