html{
 font:normal 12px ubuntu, trebushet ms, verdana;
 margin: 0px 5px 5px 5px;
 padding:0;
 border:0 none;


}
body{
 width:1024px;
 margin-left:auto;
 margin-right:auto;
 overflow:hidden;
 height:1000px;
}
.fullwidth{
 margin-left:0px;
 margin-right:0px;
 width:100%;
}
.header{
 font:normal 16px ubuntu, trebushet ms, verdana;
 background:transparent url(../images/headerBg.png) repeat-y top right;
 width:100%;
 height:70px;
}
.menu{
 height:40px;
 background:transparent url(../images/menuBg.png) repeat-x top left;
 width:100%;
}
.footer{
 font:normal 10px ubuntu, trebushet ms, verdana;
 text-align:center;
 background:transparent url(../images/headerBg.png) repeat-y top right;
 width:1024px;
 height:20px;
 position:fixed;
 bottom:0px;
 margin-left:auto;
 margin-top:auto;
}
.body{
 font:normal 16px ubuntu, trebushet ms, verdana;
 width:100%;
 height:600px;
}
#container {
 width:1024px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 background:#FFFFFF;
 padding:0px;
 font-size:12px;
 margin-top:0px; 
}
/*position and hide the menu initially - leave room for menu items to expand...*/
#page {padding-top:150px; padding-bottom:20px; width:100%;}
#menu {
 position:absolute;
 margin-left:auto;
 margin-right:auto;
 padding-left:440px;
 top:45px; left:0px; width:100%; display:none;
}
/*dock styling...*/
/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer;}
/*label styling...*/
div.jqDockLabel {
 position:relative;
 top:0px;
 font-weight:bold; 
 font-style:italic; 
 white-space:nowrap; 
 color:#8079AE; 
 cursor:pointer;
}