body {
  margin: 0px;
  font-family: tahoma;
  font-size: small;
  text-align: center;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat;
  background-color: #ddecef;
  color: #434037;
}

h1 {
  color: #484452;
  font-size: large;
  line-height: 0;
}

a {
  color: #732c7b;
  text-decoration: none;
}

a:hover {
  color: #bdaec6;
  text-decoration: none;
}
  
a img{
  border: 0px;
}

img {
  border: 0px;
}

/*#position {
  width: 806px;
  margin: auto;
  padding: 0px;
  text-align: left;
  border: 0px;
  vertical-align: baseline;
}*/

#wrapper {
  width: 806px;
  margin: 0 auto;
  text-align: left;
}

#header {
  float: left;
  width: 806px;
  height: 159px;
  background-image: url('../images/bannerbg.png');
  background-repeat: no-repeat;
}

#mainNav {
  float: right;
  margin-top: 120px;
  padding-right: 20px;
  color: #bdaec6;
  font-size: medium;
}

#mainNav a {
  color: #bdaec6;
  font-size: medium;
  text-decoration: none;
}

#mainNav a:hover{
  color: #ffffff;
}

#content {
  float: left;
  width: 806px;
  min-height: 200px;
  background-image: url('../images/mainbgfill.png');
  background-repeat: repeat-y;
}

#mainContent {
  float: left;
  width: 450px;
  padding: 10px;
  padding-left: 20px;
  font-size: medium;
}

#sideContent {
  float: right;
  width: 250px;
  padding: 10px;
  padding-right: 20px;
  text-align: center;
}

#contentMain{
  float: left;
  width: 806px;
  padding: 20px;
  font-size: medium;
}

#contact {
  float: left;
  width: 806px;
  text-align: center;
  font-size: large;
}

#contact table{
  margin: auto;
}
.page-title {
  text-align: center;
}
#folio_title {
  float: left;
  width: 800px;
  text-align: center;
}

td.textbox {
  text-align: right;
}

.folio {
  float: left;
  width: 375px;
  height: 200px;
  /*border-right: 1px dashed #434037;*/
}

.folio h2{
  font-size: medium;
  line-height: 1;
}

.folio h3{
  font-size: small;
  line-height: 1.2;
  border-bottom: 1px dashed #9bbacf;
} 

.folio a {
 font-size: small;
}

.folio_title {
  float: left;
  width: 350px;
  text-align: center;
}

.folio_img {
  float: left;
  width: 160px;
  padding: 5px;
  text-align: center;
}

.folio_content {
  float: left;
  width: 190px;
  left-padding: 5px;
}

#footer {
  float: left;
  width: 806px;
  height: 53px;
  padding: 10px;
  padding-top: 20px;
  background-image: url('../images/footerbg.png');
  background-repeat: no-repeat;
  color: #bdaec6;
  text-align: center;
}

#footer a {
  color: #bdaec6;
  border-bottom: 1px dashed #ffffff;
}

#footer a:hover{
  color: #ffffff;
  border-bottom: 0px;
}
