
html, body {
	background-color: #FFFFFF;
	font-family: times, serif;
	font-size: 14px;
	color: #404040;
	text-align: center;
}

p, div, span, td, th {
	font-family: times, serif;
	font-size: 14px;
	color: #404040;
}

a, a:link {
	color: #1C05E7;
}

a:hover {
	color: #1C05E7;
}

a:visited {
	color: #1C05E7;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #000000;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

.subtitle {
	font-size: 22px;
	color: maroon;
}

#container {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#midweekspecials {
	color: blue;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	widthXX: 650px;
}
/* header image */

#pageheader {
	margin: 0px 0px 12px 0px;
	margin-left: auto;
	margin-right: auto;
}

img#headimg {
	border-width: 0px;
	border-style: none;
}

h2#rooms {
	text-align: left;
}

#contact {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 4px;
}

#dsl {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	margin: 4px;
}

.intro {
	font-size: 18px;
	text-align: justify;
}

.intro .leeder {
	font-size: 18px;
	font-weight: bold;
}

/* assorted images */
table.pixgrid {
	border-spacing: 0px;
}

table.pixgrid td {
	padding: 8px;
}

.detailpix {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.detailpix img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

#fireplace {
	width: 550px;
}

#tablefortwo {
	width: 300px;
}

#diningroomtable {
	width: 300px;
}

#patio {
	width: 300px;
}

#archway {
	width: 225px;
}

table.roomgrid {
	border-spacing: 8px;
	border-color: #AAAAAA;
	border-width: 2px;
	border-style: solid;
	margin: 0 0 12px 0;
}

.roomgrid th {
	font-family: arial, sans-serif;
	color: #000000;
}

.roomgrid td {
	width: 50%;
}

.pdesc {
	text-align: center;
}

.desc {
	padding: 2px 6px 2px 6px;
	text-align: left;
}

table.pricing {
	border-spacing: 3px;
	margin-left: auto;
	margin-right: auto;
}

.pricing th {
	padding: 2px 6px 2px 6px;
	font-size: 16px;
}

.pricing td {
	padding: 2px 6px 2px 6px;
	font-size: 16px;
	color: #000000;
}

.note {
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
}

.noteexp {
	text-align: center;
	color: #000000;
	font-size: 120%;
}

.links {

	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
}

.links ol {
	margin: 0 0 6px 0;
}

.links li {
	list-style-type: circle;
	clear: both;
	line-height: 160%;
}

/* footer area */
.footer {
	font-family: arial, sans-serif;
	text-align: center;
	margin: 12px;
	color: #000000;
}

.contactinfo {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.hosts {
	font-family: arial, sans-serif;
	color: #000000;
}

.approval {
	font-family: arial, sans-serif;
	color: #000000;
}

table#epigram {
	margin: 0px auto 0px auto;
}

table#epigram td {
	text-align: center;
}

div#tahoecountry {
	font-size: 14px;
}

p#swd {
	text-align: right;
}

.header {
	border-width: 0 0 1px 0;
	border-color: #000000;
	border-style: solid;
	text-align: left;
}

	.header h1 {
		width: 200px;
		height: 58px;
		background-image: url(/gifs/chaney-house-logo.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
	}
	
		.header h1 span {
			display: none;
		}
		
