html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	width: 100%;
	height: 100%;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	min-width:700px;

	
}

UL {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}

.oneColFixCtr #container {

	position: relative;
	width: 700px;
	min-width:700px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #FFFFFF;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtr #logo {
	margin-left: 82px;
	margin-top: 20px;
}

.oneColFixCtr #sweetContent {
	margin-top: 15px;
	
}

.bodyHeaderImage {
	margin-top: 15px;
	width: 445px;
	margin-left: 10px;
	
}

.bodyCopy {
	margin-left: 120px;
	color: #000000;
	margin-right: 130px;
}

.aboutCopy {
	margin-left: 10px;
	color: #000000;
	margin-right: 10px;
}


.oneColFixCtr #prop {
		height: 542px;
	width: 1px;
	float: right;
	margin-top: 15px;
	margin-top: 15px;
	margin-top: 15px;
}

.oneColFixCtr #mainContent {
	position: absolute;
	left: 501px;
	top: 120px;

}

.oneColFixCtr #featurePhoto {
	position: absolute;

	left: 162px;
	top: 172px	;

}

.oneColFixCtr #bodyProp {
	position: relative;
	height: 180px;
	width: 390px;
}





 

.oneColFixCtr #lowerContent {

	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



#flashcontent {

	left: 162px;
	top: 150px	;
		position: absolute;
		width: 770px;

		height: 392px;	
		z-index: 3;	

}

.oneColFixCtr #menu {
	position: absolute;
	left: 501px;
	top: 39px;}
