@charset "UTF-8";/** CSS DOCUMENT *//** CSSAuthor: Fritschle CommunicationsClient: TheCountryLodge.comCreated: 4-1-08Modified: 4-1-08*//** GLOBAL ELEMENTS */html { overflow-x: auto; height:100%;}	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */div { text-align: left; }body {	background-image: url(../images/backgrounds/wood.jpg);	margin: 80px 0 80px 0;	text-decoration: none;	line-height: 1.2em;}/** HEADINGS */h1 {	font-family: "Times New Roman", Times, serif;}body {	font-family: Arial, Helvetica, sans-serif;}a {	font-family: Garamond, Times, serif;}/** TEXTS */h1 {	font-size: 16px;	margin: 0 0 15px 0;	font-weight: bold;	padding-left: 10px;	color: #000000;}body {	font-size: 12px;	color: #000000;}a.fritschle:link {	font-size: 12px;	font-weight: bold;	color: #000000;	text-decoration: none;}a {	font-size: 12px;	font-weight: bold;	color: #000000;	text-decoration: none;}a.videos {	font-size: 12px;	font: Arial, Helvetica, sans-serif;	color: #FF3300;}img {	border: 0;}/** LAYOUT */#wrapper {	width: 834px;	margin: auto auto auto auto;}#wrapper2 {	float: left;	width: 834px;	height: 180px;	background-image: url(../images/backgrounds/paper1.jpg);}#wrapper3 {	float: left;	width: 834px;	min-height: 390px;	background-image: url(../images/backgrounds/paper2.jpg);	background-position: top;}#wrapper4 {	float: left;	width: 834px;	height: 72px;	background-image: url(../images/backgrounds/paper3.jpg);	clear: both;}#logo {	width: 780px;	height: 154px;	padding: 26px 27px 0 27px;}#spacer {	width: 800px;	height: 25px;}#body {	width: 600px;	padding: 3px 0 0 45px;	float: left;}#ads {	width: 120px;	padding: 20px 45px 0 0;	float: right;}#qdma {	width: 50px;	padding: 10px 0 0 35px;	float: left;	clear: both;}#legal {	float: left;	padding: 40px 0 0 40px;}#designer {	float: right;	padding: 40px 40px 0 0;}#menucontain {	float: none;	width: 734px;	height: 26px;	text-align: center;	padding: 11px 0 10px 45px;}/** MENU */#nav, #nav ul {	padding: 0;	margin: 0;	list-style: none;	text-align: center;	z-index: 5;}#nav a {	display: block;    padding: 0px 15px 0px 15px;	font-size: 12px;	font-weight: bold;    color: #000000;	text-decoration: none;}#nav li ul a {	text-align: left;	display: block;    padding: 5px 18px 5px 18px;	font-size: 12px;	font-weight: bold;    color: #000000;	width: 10em;	text-decoration: none;	background-color: #C6A264;	border: 1px solid #726349;}#nav li {	float: left;	margin: 0;}#nav li ul {	position: absolute;	width: 10em;	left: -999em;}#nav li:hover ul {	left: auto;}#nav li:hover ul, #nav li.sfhover ul {	left: auto;    } 	#menu li:hover, #menu li.hover {    position: static;}