/* 
Yellow Gables Bed and Breakfast
http://www.yellowgables.com
(c) 2005 Sobcon, Inc.
*/

body {
	font-family: 'Times New Roman', Tahoma, Arial, serif;
	background-color: #FFFFCC;
	}

td {
	font-size: 14px;
	}

h2 {
	font-size: 20px;
	text-align: center;
	color: #339999;
 	}
h3 {
	font-size: 16px;
	color: #996600;
 	}
.title {
	font-size: 18px;
	color: #996600;
	text-align: center;
 	}
.subtitle {
	font-size: 12px;
	color: #339999;
	text-align: center;
	}
.photo {
	border: 1px solid black;
	}
.footer {
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	}
.titleYellow {
	font-size: 16px;
	color: #339999;
 	}
a {
	color: #339999;
	}
#promo {
	background-color: #DFEFEF;
	padding: 5px;
	border:1px solid black;
}
#summerrates {
	margin: 5px;
	position: relative;
	float: right;
	background-color: #DFEFEF;
	padding: 5px;
	border:1px solid black;
	width: 300px;
}
#summerrates td {
	text-align: center;
}
ul {
	text-align: left;
	}