@import url("norm.css");

body {
         position: relative;
         margin: 0 auto;
         text-align: right;
         width: 1024px;
         height:768px;

         font-size: small;
       font-family: "Century Gothic", Arial, "Helvetica sans-serif";
         background-color:#ffffff;


}



div#wrapper {
         position: relative;
         width: 1024px;
         height: auto;
         text-align: center;
         margin: 0;

}


div#branding {

         position: relative;
         width: 1024px;
         height: 250px;
         background: url(../images/branding.jpg) no-repeat right;
         border-bottom: #dbdada solid 2px;
}




.right {
        position: relative;
        color: #7e7d68;
         width: 300px;
         height: 220px;
         text-align: left;
         padding-top: 30px;
        float: right;


}

#main {
         position: relative;
         width: 1024px;
         height: auto;

}

#main img {
         position: relative;
         width: 1024px;
         height: 344px;

         padding-top: 40px;
         padding-bottom: 40px;


}


div#nav  {
         width: 200px;
         position: relative;
         padding-top: 50px;
         padding-left: 5px;
         line-height: 14px;
         float: left;
}


div#nav li {
         position: relative;
        font-family: "Century Gothic", Arial, "Helvetica sans-serif";
         list-style-type: none;

         font-size: 120%;
         width: 180px;
         text-align: left;

          padding-top: 20px;



}

#nav a:hover{
         color: #7e7d68;
}

a {
         text-decoration: none;
         color: #bdb5ad;
}

ul {
         list-style-type: none;
         margin-top: 0;

}

#main p {
         position: relative;
         width: 700px;
         height: auto;
         padding-top: 20px;
         text-align: justify;
         padding-left: 162px;
          color: #7e7d68;


}

#main h1 {
         position: relative;
         text-align: left;
         color: #7e7d68;
          padding-left: 45px;
          padding-top: 30px;
          font-size: 120%;
}



hr {
          width:100%;

        border:0px;
        border-top: solid 2px #dbdada;


        margin:0px;
}

table {
         width: 65%;


           padding-left: 152px;


}

table th, table td {

         margin: 0;
         padding: 10px 10px;
         text-align: left;
           color: #7e7d68;

 }