body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #ebebeb url(images/bg-grid.gif);
	height: 100%;
	text-align: center;
	}

.link01 {
	color: #765727;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.linkover A:hover {
	COLOR: #B17E2E; BACKGROUND-COLOR: none; TEXT-DECORATION: none
}

.bodylinks {
	color: #5D667E;
	text-decoration: underline;
}
.background {
	background-image: url(images/bg_image.gif);
}

#container {
	position: relative;
	width: 760px; 
	padding: 0px;
	margin-left: auto;
	margin-right: auto;	
	border: none;
	border-top: 0px;
	border-bottom: 0px;
	text-align: left; 
	/* Could not get the right column to stretch heigh: 100% of window view. So I cheated and had to
	create a background image to fake the 100% column. */
	background: #ffffff url(images/bg_image.gif) repeat-y;
	}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #765727;
}
