html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 100%;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*Background*/

body {background: #000 url(../images/scott-pollard-cloud.jpg);}

/*Layout*/

#wrapper {
              width:860px;
              height:auto;
              margin:auto auto;
              }

#header {
              width:100%;
              height:100px;
              margin:5px auto 5px auto;
              border-bottom:2px dotted #999999;
              }
          
 #introduction {
              width:100%;
              height:95px;
              margin:5px auto 5px auto;
              border-bottom:2px dotted #999999;
              }
  
  #introduction a {font-family:Arial, Helvetica, sans-serif;
                         font-size:14px;
                         font-weight:normal;
     }
  
 #introduction p {padding-left:5px;
                         padding-top:5px;
                         }
            
  #navigation {
              width:100%;
              height:25px;
              margin:5px auto 5px auto;
              border-bottom:2px dotted #999999;
              }
              
  #navigation a {padding-left:5px;}
 
 #maincontent {
                     width:102%;
                     height:auto;
                     border:0px dotted #000;
                     padding-top:10px;
                     margin-left:4px;
                     }
                     
 #footer {
            width:100%;
            height:100px;
            margin:13px auto 5px auto;
            border-top:2px dotted #999999;
            }

/*Classes*/

.logo {padding:5px 5px 0px 5px;
        }
.strap {padding:0px 5px 5px 8px;
          font-family:'Comic Sans MS', Arial, Helvetica, sans-serif;
         }
.contact {padding:44px 5px 5px 5px;
             float:right;
             text-align:right;
             }
             
 .logocol {
             float:left;
             }
             
 .contactcol {
             float:right;
             }
             
 .footercol {
             float:right;
             }
             
 .imagemod {
             float:left;
             width:150px;
             height:150px;
             border:0px dotted #000;
             }
             
 .current {text-decoration:underline;}

.module {display:inline;
margin:0px;
padding:0px;
             }
             
div#modulecopy {width:210px;
                        height:210px;
                        }
                        
     

/*Typography*/

h1 {font-family: Arial, Helvetica, sans-serif;
     font-weight:bold;
     font-size:13px;
     }
     
 h2 {font-family: Arial, Helvetica, sans-serif;
     font-weight:bold;
     font-size:13px;
     line-height:130%;
     }
     
a {font-family: Arial, Helvetica, sans-serif;
     font-weight:bold;
     font-size:16px;
     line-height:130%;
     text-decoration:none;
     margin-right:23px;
     color:#000;
     }
     
p {font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
     }