/* controls the size of the size of the content window  */
#allcontent {
       position: relative;
       width: 800px;
       height: 600px;
       margin: 0 auto 0 auto;
       background-color: #fff;
}

/* The image for each section */
.themeimage {
    position: relative;
    top: 20px;
}

/* styling the contact section */
.contactbody {
      width: 365px;
      height: 400px;
      position: absolute;
      top: 150px;
      left: 14px;
      padding-right: 10px;
      border-right: 1px dotted #FFDE08;
      font-family: helvetica, arial, sans-serif;
      color: #999;
      font-size: 12px;
      line-height: 16px;
}

.contactbody a {
      text-decoration: none;
      color: #666;
}

.contactbody a:visited {
      text-decoration: none;
      color: #666;
}

.contactbody a:hover {
      text-decoration: none;
      color: #FFDE08;
}

/* Styling the links section */
.contactlinks {
      width: 230px;
      height: 400px;
      position: absolute;
      top: 150px;
      left: 420px;
      padding-right: 15px;
      font-family: helvetica, arial, sans-serif;
      color: #999;
      font-size: 12px;
      line-height: 16px;
}

.contactlinks ul {
      padding: 0;       margin: 0; 
      list-style-type: none; 
      text-decoration: none;
      color: #666;
      line-height: 23px;
}

.contactlinks a {
      text-decoration: none;
      color: #666;
}

.contactlinks a:visited {
      text-decoration: none;
      color: #666;
}

.contactlinks a:hover {
      text-decoration: none;
      color: #FFDE08;
}



/* styling the copyright and email link */
.bottomline {
       position: absolute;
       top: 550px;
       margin-left: 10px;
       font-family: helvetica, arial, sans-serif;
       font-weight: lighter;
       color: #999;
       font-size: 9px;
}

#copyright {
       font-size: 12px;
       font-weight: bold;
}

#emailus {
       margin-left: 20px;
}

#emailus a {
       text-decoration: none;
       color: #999;
}

#emailus a:visited {
       text-decoration: none;
       color: #999;
}

#emailus a:hover {
      text-decoration: none;
      color: #FFDE08;
}

#tandc {
      margin-left: 0px;
}

#firefox {
       margin-left: 30px;
}

#firefox a {
       text-decoration: none;
       color: #000;
}

#firefox a:visited {
       text-decoration: none;
       color: #999;
}

#firefox a:hover {
      text-decoration: none;
      color: #FFDE08;
}
