/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { margin: 0px; padding: 0px; border: 10px; } 
#container { width:960px; margin: 0 0 0 0; 
padding: 10px 0 0 20px; background-color: #fff; }
/* top right bottom left */ 

 

/* font sizes */
p { font-size: .8em;
font-family:"century gothic";
text-align:justify;
 }

p1 { font-family:sans-serif; 
font-size: 1em;
text-align:justify; 
padding-top:1.5em; 
line-height:23px }


h1 { font-family:sans-serif; 
font-size:  1.2em; 
border-bottom: #c00 solid 3px;
}

h2 {font-family:sans-serif; 
font-size:  1.2em;
border-bottom: #c00 solid 3px; }

h3 {font-family:sans-serif; 
font-size:  .8em; }

/* lists */


/* images */
img.pics 
{border: solid #6ec6f1 3px;}

/* navbar */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
    background-color: #333;
    font-family:sans-serif;
    font-weight:600;
    }

li {
float: left;
}

li a {
   display: block;
   color: white;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
   }

li a:hover {
    background-color: #6ec6f1;
    }
</ul>

#container h1 {
margin: 0; 
padding: 0; 
width: 100%; 
height: 200px; 
float: left; 
border-bottom: #c00 solid 3px;} 

#container #col1 
{ width: 280px; float: left;
font-family:sans-serif;}

#container #col2outer 
{ width: 610px; 
float: right; 
margin: 0; 
padding: 0; } 

#col2outer #col2mid 
{ width: 380px; 
float: left; 
font-family:sans-serif; } 

#col2outer #col2side 
{ width: 175px; 
float: right; 
font-family:sans-serif;} 

#container #footer 
{ float: left; 
width: 960px; 
border-top: #c00 solid 3px;
font-family:sans-serif;
font-size:small; }


