#allcontent {
            background-color:       #FF6;
}

body {
	        font-family:           verdana, arial, helvetica, sans-serif;
	        font-size:             small;
	        color:                 #000;
            padding:               1em;
            margin:                1em .5em;
}


/** header text colours **/

h1#banner {
          	color:                 #690;
	        border-top:            1px solid #690;
	        border-bottom:         1px solid #690;
}


/** headernav design colours **/

ul#navigation1  {
	          background:          #6B8E23;
}

ul#navigation1 a { 
              background:          #6B8E23;
}

ul#navigation1 a:hover {
              background:          #FFD700;
}


/** footernav design colours **/

ul#navigation2  {
	          margin-right:        1em;
              padding-left:        0;
              padding-right:       1em;
              background:          #6B8E23;            
}

ul#navigation2 a { 
              background:          #6B8E23; 
}

ul#navigation2 a:hover {
              background:          #FFD700;  
}


/** sidebar-left layout & design colours **/

#sidebar-left { 
           background:             #690;
           font-size:              95%;
           width:                  125px;
           padding:                1em;
           margin:                 0em 2em 5em 0em;
           border:                 1px solid #000;
           float:                  left;
           text-align:             center;      
           }


/** maincontent layout & design colours **/
        
#maincontent   {     
               background-color:      #FF9;
               padding-right:         2em;
}


/** sidebar layout & design colours **/

#sidebar { 
           background:             #690;
           font-size:              95%;
           width:                  125px;
           padding:                1em;
           margin:                 0em 2em 5em 0em;
           border:                 1px solid #000;
           float:                  right;
           text-align:             center;      
           }

/** headline & feature text size & design colours **/

h1, h2 {
	font-size:   1.2em;
    color:       #090;
}

h3  {
    font-size:   .9em;
    font-weight: bold;
    color:       #090;
}

span.title   {
             color:      #690;          
}

span.banner  {
             color:        #690;                        
}

span.ardensays  {
             color:        #fff;                        
}


