/* Generic Selectors */ 

body { 
font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 20px; 

color: #000000; 

background-color: #E9967A; 
} 


strong {color: red}

hr {color:#CC0000}


p { 
padding-left: 20px;
padding-top: 20px;
width: 95%; 
} 


li { 
list-style-type: ; 

line-height: 150%; 

list-style-image: url(../images/arrowSmall.gif); 
} 


h1 { 
padding-top: 10px;

padding-left: 40px;

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 30px; 

font-weight: bold; 

color: #000000; 
} 


h2 { 
padding-left: 80px;

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 25px; 

font-style:italic;

font-weight: bolder; 

color: red; 
} 


h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 20px; 

font-weight: bold; 

color: #000000; 
} 


h4 { 
font-family: Georgia, "Times New Roman", Times, serif; 

padding-left: 20px;

font-size: 20px; 

font-weight: bold; 

color: #000000; 

border-bottom-width: 1px;  

border-bottom-style: solid;

border-bottom-color: #CC0000;
}


h5 { 
font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 20px; 

font-weight: bold; 

color: #000000; 
}


h6 { 
font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 20px; 

font-weight: bold; 

color: blue; 
}


/**************** Pseudo classes ****************/ 

a:link { 

color: #000000; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:link { 

color: #000000; 

text-decoration: none; 

font-weight: bold; 

} 

a:visited { 

color: #000000; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:visited { 

color: #000000; 

text-decoration: none; 

font-weight: bold; 

} 

a:hover { 

color: rgb(0, 96, 255); 

padding-bottom: 5px; 

font-weight: bold; 

text-decoration: underline; 

} 

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: #CC0000; 

} 

a:active { 

color: rgb(255, 0, 102); 

font-weight: bold; 

} 

/************************* ID's *************************/ 

/* wrapper to align center of page */
#wrapper {

width:1000px;

height:700px;

margin-top:175px;

margin-left:auto;

margin-right:auto;

position: absolute;

left: 50%;

margin-left:-500px;
}


#wrappergallery {

width:1000px;

height:2800px;

margin-top:175px;

margin-left:auto;

margin-right:auto;

position: absolute;

left: 50%;

margin-left:-500px;
}


#navigation { 

width:1000px;

height:175px;

margin-left:auto;

margin-right:auto;

position: absolute;

left: 50%;

margin-left:-500px;
} 


#title { 

position: absolute; 

width: 1000px; 

height: 150px; 

border-top: 5px solid #CC0000;

border-bottom: 5px solid #CC0000;

border-right: 5px solid #CC0000;

border-left: 5px solid #CC0000;

background-color: #FF9999;
} 


#centerdoc { 

position: absolute;  

width: 1000px;
height: 550px; 

margin-top: 150px;

border-top: 5px solid #CC0000;

border-bottom: 5px solid #CC0000;

border-right: 5px solid #CC0000;

border-left: 5px solid #CC0000;

background-color: #FFCC99;

} 

#centerdocorder { 

position: absolute;  

width: 1000px;
height: 900px; 

margin-top: 150px;

border-top: 5px solid #CC0000;

border-bottom: 5px solid #CC0000;

border-right: 5px solid #CC0000;

border-left: 5px solid #CC0000;

background-color: #FFCC99;

} 



#centerdocgallery { 

position: absolute;  

width: 1000px;
height: 2600px; 

margin-top: 150px;

border-top: 5px solid #CC0000;

border-bottom: 5px solid #CC0000;

border-right: 5px solid #CC0000;

border-left: 5px solid #CC0000;

background-color: #FFCC99;

} 

