/* Reset elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #505050;
	text-decoration: none;
}

a:hover, a:hover p {
	color: #909090;
	text-decoration: underline;
}

img {
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

div#footer, div#push {
	height: 80px; /* .push must be the same height as .footer */
}

div#push {
	height: 80px; /* .push must be the same height as .footer */
}

div#pageContent {
	width: 900px;
	margin: 0 auto;
}

div#homeLogoContainer {
	margin: 0 auto;
	width: 100%; 
	text-align: center;
	padding: 20px 0;
}

div#homeLogoContainer h1 { font-size:48px; }

table#homeNavTbl {
	margin: 0 auto;
	padding-top: 50px;
}

table#homeNavTbl td {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}

div#footer {
	margin: 0 auto;
	width: 100%; 
	text-align: center;
	color: #a1a1a1;
}

div#footer a.activeSection {
	font-weight: bold;
}

h1.pageHeader {
	padding: 10px 0;
}

p.infoParagraph {
	padding: 10px 0;
}

div.infoContainer {
	padding: 10px 0;
}

table.quiltsTbl, table.travelImgTbl {
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

table.travelImgTbl {
	width: 900px;
}

table.quiltsTbl td {
	vertical-align: bottom;
}

table.travelImgTbl td {
	height: 225px;
	width: 225px;
}

table.bookOrderTbl {
	padding: 10px 0;
	text-align:left;
}

table.bookOrderTbl td.bookOrderLabelCell {
	min-width: 300px;
	width: 300px;
}

table.bookOrderTbl input[type=text], table.bookOrderTbl textarea {
	padding: 5px;
	width: 450px;
	border: 1px solid #a0a0a0;
}

table.bookOrderTbl textarea {
	overflow-y:scroll; 
	height: 100px;
}

div.orderInfoContainer {
	width: 800px;
	padding: 10px 0;
}

div.orderAdditionalNoteContainer, div.orderAddressContainer, div.orderPriceContainer {
	padding: 10px 0;
}

div.orderAddressContainer {
	float: right;
}

div.orderPriceContainer {
	float: left;
}

div.orderAdditionalNoteContainer {
	clear: both;
}

form.bookOrderForm {
	margin: 0 auto;
	width: 800px;
}

ul.tiberFrameRetreatList li {
	font-size: 14px;
	margin: 5px 0;
	margin-left: 35px;
}
