﻿@import url("garland.css");
@import url("listings-base.css");

html
{
	/* background: #036; */
	/* background: #003265; */
	background: #001632;
	color: #000;
}

h1
{
	background: transparent url("images/coosawatteecabins/coosawatteecabinsheader.jpg") no-repeat left top;
	height: 117px;
	margin: 0;
	padding: 0;
}

h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

h2
{
	color: #900;
	font-size: 1.25em;
}

#container
{
	background: #fff;
	border: 3px solid #000;
	margin: 0 auto;
	width: 730px;
}

#front-nav
{
	font-family: "Trebuchet MS", cursive;
	font-size: small;
	left: 15px;
	top: 50px;
	position: absolute;
	text-align: center;
	width: 285px;
}

#front-nav p
{
	font-size: 1em;
	margin: 0.85em 0 0 0;
}

#front-nav p a
{
	font-family: "Trebuchet MS", cursive;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

#front-nav a:active, #front-nav a:hover { color: #d28692; }