body {
	margin: 0;
	background: #933B01 url("images/pagebg.jpg");
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
}

a:link {
	color: #AA4A32;
}

a:visited {
	color: #AA4A32;
}

a:hover {
	color: #C6913D;
}

#page {
	display: block;
	text-align: center;
}

#layout {
	display: table;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("images/contentbg.jpg") repeat-y;
}

h1 {
	display: none;
}

.alt {
	display: none;
}

#header {
	width: 780px;
	height: 0px;
}

* html #headerIMG {
	margin-left: -5px;
	position: absolute;
}

#nav {
	float: left;
	width: 144px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 144px;
	margin-top: 258px;
}

#nav li a {
	display: block;
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-size: 13px;
	color: #8A1E1E;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff;
}

#flashBox {
	position: absolute;
	width: 636px;
	height: 0px;
	margin-left: 144px;
	z-index: 50;
}

* html #flashBox {
	margin-left: -5px;
}

#content {
	width: 596px;
	padding: 15px;
	margin: -21px 0 0 144px;
}

#content p:first-child {
	margin-top: 0;
}

* html #content {
	margin-top: -760px;
}

html > body#home #content {
	margin: 144px 0 0 144px;
}

* html #body {
	margin-top: -100px;
}

* html #home #body {
	margin-top: 110px;
}

#logo {
	position: absolute;
	z-index: 100;
}

#logoIMG {
	position: relative;
	left: -9px;
	width: 181px;
	height: 0px;
}

html > body #logoIMG {
	background: url("images/logo2.png") no-repeat;
}

* html #logoIMG {
	background: url("images/logo.gif") no-repeat;
	position: relative;
	left: -158px;
	z-index: 500;
}

#addressDisplay {
	font-size: 10px;
	padding-left: 5px;
	margin-top: 15px;
	padding-bottom: 1px;
	background: url("images/address2.gif") no-repeat;
	width: 144px;
	height: 309px;
}

#addressDisplay #emailLink {
	display: block;
	width: 144px;
	height: 309px;
}

#copyright {
	font-size: 10px;
	color: #fff;
	text-align: right;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, serif;
}

#copyright p {
	margin: 0;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#availContent {
	width: 415px;
	float: left;
	border: 1px solid #f00;
}

#availCalendar {
	position: relative;
	top: -75px;
}

.columb {
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.columb p {
	margin: 5px 0;
	padding: 0px 5px;
	text-align: left;
}

.columb ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 12px;
}

.columb ul li span {
	font-weight: bold;
}

.columb ul {
	margin: 5px 0px 10px 0px;
	padding: 0;
}

.columb img {
	border: 1px solid black;
}

.smallCol {
	width: 265px;
}

.bigCol {
	width: 330px;
}

.leftAlign{
	float: left;
}
