/* CSS Document */body {	padding: 0;	margin: 0;	background-color: #E2D3AD;	background-image: url(bkg.gif);	background-repeat: repeat-y;}#content {	clear: left;}#tophalf {	position: absolute;	top: 0px;	left: 0px;}#lowerhalf {	position: absolute;	top: 291px;	left: 0px;}#leftcolumn {	position: absolute;	top: 130px;	left: 55px;	width: 300px;}#navigation {	position: absolute;	top: 108px;	left: 335px;	width: 500px; }#bodycontent {	position: absolute;	top: 155px;	left: 335px;	width: 410px;}p {	font-family: Georgia, Times, serif;	font-size:14px;	line-height: 19px;	color: #000000;	text-align:left;	}	.style1 {	font-family: Georgia, Times, serif;	font-size: 22px;	color: #330000;	line-height: 18px;	text-align: left;}.style2 {	font-family: Verdana, Arial, sans-serif;	font-size: 10px;	color: #000000;	line-height: 14px;	text-align: left;}a:link {	color: #330000;	text-decoration: none;}a:visited {	color: #330000;	text-decoration: none;}a:hover {	color: #330000;	text-decoration: underline;}a:active {	color: #330000;	text-decoration: none;}#housekeeping {	position: absolute;	top: 1000px;	left: 20px;	width: 715px;}.center {	text-align: center;}