body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EDEDED;
}
#container {
	position: relative;
	width: 950px;
	height: auto;
	background-color: #FFF;
	z-index: 0;
	margin: 0 auto;
	text-align: justify;
}
#header  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 950px;
	height: 95px;
	z-index: 1;
	top: 0px;
} 
#menu	{
	position: absolute;
	top: 95px;
	width: 950px;
	height: 22px;
	z-index: 2;
	background-color: #BF2E3D;
}
#main-content	{
	position: absolute;
	top: 22px;
	width: 870px;
	height: auto;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFF;
	z-index: 3;
	left: 0px;
	padding-top: 10px;
}
#middle-doctor_one {
	position: relative;
	height: 580px;
	width: 385px;
	left: 235px;
	top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
#map_canvas {
	position: absolute;
	left: 400px;
	top: 68px;
	width: 430px;
	height: 270px;
	z-index: 6;
}
#contact_form {
	position: absolute;
	left: 340px;
	top: 20px;
	width: 430px;
	height: 340px;
	z-index: 7;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #00F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
.float_right-left_margin {
	border-color: #FFFFFF;
	margin-left: 10px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.float_left-right_margin {
	border-color: #FFFFFF;
	margin-left: 10px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.centre {
	text-align: center;
}
.justify {
	text-align: justify;
}
.red {
	color: #BF2E3D;
}
.blue {
	color: #039;
}
.green {
	color: #093;
}
.red-centre {
	color: #BF2E3D;
	text-align: center;
}
.black-centre {
	color: #000;
	text-align: center;
}
.no_decoration_black {
	text-decoration: none;
	color: #000;
}
.no_decoration_red {
	text-decoration: none;
	color: #BF2E3D;
}

