/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #dac322;

background-color: #F9F9F9;

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

margin-top: 250px;

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #dac322;

}

 

/**************** Pseudo classes ****************/

a:link {

color: #dac322;

font-size: 10px;

}

li :link {

color: #dac322;

text-decoration: none;

}

a:visited {

color: #908958;

}

li a:visited {

color: #908958;

text-decoration: none;

}

a:hover {

color: #FFFFFF;

padding-bottom: 1px;


}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: #dac322;

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

width: 210px;

height: 600px;

margin: 0 590 0 0; /*top right bottom left*/

text-color: #dac322;

font-weight: normal;

background: url(http://www.aequinox.com/paintings/navleft.jpg) no-repeat;

background-color: #7b58e3;

}

#headertop {

position: absolute;

width: 590px;

height: 100px;

margin: 0 0 500 210; /*top right bottom left*/

/*margin-left: 210px;*/

font-weight: normal;

background: url(http://www.aequinox.com/paintings/header.jpg) no-repeat;

}

#centerDoc {

position: absolute;

width: 590px;

height: 500px;

/*padding: 250 500 50px 25; /*top right bottom left*/

margin-top: 100px;

margin-left: 210px;

background: url(http://www.aequinox.com/paintings/body.jpg) no-repeat;

}

