@import url("header.css");
@import url("navigation.css");
@import url("listings.css");
@import url("forms.css");
@import url("footer.css");
/* -------------- GLOBAL STYLES -------------- */
root {
  display: block;
}

body {
  margin:0;
  padding:0;
  border:0;
  width:100%;
  background:#fff;
  min-width:600px;
  font-size:90%;
  font-family:Verdana,Arial,sans-serif;
}

a:link, a:visited {
  font-weight: bold;
  color: #9370DB;
  text-decoration: none;
}

a:visited {
  color: #993399;
}

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

h1, h2, h3 {
  margin:.2em 0 .2em 0;
  padding:0;
}

p {
  margin:.4em 0 .8em 0;
  padding:0;
}

/* -------------- LAYOUT -------------- */
#begun {
    clear:both;
    float:left;
    overflow:hidden;
    position:relative;
    margin: 0.5em;
    width:99%;
}

#begun p {
    margin:0;
    padding:0.4em;
}

.colmask {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    overflow:hidden;
}

.threecol .colmid {
    float:left;
    width:200%;
    margin-left:-200px;
    position:relative;
    right:100%;
    background:#fff;
}

.threecol .colleft {
    float:left;
    width:100%;
    margin-left: -50%;
    position:relative;
    left:400px;
    background:#fff;
}
.threecol .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.threecol .col1 {
    margin:0 285px;
    position:relative;
    left:200%;
    overflow:hidden;
}
.threecol .col2 {
    float:left;
    float:right;
    width: 260px;
    position:relative;
    right: -65px;
}
.threecol .col3 {
    float:left;
    float:right;
    width:260px;
    margin-right:-55px;
    position:relative;
    left:50%;
}
