/* Created using BBEdit on operating system: Mac OS 10.3 *//* For Questions, e-mail Murray Foster at mrafoster@comcast.net */body {	background: url(img/bg.gif) repeat;	color: #fff;	font-family: Verdana, "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;	font-size: 10px;	}	#content {			/* <---- secondary body container (centers) */	width: 700px;	height: auto;	margin-left: auto;	margin-right: auto;	}	.hide {	display: none;	}	/* container for header */	#left {	float: left;	width: 400px;	height: 533px;	}	.header {	float: left;	border: 1px #fff solid;	border-right: none;	}	.header2 {	border: 1px #fff solid;	border-left: none;	margin-bottom: 200px;	margin-left: -3px;	padding-right: 1px;	}	/* container for navigation */#right {	float: left;	width: 350px;	height: 231px;	border: 1px #fff solid;	margin-top: -233px;	margin-left: 348px;	background: url(img/bg.jpg) repeat;	}	#right ul {	font: arial;	font-size: 16px;	list-style: none;	}	#right li {	padding-top: .6em;	padding-left: 0;						vertical-align: middle;	}	#right a {	text-decoration: none;	color: #e5de1c;	}	#right a:link, a:visited {	text-decoration: none;	color: #e5de1c;	}	#right a:hover, a:active {	color: #fff;	text-decoration: none;	} 	/* location image */.locimg {	position: absolute;	width: 100px;	height: 100px;	border: #fff solid 1px;	margin-top: -160px;	margin-left: 150px;	}	/* content container */#main-content {	margin-top: 10px;	background: url(img/bg.jpg) repeat;	width: 667px;	height: auto;	float: left;	font-size: 15px;	color: #fff;	border: solid #fff 1px;	padding: 15px;	}		