@import url("navigation/nav-vertical.css"); 
@import url("layouts/layout-navtop-2col.css");


/* SITE SPECIFIC LAYOUT */

    body {
		text-align: center;
        background:url(../images/raster.jpg);    
    }
	
    div#page {
        width: 825px;        
    }
    
    /* HEADER */
        div#header {
            height: 214px;			
			background:url(../images/header-background.png); 
        }
    /* END HEADER */
    
    
    /* CONTENT */
        
        div#content {

        }
		
        /* MAIN */
            div#main {
                margin:15px;
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
				width:230px;
			    margin-top:15px;
				margin-left:15px;
            }
        /* END SUB */
		
		/* LOCAL */
            div#local {
				margin:15px;
            }
        /* END LOCAL */
		
        /* NAV */
            div#nav {
				background:url(../images/menu-background.png) no-repeat; 
            }
        /* END NAV */
		
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
			width:800px;
			background-color:#547128;
        }
		
		div#footer a{
			color:white;
        }

    /* END FOOTER */
/* END LAYOUT */

/* NAV */

    div#nav div.wrapper {    
		padding: 0 0 0 10px;
		height: 220px;
    }
	
    div#nav ul {
        padding:20px 0 0 10px;
    }
	
    div#nav li {  
        margin: 8px 0 8px 0;
    }
	
/* END NAV */

/* LOCALISATION */
    div#localisation {    
        position: absolute;
		top: -57px;
		left: 805px;
    }
	
    div#localisation ul {
		list-style: none;
    }
	
    div#localisation li {  
		color:white;
    }
	
    div#localisation li a,
    div#localisation li a:link,
	div#localisation li a:hover,
    div#localisation li a:active,	
    div#localisation li a:visited {
      
        font-weight: bold;
        text-decoration: none;
        
        margin: 0;
        padding: 0;
        
        color: white;
    }
	
/* END LOCALISATION */


	div#main h1 {
		color:#547128;
		padding-left: 20px;
		background:url(../images/bullet_15.png) no-repeat; 
		background-position:center left;
	}
	
	div#main h2 {
		font-size: 1.1em;
        line-height: 1.2em;
	}