body {
  background-image: url('background.png');
  background-repeat: repeat-x;
  margin: 0px;
  height: 100%;
  width: 100%;
  font-family: georgia, 'times new roman', serif;
  font-size: 14px;
  color: #444444;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  text-align: center;
}

#content {
  position: relative;
  top: 25px;
  left: 0;
}

#wrapper {
  width: 880px;
  margin: auto;
}

.contentLeft { float: left; width: 380px; }
.contentRight { float: left; padding: 0 0 0 48px; width: 378px; }

.flush { clear: both; }

li {
    margin-left: -20px;
}


h1 {
    margin-top: 10px;
    margin-bottom: -10px;
}

h2 {
    font-size: 20px;
    color: #2B67FF;
    border-bottom: 3px solid #E74549;
    padding-bottom: 5px;
}

h3 {
    font-size: 14px;
    color: #8080FF;
    font-style: italic;
}

hr {
    margin-top: -15px;
    color: #FA5A56;
}

blockquote {
    font-style: italic;
}

.noborder {
    border: 0px;
}

.blue {
    color: #2629FF;
}

.white {
    color: #EEE;
}

.red {
    color: #FF2E05;
}

a:hover {
  text-decoration: none;
}

a {
    color: #2629FF;
}

#contact_form_table {
    border: 1px dashed #444444;
    background-color: #FFFFCA;
}

#contact_form_table td {
    padding-right: 3px;
}

#contact_form_table textarea {
    width: 99%;
}

#contact_form_table input {
    width: 210px;
    float: right;
}

#twiddle {
    border: 0;
    float: left;
}

img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
