﻿body
{
    margin: 0;
    padding: 0;
}

#page
{
    position: relative;
    height: 640px;
    width: 940px;
    margin: 0px auto;
    background-image: url('images/bg.jpg');
}

#left 
{
    float: left;
    height: 640px;
    width: 240px;
}

    #left #logo
    {
        float: left;
        height: 175px;
        width: 240px;
        background: url('images/IClogo.gif');
}

    #left #vMenu
    {
        float: left;
        height: 403px;
        width: 240px;
    }

    #left #eu
    {
        float: left;
        margin-bottom: 10px;
        height: 52px;
        width: 240px;
    }

        #left #eu img
        {
            float: left;
            padding-left: 10px;
            height: 52px;
            width: 77px;
        }
        
        #left #eu span
        {
            float: left;
            padding-left: 3px;
            width: 140px;
            font-family: arial;
            font-size: 10px;
            text-align: center;
        }

#center
{
    float: left;
    height: 640px;
    width: 680px;
}
    
    #center #topCenter
    {
        float: left;
        height: 145px;
        width: 550px;
    }
        
        #center #colorGrad
        {
            float: left;
            margin-top: 1px;
            height: 33px;
            width: 550px;
            background-image: url('images/colorgradient.jpg');
        }
        
            #center #colorGrad #flags
            {
                float: right;
                margin-right: 20px;
                width: 240px;
            }
            
                #center #colorGrad #flags img
                {
                    float: right;
                    width: 36px;
                    height: 24px;
                    margin: 4px 10px 5px 0px;
                }

        #center #topCenter #blankArea
        {
            float: left;
            height: 110px;
            width: 550px;
        }
        
            #center #topCenter #blankArea h1
            {
                display: none;
            }
            
            #center #topCenter #blankArea div
            {	
                position: absolute;
  	            visibility: hidden;
  	            margin: 0;
  	            padding: 0;
  	            border: 1px solid #8a7465;
            }

	            #center #topCenter #blankArea div a
	            {	
	                position: relative;
  		            display: block;
  		            margin: 0;
  		            padding: 1px;
  		            width: auto;
  		            white-space: nowrap;
  		            text-align: left;
  		            text-decoration: none;
  		            color: #000;
  		            font-family: arial;
  		            font-size: 11px;
	            }

	            #center #topCenter #blankArea div a:hover
	            {	
	                background: #f29400;
		            color: #fff;
	            }
                
                #center #topCenter #blankArea #submenu1
                {
                    top: 41px;
                    left: 378px;
                }
                
                #center #topCenter #blankArea #submenu2
                {
                    top: 73px;
                    left: 531px;
                }
                
    #center #logoSuz
    {
    float: left;
    height: 145px;
    width: 130px;
    }

    #center #hMenu
    {
        float: left;
        height: 31px;
        width: 680px;
    }

    #center #tCorners
    {
        float: left;
        height: 21px;
        width: 680px;
        background-image: url('images/tCorners.gif');
    }

    #center #main
    {
        float: left;
        height: 413px;
        width: 680px;
        background: #fff;
        font-family: arial;
        font-size: 14px;
        text-align: justify;
        overflow: auto;
        &overflow-x: auto;
    }

    #center #bCorners
    {
        float: left;
        height: 21px;
        width: 680px;
        background-image: url('images/bCorners.gif');
    }

#right
{
    float: left;
    height: 640px;
    width: 20px;
}

#copyright
{
    float: right;
    height: 16px;
}

#copyright p, #copyright a
{
    margin: 1px;
    padding-right: 2px;
    font-family: verdana;
    font-size: 9px;
    text-align: right;
    color: #c9c5c0;
}