* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 11px; color: #000000; background: #D3D6D5; }
input, select, textarea { font-family: Verdana; font-size: 11px; color: #000000; }
body { background: url('../images/bodyBg.gif') repeat-x; }
img { border: 0px; display: block; }
a       {  color: #5585A1; text-decoration: none;  }
a:hover {  color: #5585A1; text-decoration: none;  }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }

#header           { margin: 0 auto; width: 750px; height: 95px; background: #D3D6D5; }
#header .logo     { float: left; width: 550px; height: 95px; background: url('images/header.gif') no-repeat; }
#header .logo h1  { text-indent: -9999px; }
#header .menu     { float: right; width: 200px; height: 95px; background: #FFFFFF; }
#header .menu ul  { width: 190px; padding: 5px 5px 5px 5px; }
#header .menu li  { width: 190px; line-height: 15px; font-weight: bold; color: #623101; display: block; }
#header .menu li a       {  color: #623101; text-decoration: none;  }
#header .menu li a:hover {  color: #623101; text-decoration: none;  }

#wrap             { margin: 0 auto; padding: 5px 5px 5px 5px; width: 740px; background: #FFFFFF; }

#wrap #ad         { float: left; width: 200px; }

#wrap #content           { float: right; width: 540px; }
#wrap #content h1        { font-weight: bold; font-size: 18px; margin-bottom: 5px; }
#wrap #content h1.geel   { color: #FBD67E; }
#wrap #content h1.bruin  { color: #623101; }

#footer    { margin: 0 auto; width: 750px; height: 52px; background: url('images/footer.gif') no-repeat; }
#footer p  { padding: 12px 5px 5px 5px; }