img {
 border: 0;
}

h1 {
 font-size: 14px;
 line-height: 110%;
 font-weight: normal;
 text-align: left;
}

h2 {
 font-size: 15px;
 line-height: 110%;
 text-align: center;
 font-weight: normal;
}

h3 {
 font-size: 15px;
 line-height: 110%;
 text-align: center;
 font-weight: normal;
}

#main {
 margin: 0 auto;        
 width: 800px;
 border-left: 1px solid #CCCCCC;
}

#header {
 width: 800px;
 height: 80px;
 border-top: 3px solid #FF3300;
 border-bottom: 1px solid #CCCCCC;
 vertical-align: middle;
 padding-top: 10px;
 padding-left: 15px;
}

#logo {
 float: left;
}

#contents {
 padding-top: 10px;
 padding-left: 15px;
}

#footer {
    width: 800px;
    margin: 0;
 padding-top: 10px;
 padding-left: 15px;
 padding-bottom: 10px;
    border-top: 4px double #cccccc;
    background: #FFFFFF;
    color: #000000;
    font-family: serif;
    font-style: italic;
    text-align: center;
    border-bottom: 4px solid #FF3300;
}

#copy {
 font-size: 80%;
}