@charset "utf-8";
/* CSS Document */

<style type="text/css">
/************************************************************************************
RESET CSS VALUES
*************************************************************************************/
body {
html, body, div, span, table, tr, th, td, em, font, img, strong, h1, h2, h3, h4, h5, h6, p, ol, ul, li, 

 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 62.5%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;
 }

 /************************************************************************************
PAGE WRAPPER
*************************************************************************************/
#pagewrap {
width: 100%;
background-color:#666666;
margin:0;
}
 
 #header{
 width:auto;
 height:248px;
 background-image:url(../images/header-pic.jpg);
 font-size:1.6em;
 }

body {
 background: #666666;
 line-height: 1.5em;
 color: black;
 margin:0px;
 }
 

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
width: 1024px;
background-color:#ffffff;
font-size: 0.8em;
margin-left:auto;
margin-right:auto;
padding-left:20px;
padding-right:20px;
padding-top:2px;
font-size:1.2em;
font-family: "Times New Roman", Times, serif;
color:#000000;
}

/************************************************************************************
TABLE
*************************************************************************************/
.table{
width: 100%;
border: 0px;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
clear: both;
width:100%;
margin-left:auto;
margin-right:auto;
text-align: center;
background-color:#ddd6cc;
color: #666666;
display: block;
border-radius: 10px;
box-shadow:3px 3px 3px #666666; 
}

#footer p {
font-size:1em;
}