/* Grand Oak Retreat Main CSS */

body {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #f4eeca;
	}

body,td,th {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

p {
	line-height: 20px;
	}


h3 {
	font-size:20px;
	color:#515219;
	border-bottom: 1px solid #e0d9b8;
	margin: 5px 0px;
	padding: 0px;
	}

h4 {
	font-size: 14px;
	border-bottom: 1px solid #e0d9b8;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}
	
td {
	border-bottom: 1px solid #e0d9b8;
}

.wrap {
	width: 748px;
	margin: auto;
	background-color:#f8f4df;
	}

#nav{
	height:36px;
	margin: 0px 0px 10px 0px;
	background:url(../imgs/nav.jpg);
	text-align:center;
	}

ul {
	padding: 6px 0px 0px 0px;
	margin: 0px;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	margin: 0px;
	}

#nav a {
	color:#f4eeca;
	text-decoration:none;
	font-size:16px;
	}

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

.colLeft {
	float:left;
	display:inline;
	width: 475px;
	margin: 0px 0px 0px 15px;
	}

.colRight {
	float: right;
	display:inline;
	width: 210px;
	margin: 0px 10px 0px 0px;
	}
	
.calendar {
	float:left;
	display:inline;
	width: 718px;
	margin: 0px 0px 0px 15px;
	}

#footer {
    background:#cdccb2;
    clear:both;
	color:#f8f4df;
	text-align:center;
	padding: 0px 0px 5px 0px;
	}
	
#footer a {
	color:#f8f4df;
	}
	
.price {
	color:#515219;
	font-size:16px;
	font-weight:bold;
	}

.priceTitle {
	color:#515219;
	font-size:14px;
	font-weight:bold;
	}
	
.goldBorder{
	border:#e0d9b8 thick solid;
	}

.disclaimer {
	font-size:10px;
	font-style:italic;
	}

.caption {
	font-size:10px;
	font-style:italic;
	}
