html, body
{
   margin: 0px;
   padding: 0px;
   width: 100%;
   text-align: center;
   background-color: silver;
   overflow: auto;
}

#container
{
   width: 100%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   background-color: grey;
}

.clear
{
   margin: 0px;
   padding: 0px;
   height: 0px;
   clear: both;
   display: block;
   overflow: hidden;
}

#header
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   width: 100%;
   _height: 100px;
   min-height: 100px;
   text-align: center;
   background-color: #222222;
   border-top: solid #000 0px;
   border-left: solid #000 0px;
   border-right: solid #000 0px;
   border-bottom: solid #000 0px;
   display: inline-block;
}

#main
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 30px;
   width: 100%;
   _height: 400px;
   min-height: 400px;
   text-align: center;
   background-color: #a9bac0;
   border-top: solid #000 0px;
   border-left: solid #000 0px;
   border-right: solid #000 0px;
   border-bottom: solid #000 0px;
   display: inline-block;
}

#pagebox
{
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   width: 660px;
   _height: 400px;
   min-height: 400px;
   background-color: #c3cfd3;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-bottom: solid grey 1px;
   overflow: hidden;
}

#imagebox
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 70px;
   padding-left: 40px;
   padding-right: 0px;
   padding-bottom: 0px;
   float: left;
   border-top: solid #000 0px;
   border-left: solid #000 0px;
   border-right: solid #000 0px;
   border-bottom: solid #000 0px;
}

#menubox
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 70px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   _height: 100%;
   min-height: 100%;
   background-color: #c3cfd3;
   float: right;
}

.menubox
{
   margin: 0px;
   padding: 0px;
   width: 95px;
   border-collapse: collapse;
}

.menubox_item
{
   margin: 0px;
   padding-top: 0px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 0px;
   height: 30px;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-align: left;
   vertical-align: middle;
}

.menubox_item a
{
   color: black;
   text-decoration:none;
}

.menubox_item.selected
{
   background-color: #a9bac0;
}

.menubox_normal
{
   background-color: #99ccd0;
}

.menubox_hovering
{
   background-color: #aaaaaa;
}

#textbox
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 10px;
   padding-left: 40px;
   padding-right: 0px;
   padding-bottom: 30px;
   width: 500px;
   float: left;
   text-align: left;
   color: #333333;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1.5em;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-bottom: 0px;
}

#heading
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 200px;
   padding-left: 40px;
   padding-right: 0px;
   padding-bottom: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 17px;
   font-weight: bold;
   color: #333333;
   text-align: left;
   border-top: #000 0px;
   border-left: #000 0px;
   border-right: #000 0px;
   border-bottom: #000 0px;
}

#footer
{
   margin-top: -2px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 2px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   width: 100%;
   _height: 50px;
   min-height: 50px;
   text-align: center;
   background-color: #222222;
   border-top: solid #000 0px;
   border-left: solid #000 0px;
   border-right: solid #000 0px;
   border-bottom: solid #000 0px;
   display: inline-block;
}

