/* Content Images */
.rollover_images
{
	height:80px;
}

/* Home Page Map Nodes */
/* Europe */
#mapNode1
{
    position: relative;
    left: 152px;
    top: 28px;
    margin: 0px;
    width: 15px;
}
/* Nile */
#mapNode2
{
    position: relative;
    left: 190px;
    top: 53px;
    margin: 0px;
    width: 15px;
}
/* China */
#mapNode3
{
    position: relative;
    left: 295px;
    top: 33px;
    margin: 0px;
    width: 15px;
}
/* Galapagos */
#mapNode4
{
    position: relative;
    left: 20px;
    top: 68px;
    margin: 0px;
    width: 15px;
}
/* Fixes for Homepage Header/Footer tables */
.header_container table
{
    margin-left: auto;
    margin-right: auto;
}
.footer
{
    margin-left: auto;
    margin-right: auto;
}

