/* Generic Selectors */ 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
color: #333333; 
background-color: #F9F9F9; 
background-image: url("EuropeanLarch.jpg");
} 

p { 
width: 80%; 
} 

li { 
list-style-type: none; 
line-height: 200%; 
list-style-image: url(../Graphics/Icons/Arrows&Buttons/ArrowRight1/png); 
} 

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: #000000; 
border-bottom: 1px solid #C6EC8C; 
} 

#logo { 
position: absolute; 
top: 0px;
left: 40px;
width: 160px; 
height: 30px; 
margin: 0; 
margin-top: 20px; 
font-weight: normal; 
} 

#header { 
position: absolute; 
top: 0px;
left: 160px;
width: 100%; 
height: 30px; 
margin: 0; 
margin-top: 50px; 
margin-left: 10px; 
font-weight: normal; 
} 

#navigation { 
position: absolute; 
top: 80px;
left: 0px;
padding: 10px 10px 0 10px; /*top right bottom left*/ 
width: 160px; 
height: 600px; 
margin: 0; 
margin-top: 20px; 
font-size: 12px; 
} 

#centerDoc { 
position: absolute; 
top: 80px;
left: 160px;
padding: 10px 0px 10px 10px; /*top right bottom left*/ 
width: 100%; 
height: 600px; 
margin: 0; 
margin-top: 20px; 
} 

#footer { 
padding: 10px 0px 10px 0px; /*top right bottom left*/ 
width: 100%; 
height: 30px; 
margin: 0; 
margin-top: 20px; 
font-size: 10px; 
} 

#pictureHeader { 
position: absolute; 
top: 80px;
left: 160px;
padding: 10px 0px 10px 10px; /*top right bottom left*/ 
width: 100%; 
height: 30px; 
margin: 0; 
margin-top: 20px; 
} 

#pictureBody { 
position: absolute; 
left: 160px;
padding: 10px 0px 10px 10px; /*top right bottom left*/ 
width: 100%; 
margin: 0; 
margin-top: 20px; 
} 

#thumbnails { 
position: absolute; 
left: 160px;
padding: 10px 0px 10px 10px; /*top right bottom left*/ 
width: 100%; 
margin: 0; 
margin-top: 20px; 
} 

