﻿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;
}
#header  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 950px;
	margin: 0 auto;
	height: 95px;
	background-image: url(../chinese_medicine-images/harmony_chinese_logo.jpg);
	z-index: 0;
} 
#menu	{
	position: absolute;
	left: 0px;
	top: 95px;
	width: 950px;
	height: 25px;
	z-index: 1;
	background-color: #BF2E3D;
}
#main-content	{
	position: absolute;
	left: 0px;
	top: 25px;
	width: 890px;
	height: auto;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
	background-color: #FFF;
	z-index: 2;
	text-align: left;
}
#map {
	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;
}
a:hover {
	color: #00F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
.margin-right {
	border-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 40px;
}
.margin-right-long {
	margin-right: 20px;
	margin-bottom: 130px;
	border-color: #FFFFFF;
}
.red {
	color: #BF2E3D;
}
.blue {
	color: #039;
}
.green {
	color: #093;
}
.no_decoration_black {
	text-decoration: none;
	color: #000;
}
.no_decoration_red {
	text-decoration: none;
	color: #BF2E3D;
}
