
html,body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
	margin: 0;
    padding: 0;
    background: white;
}

div.ydsf {
    width: 940px;
    margin: 20px auto;
    background: yellow;
}

div#container {
   /*background-color: #E0E0E0;*/
   /*background-color: #7DB9C7;*/
   /*-moz-box-shadow: -10px -10px 5px #888;*/
   border: 1px solid #015666; 
}

/* Header Section */
div#headerSection { 
	background: #DDDDDD; 
	height: 105px;
}

/* Main Section */
div#mainSection {
   padding: 0px;   
   height: 660px;
   width: 960px;
}

/* Footer Section */
div#footerSection {
	color: white;
	width: 960px;
    height: 20px;
    background-image: url('../images/bg_onderbalk.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.button {
	white-space:nowrap;
}

