/**
 * UP CSS
 * Copyright (c) 2011 Ubiquity Press
 *
 * Based on the common CSS template by John Willinsky
 * Distributed under the GNU GPL v2.
 */

/**
 * Common HTML elements
 */

body {
	background-image: url('https://triggered.edinburgh.clockss.org/ServeContent?url=http%3A%2F%2Fopenhealthdata.metajnl.com%2Flocal%2Fimages%2Fbody_bg.png');
}

#header {
	background-image: url('https://triggered.edinburgh.clockss.org/ServeContent?url=http%3A%2F%2Fopenhealthdata.metajnl.com%2Flocal%2Fimages%2Fheader_bg.png'); 
}

#body {
	background-image: url('https://triggered.edinburgh.clockss.org/ServeContent?url=http%3A%2F%2Fopenhealthdata.metajnl.com%2Flocal%2Fimages%2Finner_bg.png');
}

#header_left {
  border: none;
  margin: 0px 99px 0px 15px;
  padding: 0px 0px 0px 0px; 
  width: 157px;
  overflow: hidden;
  float: left;
}

#header_middle {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  float: left;
  width: 461px;
  overflow: hidden;
}

#header_right {
  border: none;
  margin: 0px 15px 0px 99px;
  padding: 0px 0px 0px 0px; 
  float: left;
  width: 154px;
  overflow: hidden;
}

#aboutPeople {
  float: left;
  margin: 0px 50px 0px 10px;
}

#aboutPolicies {
  float: left;
}

#aboutSubmissions {
  float: left;
  margin: 0px 0px 0px 50px;
}
