/* Generic Selectors */ 

body { 
font-family: arial,Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
background-image: url("../images/marble.gif")
} 

p { 
width: 80%;
} 

li { 
list-style-type: disc; 
line-height: 150%; 
}

table {
font-size: 1em;
}

/*Generic Headings*/ 

h1 { 
font-family: arial, Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #000000;
} 

h2 { 
font-family: arial, Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid; 
}

h3 {
font-family: arial, Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold; 
color: #000000; 
} 

h4 {
font-family: arial, Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
}

h5 {
font-family: arial, Georgia, "Times New Roman", Times, serif; 
font-size: 10px; 
font-weight: bold; 
color: #000000; 
}

h6 {
font-family: arial, Georgia, "Times New Roman", Times, serif; 
font-size: 8px; 
font-weight: bold; 
color: #000000; 
} 


/* Pseudo classes */ 
/*
:link { 
text-decoration: underline; 
font-weight: bold; 
} 

li :link { 
text-decoration: none; 
font-weight: bold; 
} 

:visited { 
text-decoration: underline; 
font-weight: bold; 
} 

li :visited { 
text-decoration: none; 
font-weight: bold; 
} 

:active { 
font-weight: bold; 
} 
*/
/* ID's */ 

#navigation { 
position: absolute; 
/*z-index: 10;*/ 
width: 210px; 
height: 600px; 
margin: 0; 
margin-top: 250px; 
/*border-right: 1px solid;*/ 
font-weight: normal; 
} 

#copyright {
text-align: center;
font-size: 9px;
font-weight: bold;
}

#centerdoc { 
position: absolute; 
/*z-index: 15;*/ 
padding: 0em 0em 20px 235px; /*top right bottom left*/ 
margin-top: 50px; 
} 

#laidout {

}

#eemail {
text-align: center;
font-size: small 
}
/*Image Gallery*/

div.img {
margin: 2px;
border: 1px solid #0000ff;
height: 270px;
width: auto;
float: left;
text-align: center;
}
	
div.img img {
display: inline;
margin: 3px;
border: 1px solid #ffffff;
}

div.img a:hover img {
border: 1px solid #0000ff;
}

div.desc {
text-align: center;
font-weight: normal;
width: 120px;
margin: 2px;
}