html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}

input,select{
  margin:0;
  padding:0;
}

html {min-height: 100%;}

body {
	font: normal 62.5% Tahoma,sans-serif ;
	background: gray;
	margin: 10%;
}

table,tr,td {
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px;
 	margin:0px;
}

.left {
    float:left;
}

right {
    float:right;
}

#outer-container {
	background: gray;

}

#inner-container {
	margin: 0 auto;
	width: 1024px;
}

#banner {
	background-image: url(img/hyperbaric-chamber.jpg);
	height: 100px;
	width: 1024px;
}

.clear {
	clear: both;
	margin: 0px;
}

#main {
	background:white;
	background-repeat: repeat-y;

}

#navmenu {
	float: left;
	width: 210px;
	margin-left: 14px;
    margin-top: 0px;

}

#navmenu li {
	list-style: none;
}

#navmenu li a{
	color: black;
	font: bold 1.6em Arial,sans-serif;
	text-decoration:none;
}

#navmenu li a:hover {
	text-decoration:underline;
}

#content {
	float: right;
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 0px;

}

#content li{ 
	list-style:none;
	color: black;
	font: normal 1.4em Verdana,sans-serif;
	padding-bottom:0px;
}


#footer {
	background:white;
	background-repeat: repeat-y;
}

#footerleft {
	float: left;
	width: 210px;
	margin-left: 14px;
}

#footerleft p {
	color:black;
	font: normal 1.2em Arial,sans-serif;
    margin-left: 0px;
}

#footerleft a {
	color:black;
    text-decoration:none;
}

#footerleft a:hover {
	text-decoration:underline;
}

#footerright {
	float: right;
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
}

#footerright p {
	font: normal 1.5em Arial,sans-serif;
	color: black;
}

#footerright a {
	color:black;
    text-decoration:none;
}

#footerright a:hover {
    text-decoration:underline;
}

img { border: 0px;

}


h1 { margin-bottom: 14px; color: black; 
     font: bolder 2.0em Tahoma,sans-serif;

}

h2 { margin-bottom: 4px; color: black; 
     font: bolder 1.8em Tahoma,sans-serif;

}

h3 { margin-bottom: 4px; color: black; 
     font: bold 1.6em Tahoma,sans-serif;

}

h4 { margin-bottom: 4px; color: black; 
     font: bold 1.4em Tahoma,sans-serif;

}

h5 { margin-bottom: 4px; color: black; 
     font: bold 1.3em Tahoma,sans-serif;

}

#content p { color: black; 
	font: normal 1.4em Arial,sans-serif;
	padding-bottom: 1.2em;
}

a {
	color:black;
	text-decoration:underline;
}

a:hover {
    color:black;
}

