/* CSS Document */
body{
background-image:url(../../img/bodyBg.gif);
background-repeat:repeat-x;
font-size:12px;	
}
#veil {
position:absolute;
z-index:0;
width:100%;
height:100%;
left:0;
top:0;
background-color:#FFFFFF;
background-image:url(../img/spacer.gif);
-moz-opacity:0.1;
filter:alpha(opacity=20);
opacity:0.2;
display:none;
}
#wrapper{
overflow:hidden;
margin-left: auto; margin-right: auto;
/*border:1px #FF0000 solid;*/
}
#head1{
float:left;
}


#menuWrapper{
width:208px;
height:248px;
float:left;
overflow:hidden;
border:1px #FFFFFF solid;
border-left:none;

}
#menuSeparator{
width:auto;
height:48px;
float:left;
}
#menu{
width:199px;
height:48px;
float:left;
}


