/*
 * Layout independant of typography as normal
 */

/*
 * COLOURS
 *
 *   slate blue eg menu text        #7683ad; 6a89c0
 *   pink beige eg menu bgnd        #f8ecc6;
 *   mauve pink eg right menu bgnd  #efe5e4;
 *   brown                          #e6bb53; e6ba57
 *   safari planner banner green    #819d89;
 *   menu section header bars bwn   #db7a54; (aka terracotta)
 */

body 
{
  text-align: left;
}
  
div#container
{
  width: 640px;
  margin: 0;
/*border: 1px solid black; */
}

td.selectcolumn{ width: auto; }

#leftbar 
{
}

#rightbar
{
display: none;
}

div#maincontent, div#maincontenttermsetc 
{
margin-right: 0px;
width: 470px;
}

/* small text banner within main content DIV */
div#contenthead
{
}

div#footer
{
}

/*
 * The blending images
 */
div#topbanner 
{
}

img.banner
{
  width: 600px;
}

p.strapline
{
  margin-left: 80px;
}
