body {
	background: #099;
}

.wrapper {
	position: relative;
	margin: 0px auto;
	width: 780px;
	display: block;
	overflow: hidden;
	background-image:  url('http://www.idbiopharma.com/images/bg_big.jpg');
		}

.header {
	position: relative;
	top: 5px;
	width: 100%;
}

.logo {
	position: relative;
	float: left;
	left: 7px;
	width: 200px;
	}

.menu {
	position:relative;
	float: right;
	top: -8.3em;
	width: 510px;
    padding: 0em 4em;
    z-index:120;
    clear:none;
    border-top: 2px solid #099;
    border-bottom: 2px solid #099;
	margin-right: 0.3em;
	}

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

.menu li {
      margin: 0;
      padding: 0;
      float: left;
      width: 5.5em;
      margin-right: 0px;
      text-align: center;
	font-weight: bold;
	z-index: 20;
	font-size: 13pt;
    }

.menu a {
      display: block;
      width: 100%;
      text-decoration: none;
  	font-family: Georgia;
    }

.menu a:link {
      color: #000;
	font-family: Georgia;
    }

.menu a:visited {
      color: #000;
	font-family: Georgia;
    }

.menu a:hover {
	background: #9cc none;
	color: #033;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
	}

.sideBar {
	position: relative;
	float:left;
	margin-left: 1em;
	width:160px;
	height: 200px;
	background-image: url('http://www.idbiopharma.com/images/bg.png');
	clear: both;
    text-align: center;
    padding: 0.75em 0em;
    font-size: 12px;
    z-index: 10;
    font-variant: small-caps;
}

.sideBar h1 {
	padding 0em;
	margin: 0.1em 0.4em;
    font-size: 14px;
  	font-family: Georgia;
	border: 1px solid #000;
	}

.sideBar ul {
    margin: 0em 0em;
    padding: 0;
    list-style-type: none;
	}
	
.sideBar li {
	margin: 1em 0.75em;
	font-weight: bold;
	}
	
.sideBar a {
    display: block;
    width: 100%;
    text-decoration: none;
  	font-family: Georgia;
	font-weight: bold;
    }

.sideBar a:link {
    color: #000;
    }

.sideBar a:visited {
    color: #000;
    }

.sideBar a:hover {
	background: #add none;
	color: #033;
	text-decoration: none;
	font-weight: bolder;
	}

.sideBarSub {
	line-height: 12px;
	font-size:12px;
	font-weight:normal;
	}
	
.clearFloat {
	clear: both;
	}
	
.content {
	position: relative;
	top: -60px;
	width: 500px;
	height: 420px;
	margin-left: 200px;
	background-image: url('http://www.idbiopharma.com/images/bg.png');
  	font-family: Georgia;
	clear:right;
	z-index: 2;
	padding: 0.5em 1em;
	}
	
.content h1 {
	padding 0em 0em;
	font-size:13pt;
	font-weight:bolder;
	font-variant:small-caps;
	}
	
.content h2 {
	padding 0em 0em;
	font-size:10pt;
	font-weight:bold;
	font-variant:small-caps;
	}

.content p {
	line-height:130%;
	font-size:10pt;
	}


.footer {
	position: relative;
	width: 780px;
	font-family: Georgia;
	color: #099;
	text-align: center;
	font-size: 11px;
	float: left;
	padding: 1.5em 0em;
	}	