/* Generic Selectors */

body {

font-family:  Gill Sans, sans-serif;

font-size: 13px;

color: #000000;

background-color: #000000;

}

p {

width: 98%;

line-height: 125%;

}

h1 {

font-family:  Gill Sans, sans-serif;

font-size: 18px;

font-weight: normal;

color: #000000;

}

/**************** Pseudo classes ****************/

a:link {

color: #000000;

text-decoration: none;

font-weight: normal;

}

li :link {

color: #000000;

text-decoration: none;

font-weight: normal;

}

a:visited {

color: #000000;

text-decoration: none;

font-weight: normal;

}

li a:visited {

color: #000000;

text-decoration: none;

font-weight: normal;

}

a:hover {

color: #000000;

padding-bottom: 0px;

font-weight: normal;

text-decoration: none;

}

li a:hover {

display: block;

color: #000000;

font-weight: normal;

text-decoration: none;


}

a:active {

color: #000000;

font-weight: normal;

}

/************************* ID's *************************/

#editingbanner {

position: absolute;
 
width: 770px;

height: 80px;

margin-top: 0px;

margin-left: 120px;

margin-bottom: 20px;

background-image: url(editing_banner.jpg);

}

#home {

position: absolute;

width: 22px;

height: 77px;

margin-top: 0px;

margin-left: 896px;

background-image: url(home.jpg);

}


#editingbody {

position: absolute;

width: 663px;

height: 505px;

margin-top: 90px;

margin-left: 227px;

background-color: #FFFFFF;

}

#testimonial {

position: absolute;

z-index: 2;

padding-left: 5px;

padding-right: 5px;

padding-top: 6px;

width: 653px;

height: 54px;

margin-top: 535px;

margin-left: 227px;

background-color: #8b0000;

}

#choosep {

position: absolute;

width: 104px;

height: 40px;

margin-top: 90px;

margin-left: 120px;

background-image: url(choosep.jpg);

}

#zap {

position: absolute;

width: 100px;

height: 64px;

margin-top: 134px;

margin-left: 120px;

background-img: url(zap.jpg);

}

#zap_c {

display: none; 

z-index: 2;
      
position: absolute; 

width: 645px;

height: 400px;

margin-top: 100px;

margin-left: 240px;

background-color: #FFFFFF;

}

#frank {

position: absolute;

width: 100px;

height: 64px;

margin-top: 202px;

margin-left: 120px;

background-img: url(frank.jpg);

}

#frank_c {

display: none; 

z-index: 2;
      
position: absolute; 

width: 645px;

height: 400px;

margin-top: 100px;

margin-left: 240px;

background-color: #FFFFFF;

}

