body {
  margin : 0;
  padding : 5%;
	font-family: helvetica;
}

#header {
top: 0;
left: 0;
overflow: auto; 
position: absolute;
width: 100%;
}

#navbar {
position: fixed;
top: 120px;
bottom: 0; 
left: 0;
padding-left: 20px;
width: 235px; /*Width of frame div*/
height: 100%;
overflow: auto; 
}


#main {
position: fixed;
top: 120px; 
left: 235px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 0px; /* Set to match top of the nav bar buttons*/
padding-right: 250px;
overflow: auto; 
border-top: 10px solid #A2C2CA;
background:  url("Images/Home_Page_Doctor.jpg") no-repeat 85% 0;
}


.innermain{
margin-left: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 25%;
font-family: helvetica;
}

.footer{
	clear: both;
	text-align: center;
}

img.floatLeft { 
    float: left; 
    margin: 20px; 
}

p {line-height: 140%;}
h3 {color: #42459D;}
li {padding: 3px;}
