@charset "UTF-8";/** CSS Document *//** CSSAuthor: Fritschle CommunicationsClient: GloTellCreated: 9-4-08Modified: 9-4-08*//** Global Elements */html { overflow-x: auto; height:100%;}	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */body {	background-color: #D3C1A8;	margin: 0;}/** HEADINGS */h1 {	font-family: Arial, Helvetica, sans-serif;}h1 {	font-size: 20px;	margin: 0px;	padding: 0px 0px 0px 0px;	color: #F90DBC;}/** TEXTS */body {	font-family: "Times New Roman", Times, serif;	font-size: 14px;	color: #ffffff;}a {	font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #FFFFFF;	margin: 0;}a.fritschle {	font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #000000;	margin: 0;	text-decoration: none;}.legal {	font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #000000;	margin: 0;}/** Layout */#wrapper {	width: 780px;	height: 100%;	overflow: auto;	margin-right: auto;	margin-left: auto;	background: url(../images/misc/background_body.jpg) repeat-y;}#picture {	width: 780px;}#menucontain {	float: left;	clear: both;	width: 525px;	height: 25px;	border-top: solid 4px #D3C1A8;	border-bottom: solid 4px #D3C1A8;	background-color: #A9977F;}#one_pic {	float: right;	height: 33px;	width: 255px;	background: url(../images/misc/one_leak_at_a_time.jpg);}#wrapper2 {	clear: both;	width: 780px;}#body {	float: left;	clear: both;	width: 501px;	background: #4A4B4C;	padding: 12px;}#stripe {	display: inline;	float: right;	width: 255px;}#wrapper3 {	clear: both;	width: 780px;	height: 29px;	background: url(../images/misc/background_footer.jpg)}#fritschle {	float: left;	width: 230px;	text-align: left;	padding: 10px 0 0 20px;}#legal {	float: right;	width: 230px;	text-align: center;	padding: 10px 25px 0 0;}/** MENU */#menu ul {	margin: 0;	padding: 0 0 0 10px;}#menu li {	display: inline;}#menu a {	font-size: 11px;	display: block;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	float: left;	height: 15px;	padding: 7px 10px 4px 10px;}