body {
    margin: 0;
    padding: 0;
    background: #E3E3E3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #E0FFFF;
    }


/* FONTS */
/* 
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0px 0px 0px 0px;
    color: rgb(180,180,180);
}
h1 {
    text-align: justify;
    font-size: 1.1em;
    line-height: 2em;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 0px 0px 0px 40px;
    color: rgb(140,140,140);
}
h2 {
    font-size: 2em;
}
h3 {
    padding: 0px 0px 0px 0px;
    font-size: 2em;
    letter-spacing: -2px;
    text-align: center;
}
h4 {
    font-size: 1.3em;
}
h5 {
    color: rgb(140,140,140);
}
a {
    text-decoration: none;
    color: #E3564F;
}
a2 {
    text-decoration: none;
    color: rgb(140,140,140);
}
p {
    text-align: justify;
}
td {
    color: rgb(140,140,140);
    text-align: justify;
}
*/


/*    
    position:relative; top:0px;  
*/

/* MAIN --- PAGE WIDTH BELOW SLIGHTLY SMALLER */
#main {
    width: 950px;
    margin: 20px 20px 10px 20px;
    }

/* TOPBAR */
#topbar {
    width: 950px;
    margin: 3px 0px 10px 0px;
    background-color: #000000;
    font-family: Tahoma, Palatino, Geneva, Book Antiqua, Comic Sans MS;
    font-size: 25px;
    line-height: 2em;
    letter-spacing: 1.5px;
    text-align: center;
    }
#topbar a {
    font-weight: 600;
    background-color: #000000;
    color: #C0C0C0;
    text-decoration: none;
    padding: 7px 7px 7px 7px;
    }
#topbar a:hover {
    font-weight: 600;
    background-color: #FAFAD2;
    color: #660000;
    text-decoration: none;
    }

/* PAGE CONTENT */
#page {
    width: 900px;
    background-color: #FFFFFF;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 140%; 
    word-spacing: 1.0;
    text-align: justify;
    padding: 20px 25px 10px 25px;
    }

/* FOOTER */
#footer {
    width: 930px;
    margin: 10px 0px 10px 0px;
    background-color: #000000;
    border-radius: 15px;
    font-family: Tahoma, Palatino, Geneva, Book Antiqua, Comic Sans MS;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    color: #C0C0C0;
    }
#footer a {
    font-weight: 600;
    color: #C0C0C0;
    text-decoration: none;
    padding: 7px 7px 7px 7px;
    }
#footer a:hover {
    font-weight: 600;
    color: #660000;
    text-decoration: none;
    }


/* LOGO */
#logo {
    float: left;
	width: 750px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#logo h3 {
    padding: 20px 0px 0px 20px;
}



#poptrox {
	width: 780px;
	margin: 0px auto;
	background: #000000;
}

#gallery {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}


/* FIGURES */
div.figureRight {
    padding: 0px 0px 10px 10px;
    float: right;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    line-height: 1em;
}

/* GALLERY */
#gallery img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#gallery a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/**********
  Poptrox
**********/

.poptrox_popup {
	position: relative;
	padding: 1em 1em 5em 1em;
	background: black;
	color: rgb(140,140,140);
}

.poptrox_popup .loader {
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption {
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

