
html, body, ul, ol {
   margin: 0;
   padding: 0;
}

.clear {
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
}


body {
   font-family: Times New Roman, Times, serif;
   font-size: 14px;
}

#siteContainer {
   width: 918px;
   margin: 0 auto;
}

   #header {
      height: 100px;
   }
      #header img {
         padding-top: 22px;
      }

   #main {}
   
      .column {
         float: left;
         display: inline;
         width: 444px;
         text-align: justify;
         line-height: 18px;
      }


ul#websites {
   list-style: none;
}
   ul#websites li {
      clear: both;
   }
   ul#websites img {
      float: right;
      margin: 6px 0 8px 8px;
      border: 1px solid #aaaaaa;
   }

p {
	margin: 0;
   padding: 6px 0;
}

a {
   color: #008fd4;
}

h2 {
   /*font-family: Century Gothic, Avant Garde, serif;*/
   margin: 16px 0 0 0;
   padding: 0 0 12px 0;
   font-size: 20px;
   font-weight: normal;
   text-align: justify;
   line-height: 24px;
   color: #585858;
}

h3 {
   margin: 10px 0 0 0;
   padding: 0 0 6px 0;
}

h3,
h3 a {
   font-size: 18px;
   font-weight: normal;
   text-align: justify;
   color: #000000;
}

