/* Bide-A-While css */

* { margin: 0; padding: 0;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CFD9B6;
}

a{
	color: #697D39;
	text-decoration: none;
}

a:hover{
	color: #B3C783;
	text-decoration: none;
}

#wrapper{
	margin: 0 auto;
	width: 800px;
	padding: 10px;
	border: 1px solid #697d39;
}

#content{
	margin: 0 auto;
	width: 775px;
}

#content p{
	margin-bottom: 20px;
}

#masthead{
	text-align: center;
	margin-bottom: 15px;
}

#caption{
	font-weight: bold;
	font-size: 15px;
}

#navMenu{
	font-family: Georgia sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #697d39;
	text-align: center;
	margin-bottom: 25px;
}

.floatLeft{
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid #000000;
}

.floatRight{
	float:right;
	margin-left: 10px;
	border: 1px solid #000000;
}

.floatKiller{
	clear: both;
}

#divider{
	border: 1px solid #b3c783;
	width: 50%;
	margin-bottom: 20px;
}

h2{
	font-family: Georgia sans serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 12px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 12px;
}

#aboutUsList ul{
margin: 10px 0 0 6px;
list-style:none;
text-align: left;
}

#aboutUsList li{
	list-style-image: url(../img/leaves.gif);
	line-height: 2;
	margin-top: 0px;
	margin-left: 30px;
}

#breakfastFloatRight{
	float: right;
	margin-top: -40px;
	margin-left: 10px;
	margin-right: 320px;
	border: 1px solid #000000;
}

#footer{
	width: 800px;
	font-size: 11px;
	text-align: center;
	color: #697D39;
	margin-top: 25px;
}

#content .leftColumn{
	float: left;
	width: 50%;
	margin: 0 5px 0 0;
	padding-top: 10px;
	margin-top: 7px;
}
.leftColumn img {
	margin: 0 7px 8px 15px;
}

.leftColumn p{
	padding-left: 7px;
}

.leftColumn h4{
	padding-left: 10px;
}


#content .rightColumn{
	float: left;
	width: 49%;
	padding-top: 10px;
	margin-top: 7px;
}
.rightColumn h1 {
	margin-left: 9px;
}
.rightColumn h3 {
	margin-left: 11px;
	margin-bottom: 10px;
}
.rightColumn h4 {
	margin-left: 7px;
}

.rightColumn p{
	padding-left: 7px;
}

