﻿/* lay-out */
html 
{
	height:100%;
}

body {
	height:100%;
	margin:20px 0px 0px 0px;
	text-align : center;
	background-color: #fff;
	/*background-image:url(/images/clouds.jpg);*/
}

	#canvas {
		position : relative;
		width : 968px;
		/*height:100%;*/
		/*min-height:100%;*/
		text-align : left;
		margin-left : auto;
		margin-right : auto;
		background-color: #fff;
	}
	
		#header
		{
			float:left;
			width:968px;
			height:67px;
		}	
		
		    #header img
		    {
			    border:none;
		    }		
	
		    #metamenu
		    {
			    float:left;
			    height:20px;
			    margin-top:10px;
			    text-align:right;
		    }
		    
            #languageselector
            {
                display:none;
                z-index:200;
                border:solid 1px Black;
                width:120px;
                line-height:20px;
                background-color:White;
                margin-left:50px;
            }		    
		    
		#menu
		{
		    float:left;
		    width:100%;
		    height:30px;
		    background-color:#2cbbe6;
	        background-repeat:repeat-x;
	        background-position:right top ;
	        background-image: url(/images/back_menu_div.gif);

		}
		
		#content
		{
		    float:left;
		    width:100%;
		    margin-top:5px;
		}
		
		    #maincontenthome
		    {
		        float:left;
		        width:690px;
		        min-height:525px;
		    }
		    
		    #maincontent
		    {
		        float:left;
		        width:688px;
		        min-height:525px;
		        background-image:url(/images/back_content.jpg);
		        background-position:left bottom;
		        background-repeat:repeat-x;
		        border:solid 1px #c7c7c8;
		    }
		    
		    #contentscroller
		    {

            height: 420px;
            width: 598px;
            overflow: auto;
            padding-right:60px;
            line-height:18px;
		    }
		    
		    #contentscroller p
		    {
                line-height:20px;
		    }
		    
		    
		    #maincontentpadding
		    {
                padding:15px 50px 50px 20px;
		    }		    		    
    		
		    #rightcontent
		    {
		        float:left;
		        width:264px;
		        margin-left:13px;
		    }
		    
	    #footer
	    {
	        float:left;
	        width:100%;
	        clear:both;
	        border-top:solid 1px #376ca2;
	    }
	    

	

		

			
		
