body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background: #dfcfb0;
	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: #663300;
}

p {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}

.oneColFixCtr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f0e3c8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-image: url(../images/Remember_background.jpg);*/
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	height: 100%;
	width: 925px;/*	padding: 5px; */
}


a:link { color: #990000; }
a:visited { color: #990000; }
a:hover { color: #663300; }
a:active { }
.oneColFixCtr #indent {
	width: 925px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.oneColFixCtr #indent80 {
	width: 925px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}


.oneColFixCtr #flashindent {
	width: 1000px;
	vertical-align: top;
}
ul {
	list-style-image: url(../images/bullet.gif);
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

#soundcf {
margin-left: -15px;
}
