body
{
   background:          black;
   color:               white;
   padding:             0px;
   margin-left:         60px;
   margin-top:          24px;
   margin-right:        24px; /* not sure about margin-right and -bottom */
   margin-bottom:       24px;
   font-family:         "Verdana", "Arial", sans-serif;
   font-size:           11px;
}


table
{
   border:              0px;
}


tr
{
   padding:             0px;
   margin:              0px;
   border:              0px;
}

td
{
   vertical-align:      top;
   padding:             0px;
   margin:              0px;
}

div,
p
{
   margin:              0px;
   padding:             0px;
}


.div_main td
{
   vertical-align:      top;
   padding-top:         0px;
   padding-bottom:      0px;
   padding-left:        5px;
   padding-right:       5px;
   margin:              0px;
   text-align:          justify;
}

br.clear
{
   clear:               both;
}

img
{
   border:              0px;
}


/*
 * Page layout
 */


.div_topnav
{
   height:              100px;
}

.div_middle
{
   width:               620px;   /* makes 800px with 180px sidebar */
   text-align:          center;
}

.scroller
{
   overflow:            auto;
}

.div_sidebar
{
   width:               180px;
}

.div_rightsidebar
{
   width:               60px;
}


/*
 * Left navs
 */

.div_leftnav
{
   /*
    * vertical offset of image description text
    */
   height:              300px;
}

.div_lefttext
{
   text-align:          left;
   padding-left:        7px;
   padding-right:       7px;
}

.div_lefttext p
{
   margin:              0px;
   padding:             0px;
}

.div_lefttext p.title
{
}

.div_lefttext p.text
{
   margin-top:          7px;
/* leave as white
   color:               #333333;
*/
}

.div_contact
{
   padding-bottom:      10px;
   vertical-align:      bottom;
}

.div_wholesite,
.table_to_center
{
   width:               860px; /* 180px + 60px + 620px */
}


/*
 * Middle Divs
 */

.div_main
{
   height:              400px;
}

.div_walk
{
}


/*
 * welcome fixes
 */
.div_welcome
{
   text-align:          center !important;
}
.div_welcome div
{
   text-align:          left !important;
   width:               708px;
   margin:              auto;
   padding:             auto;
}


/*
 * Navbuttons
 */
.div_basenav, .div_leftcontact
{
   clear:               both;
   height:              40px;
   padding-top:         10px;
}

.div_basenav img
{
   /*
    * With 800px for left sidebar and middle; and 740px of that taken
    * with 4 buttons of size 180px; this leaves 20px per button margin
    */
   padding-right:       20px;
}

/*
 * Copyright
 */
.div_copyright
{
   text-align:          left;
   color:               #333333;
   font-size:           10px;
   padding-top:         20px;
}

