
body {
    color: White; 
    background: White url('./images/line_1.png') repeat-y; 
}

body a {
    color: White;
}


/***** header row *****/
#header_left {
    background: #686B64;
}

#header_right {
    background: #017282 url('./images/colour_1.png') repeat;
}

#address {
   
}


/***** subheader row *****/
#subheader_left {
    background: #F9F6A7;
}

#subheader_right {
    background: #F0AD38;
    color: #725D3E;
}


/***** menu left side *****/
#content_left {
    background: #01A7A7 url('./images/colour_1_left.png') repeat;
}

#menu {
    color: White;
}

#menu div a {
    color: White;
}

#menu div a:hover {
    color: #725D3E;
    background: #F0AD38;
}

#menu div a:active {
    color: #F0AD38;
}

/***** content area right side *****/
#content {
    background: #017282 url('./images/colour_1.png') repeat;
}

#inset_box {
    background: #01A7A7 url('./images/colour_2_left.png') repeat;
    border: 1px dashed White;
    color: White;
}
