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,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;}:focus{outline: 0;}body{line-height: 1;color: black;background: white;}ol,ul{list-style: none;}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: "" "";}

html {
  background: #CCC url("../images/argyle.gif");
  margin: 10px 0;
  }
  
  body {
    background: rgba(238, 238, 238, 0.9);
    color: #999;
    height: 100%;
    width: 720px;
    padding: 10px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    }
    
  h1, h2, h3, p.tagline, #links {
    font-family: "Century Gothic";
    }
    
    h1 {
      background: url("../images/header-720.png") no-repeat scroll top left;
      width: 720px;
      height: 140px;
      }
      
      h1 a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -999em;
        }
    
    p.tagline {
      color: #999;
      font-size: 16px;
      line-height: 20px;
      margin-top: -10px;
      padding-left: 100px;
      }
    
  #video {
    width: 720px;
    height: 540px;
    background: #999;
    margin-bottom: 10px;
    }
    
    #video object, #video embed {
      width: 100%;
      height: 100%;
      }
      
  h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    }
    
  #links {
    clear: both;
    width: 750px;
    overflow: hidden;
    }
    
    #links li {
      float: left;
      margin-right: 24px;
      }
      
      #links li a {
        font-size: 20px;
        }
        
  div.left {
    width: 200px;
    margin-right: 20px;
    float: left;
    }
    
  div.main {
    width: 500px;
    float: left;
    margin-bottom: 20px;
    }
    
  p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica";
    }

a {
  color: #9793B9;        
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  }
  
  a:hover {
    color: #444;
    }
    
strong {
  font-weight: bold;
  }
  
em {
  font-style: italic;
  }
  
a.button {
  display: block;
  background-color: #CCC;
  text-align: center;
  padding: 10px 10px;
  -webkit-transition: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  }
  
  a.button:hover {
    background-color: #DDD;
    color: #FFF;
    text-shadow: 0px 0px 2px #FFF;
    }