﻿body
{
    background-color: #ecf5fa;
    background-image: url( 'images/BG_margin.jpg' );
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #333333;
    height: 100%;
}

table
{
    border-width: 0px;
    border-spacing: 0px;
    empty-cells: show;
    padding:0px;


}

.designTD
{
    vertical-align: top;
    text-align: left;

}


a:link       {color:#333333; font-size:11px; text-decoration:none}
a:visited    {color:#333333; font-size:11px; text-decoration:none}
a:active     {color:#EF0000; font-size:11px; text-decoration:none}
a:hover      {color:#4365AF; font-size:11px; text-decoration:none}


h6
{
    margin: 10px 0px 10px 0px;
    font-size: small;
    font-weight: bold;
}

h5
{
    margin: 0px 0px 0px 0px;
    font-size: small;
    font-weight: bold;
}



.header
{
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    position: relative;
    width: 770px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    left: 0px;
}

.image
{
    background-image: url(  'images/image_background.jpg' );
    background-repeat: no-repeat;
    position: relative;
    width: 770px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.menu
{
    background-image: url(  'images/menu_background.jpg' );
    background-repeat: no-repeat;
    position: relative;
    width: 758px;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 11px;
}

.page
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    padding:0px;
    text-align: left;
    background-image: url('images/page_content.jpg');
    position: relative;
    width: 770px;
    height: 100%;
    }


.content {

	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	width: 759px;
	height: 100%;
	padding:0px;


}

.contentShadow
{
    background-image: url( 'images/page_content_shadow.jpg' );
    background-repeat: repeat;
    width: 11px;
    height: 300px;
}

.contentPart1
{
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 20px 20px;
    text-align: left;
    position: relative;
    width: 529px;
    height: 100%;
    float: left;
}

.contentPart2
{
    margin-left: auto;
    padding: 40px 15px 15px 15px;
    margin-right: auto;
    text-align: left;

    width: 160px;
    height: 100%;
    margin-left: 569px;
    background-image: url('images/home_dark.jpg' );
    background-repeat: repeat-y;
}

#eufasaHeading
{
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: auto;
}

.columns
{
    border-style: dotted;
    border-width: 0px 1px 0px 0px;
    border-color: #C0C0C0;
    padding:5px;
    width:155px;
    height: 100%;
    text-align: justify;
}


#leftColumn
{
    float: left;
}


#rightColumn
{

    float: right;
    border-width: 0px;
    width:179px;

}

#middleColumn
{

    margin-left: 170px;
}



.footer
{
    background-image: url(   'images/footer.jpg' );
    background-repeat: no-repeat;
    position: relative;
    width: 770px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.contentALL
{
    padding: 40px;
    text-align: left;
    vertical-align: top;
    float: left;
    width:679px;
    height:100%;
}


.contactDetails
{
    padding:60px;
    width: 380px;
    float: left;
}
#contactDetailsRight
{
margin-left:568px;
}

