body, td {
  font-family: Verdana, Arial;
  font-size: 8pt;
}

body{
  margin: 0;
  padding: 75px 0 0 200px;
}

div#menu{
  position:absolute;
  top:0;
  left: 200px;
  width: 100%;
  height: 75px;
  background-color: #ffffff;
}

div#header{
  position:absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #ffffff;
}

div#content {
  background-color: #ffffff;
}

div#footer {
  height: 30px;
}

@media screen{
 body>div#menu{
  position: fixed;
 }
 body>div#header{
  position: fixed;
 }
 body>div#ogilvy-logo {
  position: fixed;
 }
}

* html body{
 overflow: hidden;
}

* html div#content{
 height: 100%;
 overflow: auto;
}

h1, h2, h3, h4 {
  margin-top: 0;
  color: #cc0000;
}

h1 { font-size: 20px; }
h2 { font-size: 16pt; }
h3 { font-size: 12pt; }
h4 { font-size: 9pt; }

a, a:hover, a:link {
  color: #ff0000;  
}

a:visited {
  color: #990000;
}

img {
  border-width: 0;
  vertical-align: text-top;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

ul li {
  padding-left: 20px;
  padding-bottom: 5px;
}

/* -------- */
/*  HEADER  */
/* -------- */

div#header #flu-main {
  background: transparent url(../images/logo.jpg) top left no-repeat;
  width: 169px;
  height: 223px;
  text-indent: -9999px;
}

div#header #ogilvy-pr {
  width: 128px;
  margin-left: 41px;
  margin-top: 20px;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  background: transparent url(../images/ogilvy_pr_blog.gif) top left no-repeat;
}

div#header #ogilvy-pr a {
  color: #000000;
  text-decoration: none;
}

div#header #ogilvy-pr a div.logo {
  cursor: pointer;
  background: transparent url(../images/ogilvy_pr_blog.gif) top left no-repeat;
  height: 128px;
  text-align: left;
  text-indent: -9999px;
}

div#header #ogilvy-pr a div.tagline {
  margin-right: 10px;
}

/* -------- */
/*  FOOTER  */
/* -------- */

div#copyright {
  text-align: right;
  margin: 1%;
}

/* ------ */
/*  MENU  */
/* ------ */

div#menu ul {
  background: url(../images/menu.jpg) no-repeat;
  background-position: -47px -30px;
  position: relative;
  width: 212px;
  height: 30px;
  top: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;

  list-style-type: none;
}

div#menu ul li a {
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  text-decoration: none;

  background: transparent url(../images/menu.jpg) no-repeat;
}

div#menu ul li#home a { background-position: 0 0; width: 47px; left: 0; }
div#menu ul li#home a:hover, div#menu ul li#home a.current { background-position: 0 -30px; }

div#menu ul li#latest-news a { background-position: -47px 0; width: 53px; left: 0; }
div#menu ul li#latest-news a:hover, div#menu ul li#latest-news a.current { background-position: -47px -30px; }

div#menu ul li#relevant-links a { background-position: -100px 0; width: 72px; left: 53px; }
div#menu ul li#relevant-links a:hover, div#menu ul li#relevant-links a.current { background-position: -100px -30px; }

div#menu ul li#continuity-comms a { background-position: -172px 0; width: 87px; left: 125px; }
div#menu ul li#continuity-comms a:hover, div#menu ul li#continuity-comms a.current { background-position: -172px -30px; }

/* LOGO */

div#ogilvy-logo {
  position: absolute;
  top: 0;
  right: 10px;
  width: 176px;
  height: 75px;
  background: transparent url(../images/ogilvy_health.jpg) no-repeat;
}

div#ogilvy-logo a {
  display: block;
  width: 176px;
  height: 75px;
  background: transparent url(../images/ogilvy_health.jpg) no-repeat;
  text-indent: -9999px;
}
