/* new modified version of saj-css for integrating the database frontend with the php-website */
/* dal 2015 */

#sajLHS
{
    PADDING-RIGHT: 2%;
    PADDING-BOTTOM: 2%;
    FLOAT: left;
	/*    OVERFLOW: hidden; */
	/*OVERFLOW: scroll;*/
    /*100px: */
}
#sajcontent
{
    LEFT: 0px;
    WIDTH: 100%;
    POSITION: relative;
    TOP: 0px;
OVERFLOW: auto;
    /* HEIGHT: 100% - in firefox this means the page does not expand with data and footer across data */
}
.recdisplay
{
    BORDER-RIGHT: ridge;
    BORDER-TOP: ridge;
    BORDER-LEFT: ridge;
    WIDTH: 100%;
    BORDER-BOTTOM: ridge;
    POSITION: relative
}
.recalign
{
    POSITION: relative
}
#photo
{
    BACKGROUND-IMAGE: url(/images/south_front.jpg);
    WIDTH: 800px;
    HEIGHT: 300px
}
