body {
    background: RGB(64,64,64);
    font-family: arial;
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    color: MidnightBlue;
}

h2 {
    margin: 0;
    font-weight: strong;
    color: MidnightBlue ;
    letter-spacing: -1px;
}

h3 {
    margin: 0;
    font-weight: strong;
    color: MidnightBlue ;
    letter-spacing: -1px;
}

h4 {
    margin: 0;
    font-weight: strong;
    color: RGB(64,64,64);
    letter-spacing: -1px;
}

h5 {
    margin: 0;
    font-weight: normal;
    color: RGB(64,64,64);
}

h6 {
    margin: 0;
    font-weight: normal;
    color: RGB(64,64,64);
}

ul{ list-style-type: square;
    color:RGB(64,64,64);
}


a:link {
    color: SaddleBrown;
    text-decoration: none;
}

a:visited {
    color: SaddleBrown;
    text-decoration: none;
}

a:hover {
    color: SaddleBrown;
    text-decoration: underline;
}

a:active {
    color: SaddleBrown;
    text-decoration: none;
}

p {
    color:RGB(64,64,64);
    text-align: justify;
}

div#container {
    position: relative;
    min-height: 400px;
    border: 1px solid gray;
    background: RGB(240,240,240);
    max-width: 1000px;
    min-width: 750px;
    margin: auto;
}

div#first-column {
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px dashed darkorange;
    background: RGB(240,240,240);
    width: 160px;
    margin: 3px;
    padding-top: 12px;
}

div#third-column {
    position: absolute;
    top: 0;
    bottom: 0;
    background: RGB(240,240,240);
    width: 200px;
    margin: 3px;
    text-align:center;
    padding-top: 12px;
}


div#first-column {
    left: 0;
}

div#third-column {
    right: 0;
}

div#content {
    margin: 3px 208px 3px 168px;
    background: RGB(240,240,240);
    border-right: 1px dashed darkorange;
    min-height: 392px;
    padding-right: 4px;
    padding-bottom: 12px;
}

div#header {
    background: Darkorange;
    background-image: url(http://www.ucc.ie/en/images/filedownload,2,en.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 3px;
    border: 1px solid gray;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
}

div#footer {
    background: Darkorange;
    padding: 3px;
    border: 1px solid gray;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
}

div#header {
    border-bottom: none;
}
div#footer {
    border-top: none;
}



