body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #965f2e;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(ehrslices/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #maincontainer {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 960px;
	padding: 45px 0px 75px 50px;
	background-image: url(ehrslices/pattern-bg11.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #maincontainer .container {
	position: absolute;
}
/* flash movie */
.oneColFixCtr #maincontainer #flashcontainer {
	position: absolute;
	top: 190px;
}
.oneColFixCtr #maincontainer #flashmovie #flashimage {
	position: absolute;
}
.oneColFixCtr #maincontainer #flashmovie {
	position: absolute;
}
/* contact us header */
.oneColFixCtr #maincontainer #contactusheader {
	position: absolute;
	top: 436px;
	left: 274px;
}
.oneColFixCtr #maincontainer #topbg {
	position: absolute;
	top: 477px;
}
.oneColFixCtr #maincontainer #midbg {
	position: absolute;
	top: 484px;
	height: 235px;
	background-image: url(ehrslices/mid-bg.png);
}
.oneColFixCtr #maincontainer #bttmbg {
	position: absolute;
	top: 719px;
}
/* contact forms */
.oneColFixCtr #maincontainer #contactformscontainer {
	position: absolute;
	left: 293px;
	top: 485px;
	width: 600px;
}
.oneColFixCtr #maincontainer .contentform {
	position: absolute;
	width: 600px;
	color: #40382F;
}
.oneColFixCtr #maincontainer .contentform h4 {
	position: absolute;
	font-size: 14px;
}
.oneColFixCtr #maincontainer .contentform p {
	font-size: 12px;
	position: absolute;
	top: 40px;
	width: 360px;
	line-height: 1.3;
	text-align: justify;
}
.oneColFixCtr #maincontainer .contactform {
	position: absolute;
	top: 125px;
	width: 360px;
	font-size: 11px;
	line-height: 1.8em;
	color: #40382F;
}
.oneColFixCtr #maincontainer .contactform textarea {
	width: 300px;
}
.oneColFixCtr #maincontainer .contactform input {
	width: 300px;
}
.oneColFixCtr #maincontainer .contactform .form {
	position: absolute;
	left: 25px;
}
.oneColFixCtr #maincontainer #submitbttn input {
	position: absolute;
	padding: auto;
	width: 100px;
	left: 100px;
}
.oneColFixCtr #maincontainer .ehrconceptsaddress {
	font-size: 14px;
	position: absolute;
	width: 150px;
	left: 435px;
	color: #AF6F39;
}
.oneColFixCtr #maincontainer .ehrconceptsaddress h4 {
	font-size: 14px;
	position: absolute;
}
.oneColFixCtr #maincontainer .ehrconceptsaddress p {
	font-size: 11px;
	position: absolute;
	width: 150px;
	line-height: 1.5;
	top: 40px;
}
.oneColFixCtr #maincontainer #addresbg {
	position: absolute;
	top: 477px;
	left: 669px;
}
/* footer */
.oneColFixCtr #maincontainer #footerbg {
	position: absolute;
	top: 954px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer {
	position: absolute;
	top: 980px;
	width: 360px;
	font-size: 10px;
	left: 26px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer p {
	color: #3F2510;
}
.oneColFixCtr #maincontainer #orangepeelcontainer a {
	text-decoration: none;
	color: #3F2510;
}
/* link style */
a:link {
	color: #71ACA6
}
a:visited {
	color: #AE7037
}
a:hover {
	color: #3F382E
}
a:active {
	color: #6FAAA6
}
