@charset "utf-8";
body {
	font: 14px "Times New Roman", Times, serif;
	background-image:url(back_color_dviolet.png);
	background-attachment:fixed;
	padding: 0;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #472600;
}
.oneColFixCtrHdr_dviolet #container {
	background:#F6F4EF;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr_dviolet #container2 {
	background:#F6F4EF;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr_dviolet #header {
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:850px;
	height:145px;
	border-bottom: 5px #8C859B double;
	background-image:url(header_background5.gif);
}

.oneColFixCtrHdr_dviolet #header_text{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:355px;
	height:25px;
	top: 40px;
	left:255px;
}
.oneColFixCtrHdr_dviolet #header_text2{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:355px;
	height:25px;
	top: 56px;
	left:258px;
}

.oneColFixCtrHdr_dviolet #header_text3{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:305px;
	height:25px;
	top: 100px;
	left:232px;
}

.oneColFixCtrHdr_dviolet #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr_dviolet #mainContent {
	margin: 0;
	padding: 0;

}
.oneColFixCtrHdr_dviolet #mainContent #photo{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:188px;
	height:225px;
	top: 205px;
	left:612px;
}
.oneColFixCtrHdr_dviolet #mainContent #photo2{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:167px;
	height:200px;
	top: 33px;
	left:645px;
}
.oneColFixCtrHdr_dviolet #mainContent #photo3{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:167px;
	height:200px;
	top: 200px;
	left:575px;
}
.oneColFixCtrHdr_dviolet #mainContent #home_text{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:305px;
	height:380px;
	top: 188px;
	left:256px;
	color:#472600;
	background:#F6F4EF;
	text-align:justify;
}
.oneColFixCtrHdr_dviolet #mainContent #home_text2{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:509px;
	height:600px;
	top: 185px;
	left: 256px;
	color:#472600;
	background:#F6F4EF;
}
.oneColFixCtrHdr_dviolet #mainContent #home_text3{
	position:absolute; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:509px;
	height:400px;
	top: 185px;
	left: 256px;
	color:#472600;
	background:#F6F4EF;
}

.oneColFixCtrHdr_dviolet #footer {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 5px #8C859B double;
	}
.oneColFixCtrHdr_dviolet #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottomlineLeft
{
	padding: 0;
	width: 395px;
	margin: 0;
	font-style: normal;
	color: #472600;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	float:left;
	font-weight: bolder;
}
#bottomlineRight
{
	padding: 0;
	width: 395px;
	margin: 0;
	font-style: normal;
	color: #472600;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	float: right;
	font-weight: bolder;
}
