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: 728px;
	padding: 45px 0px 75px 50px;
	background-image: url(ehrslices/pattern-bg.jpg);
}
.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;
}
/* welcome */
.oneColFixCtr #maincontainer #executiveteamheader {
	position: absolute;
	top: 436px;
	left: 274px;
}
.oneColFixCtr #maincontainer #contentbg {
	position: absolute;
	top: 477px;
	left: 274px;
}
/* ehr concepts body text */
.oneColFixCtr #maincontainer #ehrconceptscontainer {
	position: absolute;
	left: 293px;
	top: 485px;
	width: 600px;
	text-align: justify;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer h4 {
	position: absolute;
	color: #40382F;
	top: 5px;
	font-size: 14px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer p {
	font-size: 11px;
	position: absolute;
	top: 45px;
	line-height: 1.4;
	color: #40382F;
}
/* footer */
.oneColFixCtr #maincontainer #footerbg {
	position: absolute;
	top: 720px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer {
	position: absolute;
	left: 26px;
	top: 745px;
	width: 360px;
	font-size: 10px;
}
.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
}
