/*----------------------------------------
Name: custom.css
Developed by: Thijs Jonkman
Date Created: 01/12/2009
----------------------------------------*/


.entrance {


}

html, body { 


}

/* Container
----------------------------------------*/
#container { 

    width: 1024px;


	}
	#container .content {
	
	    
	    background-image: url(/media/images/themes/container.png);
	     
	    
	    background-repeat: repeat-y;
	    
	
	
	
	
	
}

/* Header
----------------------------------------*/
.header { 


    height: 222px;

    
    
    background-image: url(/media/images/themes/header_.png);
    
    

	}
	.header .global {
	
	    padding-top: 150px;
	
	
	
	
	    padding-left: 35px;
	
	}
	.header a { 
	
}

/* Content
----------------------------------------*/
.main {


    }
    .main .column {
    
    
    
    
}

.content-footer a { 

}

/* Column one
----------------------------------------*/
.leftbar { 

    }
    .leftbar .column {
    
    
    
    
        padding-left: 25px;
    
}

/* Column two
----------------------------------------*/
.rightbar { 

    }
    .rightbar .column {
    
    
        padding-right: 0px;
    
    
    
        padding-left: 65px;
    
}

/* Footer
----------------------------------------*/
.footer {

    height: 148px;

    
    
    background-image: url(/media/images/themes/footer.png);
    
    

    }
    .footer .menu {
    
        padding-top: 10px;
    
    
    
    
	}
	.footer a { 
	
}

/* Custom styles
----------------------------------------*/

.header a {color: #ffffff; font-size: 11px;}

.title a { color: #3a68ad;}

.footer a {color: #3a68ad; font-size: 11px;}


            
body {


}

