/* Denman's Beech Grove Cottages */
/* Designed By 2SideDesign © 2007 */


/* Page Elements */

body {
	margin-top: 20px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url('./img/background.jpg');
}

#page_container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #bcac88;
}

#header {
	background-image: url('./img/header.jpg');
	width: 700px;
	height: 222px;
}

#content_base {
	padding: 5px;
}

#footer {
	background-color: #645c49;
}

img {border-color: #000000;}

/* Text Elements */

body, p, div, td {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
}

a:link, a:active {
	color: #004079;
	text-decoration: none;	
	font-size: 13px;
}

a:visited {
	color: #004079;
	text-decoration: none;	
	font-size: 13px;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_font {
	color: #ffffff; 
}

.footer_font a:link {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

.footer_font a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

.footer_font a:active {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.footer_font a:hover {
	color: #000000;
	text-decoration: none;
}


/* Calendar Styling */

.calendar_table { 
	background-color: #e6d2a6;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	padding: 0px;
	border: 1px solid #000000;
	text-align: center;
	}

.booked {
	background-color: #004079;
	color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	
}

.available {
}

.empty {
}

/* Rate Table */

.rate_table { 
	background-color: #e6d2a6;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	padding: 2px;
	border: 1px solid #000000;
	text-align: center;
	}

