@charset "UTF-8";
body {
	font: 100%/3ex Arial, Helvetica, sans-serif;
	background: url(images/back.jpg);
	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;
}
.oneColFixCtr #container #mainContent #CD {
	padding: 10px;
	float: right;
	margin: 10px;
	background: #E6C2C4;
	width: 45%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993333;
}
.oneColFixCtr #container #mainContent #package {
	float: left;
	width: 45%;
}
.oneColFixCtr #container #mainContent #person {
	float: right;
	width: 45%;
}
.oneColFixCtr #container #mainContent #bottom {
	clear: both;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #top {
	background: url(images/top.png) no-repeat center;
	height: 210px;
	margin-top: 10px;
}
.leftpad {
	padding-right: 15px;
}
.oneColFixCtr #container #mainContent #line {
	border-bottom: medium dotted #DAA4A5;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColFixCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/trans.png);
}
.oneColFixCtr #container #mainContent h1 {
	color: #DAA4A5;
	font-size: 24px;
}
.oneColFixCtr #container #mainContent #person #MORE {
	background: #E6C2C4;
}
