@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of reset */

body {
	background-image: url(../images/scottysmotel-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e2ce96;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	}
	
p {
	margin-top:10px;
	margin-bottom:10px;
	}
	
ul li {
	padding:0px;
	margin:0px;
	}
	
h1 {
	font-size:28px;
	padding-bottom:0px;
	line-height:28px;
	}
	
#container {
	margin:0 auto;
	width:962px;
	}
	
#mainimage {
	z-index:0;
	}
	
#logo {
	float:left;
	margin:20px 40px 0px 22px
	}
	
#header {

	}
	
#address {
	float:left;
	width:420px;
	margin:25px 0px 80px 260px;
	color:#FFFFFF;
	font-size:24px;
	}
	
#nav {
	float:left;
	width:700px;
	margin:0px 0xp 10px 20px;
	}
	
	#nav ul {
		list-style:none;
		list-style-type:none;
		display:inline;
		}
		
	#nav li {
		list-style:none;
		list-style-type:none;
		display:inline;
		}
		
#body {
	background-color:#FFF;
	}
		
#hpcontent {
	width:595px;
	background-color:#FFF;
	padding:10px;
	font-size:12px;
	line-height:23px;
	float:left;
	}	
	
	#hpcontent a {
		color:#000;
		text-decoration:underline;
		}

		
#content {
	width:940px;
	background-color:#FFF;
	padding:10px;
	font-size:12px;
	line-height:23px;
	float:left;
	}	
	
	#content li{
		list-style:disc outside;
		}
		
	#content ul {
		padding-left:15px;
		}
		
	#content a {
		color:#000;
		text-decoration:underline;
		}
	
#leftcolumn {
	float:left;
	width:326px;
	margin:20px 0px 10px 0px;
	font-size:12px;
	line-height:17px;
	}
	
	#leftcolumn li{
		list-style:disc outside;
		}
		
	#leftcolumn ul {
		padding-left:15px;
		}
	
#footer {
	color:#775520;
	line-height:19px;
	font-size:11px;
	margin-top:10px;
	}
	
	#footer a {
		color:#775520;
		}

#footerleft {
	width:480px;
	float:left;
	}
	
#footerright {
	width:480px;
	float:left;
	text-align:right;
	}
	
.clear {
	clear:both;
	}
	
#rates {
line-height:17px;
vertical-align:top;
	}
	
	#rates th {
		background-color:#003B01;
		text-align:left;
		color:#FFFFFF;
		}
		
.font11 {
	font-size:10px;
	line-height:12px;
	}	
	
.ratesborder {
	border-bottom:#000000 1px solid;
	}