body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: "Lucida Grande", "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    color: #777;
    font-size: 50%;
    text-align: center;
}

abbr, acronym {
    border-bottom: 1px dotted #8759AF;
    cursor: help;
}

.clear-all {
    clear: both;
}

#wrapper {
    margin: 20px auto 0 auto;
    padding: 0;
    width: 840px;
    text-align: center;
    /*background: white url("/_img/grid.png") top center repeat-y;*/
}

#logo {
    clear: both;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 840px;
	height: 300px;
}

#logo a {
    clear: both;
    display: block;
    margin: 0 auto 0 auto;
    padding: 300px 0 0 0;
    width: 840px;
    overflow: hidden;
	height: 0px !important; 
	height /**/:300px; /* for IE5/Win */
}

#banner {
    margin: 0;
    padding: 0;
    width: 860px;
    height: 185px;
    background: url("/_img/banner.jpg") top center no-repeat;
}

#contact-form {
    margin: 0 0 0 10px;
    padding: 0 0 1.3em 0;
    font-size: x-small;
    line-height: 1.7em;
}

#contact-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#personal {
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
}

#skills {
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
}

#work {
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
    text-align: left;
}

#links {
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
}

.column:hover {
    /*background: #F7F7F7;*/
}

a {
    font-weight: bold;
}

a:hover {  
    text-decoration: none;
}

h2 {
    margin: 0 0 5px 10px;
    padding: 0;
    font-size: medium;
    color: #8759AF;
}

h3 {
    margin: 0 0 5px 10px;
    padding: 0;
    font-size: medium;
    color: #8759AF;
}

legend {
    margin: 0x;
    padding: 0;
    font-size: medium;
    font-weight: bold;
    color: #8759AF;
}

p {
    margin: 0 0 0 10px;
    padding: 0 0 1.3em 0;
    font-size: x-small;
    line-height: 1.7em;
}

ul {
    margin: 0 0 0 10px;
    padding: 0 0 1.3em 0;
    font-size: x-small;
    list-style-type: none;
    line-height: 1.7em;
}

#work ul li {
    margin: 0 0 20px 0;
    padding: 0;
}

#links ul li {
    margin: 0 0 0 0;
    padding: 0;
}

ul.Square {
    margin: 0 10px 0 25px;
    padding: 0 10px 1.3em 0;
    line-height: 1.5em;
    font-size: x-small;
    text-indent: 0; 
    list-style-type: square; 
}

ul.Square li {
    margin: 0 0 0 0;
    padding: 0;
}

#footer {
    clear: both;
    margin: 25px 0 5px 10px;
    padding: 0;
    font-size: xx-small;
    text-align: center;
}

#footer a {
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: none;
}

/*

    colours!
    
*/

#grn {
    background: url("/_img/bg-grn.jpg") top center repeat-x;
}

#grn #logo a {
    background: url("/_img/logo-grn.jpg") top center no-repeat;
}

#grn #banner {
    background: url("/_img/banner-green.jpg") top center no-repeat;
}

#grn a {
    color: #B4BF49;
}

#grn a:hover {
    color: #98A236;
}

#grn h2, #grn h3, #grn legend {
    color: #98A236;
}


#rd {
    background: url("/_img/bg-rd.jpg") top center repeat-x;
}

#rd #logo a {
    background: url("/_img/logo-rd.jpg") top center no-repeat;
}

#rd a {
    color: #C72321;
}

#rd a:hover {
    color: #AA2C2D;
}

#rd h2, #rd h3, #rd legend {
    color: #AA2C2D;
}


#blu {
    background: url("/_img/bg-blu.jpg") top center repeat-x;
}

#blu #logo a {
    background: url("/_img/logo-blu.jpg") top center no-repeat;
}

#blu a {
    color: #2050C6;
}

#blu a:hover {
    color: #2E53AA;
}

#blu h2, #blu h3, #blu legend {
    color: #2E53AA;
}


#prp {
    background: url("/_img/bg-prp.jpg") top center repeat-x;
}

#prp #logo a {
    background: url("/_img/logo-prp.jpg") top center no-repeat;
}

#prp a {
    color: #AF20C6;
}

#prp a:hover {
    color: #9D2EAB;
}

#prp h2, #prp h3, #prp legend {
    color: #9D2EAB;
}

#mountains {
    margin-bottom: 300px;
    background: #4573af url("/_img/banner-mountains.jpg") bottom center repeat-x;
    color: white;
}

#mountains #logo, #mountains #logo a {
   display: none; visibility: hidden;
}

#mountains a {
    color: #90c5f3;
}

#mountains a:hover {
    color: #9eb3cc;
}

#mountains h2, #mountains h3, #mountains legend {
    color: #9eb3cc;
}


#sunset {
    background: #0b0706 url("/_img/banner-sunset.jpg") top center repeat-x;
    color: #f0e0c7;
}

#sunset #logo a {
   display: none; visibility: hidden;
}

#sunset a {
    color: #df3c0b;
}

#sunset a:hover {
    color: #ee7b1b;
}

#sunset h2, #sunset h3, #sunset legend {
    color: #ee7b1b;
}
