@charset "UTF-8";
body {
	font: 13px Georgia, Times New Roman, Times, serif;
	line-height:22px;
	letter-spacing:.1em;
	background: #3d5015;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #f7e7bb;
	background-image:url(images/middle-background.jpg);
	background-repeat:repeat-y;
	background-color:#f7e7bb;
	
		
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f7e7bb;
}

.oneColFixCtr #mainContent #leftCol{
	width:365px;
	float:left;
	display: inline;
	margin-top:175px;
	background-color:#f7e7bb;
}

.oneColFixCtr #mainContent #rightCol{
	width:500px;
	float:right;
	display: inline;
	margin-top:175px;
	background-color:#f7e7bb;
	margin-right:40px;
}

h2 {font-family:Georgia, Times New Roman, Times, serif;
	letter-spacing:.1em;
	color:#5d7820;
	font-style:italic;
	font-size:25px;
	margin-bottom:25px;
	padding-bottom:10px;
	padding:4px;
	/* border-bottom:4px dotted #5d7820; */
	/* border-top:4px dotted #5d7820; */
	/*background-color:#FFFFFF;*/
	text-shadow: 1px 1px 1px #333, 2px 2px 2px #FFF, 2px 2px 2px #FFF, 3px 3px 3px #FFF, -2px -2px -2px #FFF, -2px -2px -2px #FFF;

}

h3 {font-family:Georgia, Times New Roman, Times, serif;
	letter-spacing:.1em;
	color:#a8641b;
	font-style:italic;
	font-size:20px;
	padding-bottom:10px;
	text-shadow: 2px 2px 2px #FFF;
	
}

h4 {font-family:Georgia, Times New Roman, Times, serif;
	letter-spacing:.1em;
	color:#000000;
	font-style:italic;
	font-size:16px;
	padding-bottom:10px;
	}

a:link {color:#5d7820;font-weight:bold;text-shadow: 1px 1px 1px #FFF;}
a:visited {color:#5d7820;font-weight:bold;}
a:hover {color:#000000;font-weight:bold;}
a:active {color:#cccccc;font-weight:bold;}

#navcontainer ul 
{ 
margin: 0;
padding: 0;
list-style-type: none;
 }
 
 #navcontainer a { display: block; }
 .mouseover a {}
 
#headerDiv {background-image:url(images/ErrolMotel-Top.jpg); background-repeat:no-repeat;height:262px;width:950px;}

#middleDiv {background-image:url(images/middle-background.jpg); background-repeat:repeat-y;background-color:#f7e7bb;}
#middleDivLeft {background-image:url(images/middle-background-left.jpg); background-repeat:repeat-y;width:275px;float:left;display:inline;background-color:#f7e7bb;}
#middleDivRight {background-image:url(images/middle-background-right.jpg); background-repeat:repeat-y;width:670px;margin-right:5px;_margin-left:-5px;float:right;display:inline;background-color:#f7e7bb;}
#footer {background-image:url(images/bottom-background.jpg);background-repeat:no-repeat;width:950px;height:179px;}
  
 .fineprint{ font-size:11px;color:#8E1402;font-weight:bold;}
 
 #footernav {display:inline;}
 
  #weatherBlock p {font-weight:normal; line-height:12px;letter-spacing:normal;}
  
 #weatherBlock a:link{font-weight:normal; line-height:12px;letter-spacing:normal;}
 
 #navigationBox {display: block; width:250px;}
 
 #navigation ul{list-style-type: none;}
 
 .navigation ul{list-style-type: none;}
 
