 /* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


   /* POPUPGALLERY Layout (general) 
=================================== */


html { 
background-color : #5b5b5b;
height : 100%;     
text-align : left;   
}  

body { 
font-family : "Arial","Book Antiqua"; 
font-size : 13pt;
color : #ebebea; 
line-height : 130%;
}

#popupgallery_body { 
background-color : #5b5b5b;
position : absolute;
width : 850px;
height : 650px;
margin : 0 auto; 
text-align : left; 
}


/* POPUPGALLERY (specific) */


#image_window {
top : 20px;
height : 550px;
width : 800px;
position : relative;
margin : 0px ;
left: 0px;
}

#image_display {
position: absolute;
width : 500px;
height : 500px;
left: 20px;
text-align : center;   
}

#image_thumbnail {
position : absolute;
left : 575px;
top : 0px;
width : 220px;
height : 415px;
}

#image_info {
position : absolute ;
width : 220px;
height : 209px;
top : 440px;
left : 575px;
}


a:link { color : #a59c9b; }
a:visited { color : #a59c9b; }
a:hover { color : #aca4a4; }

#nav_buttons {
top : 525px;
height : 20px;
width : 343px;
margin : 5px;
left : 155px;
font-size : 155%;
position : absolute;
}
#nav_buttons p a {
text-decoration:underline;
}

.closebutton {
top : 550px;
height : 20px;
width : 343px;
margin : 5px;
left : 570px;
font-size : 155%;
position : absolute;
}

.about {
top: 590px;
width: 725px;
padding-left : 25px;
padding-bottom : 25px;
position : absolute;
}




img { 
border-style : solid ;
border-color: white; 
border-width: 2px;
}