body {
     margin : 0px;
     padding : 0px;
     background-color : white;
}

#container {
     width : 760px;
     margin-left : auto;
     margin-right : auto;
     background-color : white;
}

#banner {
     width : 756px;
     background-color : white;
}

#contents {
     width : 546px;
     float : left;
     background-color : white;
}

#rightsidebar {
     width : 200px;
     float : left;
}

.bannerinner {
     padding : 0px;
     overflow : hidden;
}

.sidebarinner {
     padding : 5px;
     overflow : hidden;
}

.contentsinner {
     padding : 5px;
     overflow : hidden;
}

h1 {
     font-family:Arial, Helvetica, sans-serif;
     font-size:16px;
     font-weight:bold;
     color:#6F6F6F;
}

h2 {
     font-family:Arial, Helvetica, sans-serif;
     font-size:14px;
     font-weight:normal;
     color:#6F6F6F;
}

h3 {
     font-family:Arial, Helvetica, sans-serif;
     font-size:10px;
     font-weight:normal;
     color:#000000;
}

a:link, a:visited {
     color : blue;
     text-decoration : none;
}

a:hover {
     color : blue;
     text-decoration : none;
}

ul {
   margin-left : 0px;
   padding : 0px;
}

li {
   font-size : 14px;
   font-family : sans-serif;
   font-weight : normal;
   list-style-type : none;
   margin-top : 2px;
   margin-bottom : 3px;
   padding-left : 10px;
   color : #6F6F6F
}

ul ul {
   margin-left : 0px;
   padding : 0px;
}

