@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(lavenderhills_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
}

h1 {
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #333366;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	margin-right: 25px;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

a:link {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
A:hover  {
	font-family: Verdana;
	color: #535493;
	font-size : 11px;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size:11px;
	color: #535493;
	text-decoration: none;
}
p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
li {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	margin-left: 10px;
	color: #000000;
	margin-right: 25px;
}
li a {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}

li a:hover {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-decoration: underline;	
}

li a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
li a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.clear
{
	clear: both;
}

.resturant_images_wrapper
{
	border: 0px solid red;
	margin-top: 30px;
}

.resturant_images_wrapper .header
{
	text-align: left;
	color: #333366;
}

.resturant_images_wrapper#food
{
	border: 0px solid red;
	width:300px;
	padding-left:10px;
	float: left;
}

.resturant_images_wrapper#food h2
{	
	margin-left: 10px;
}

.resturant_images_wrapper#garden
{
	border: 0px solid red;
	width: 475px;
	float: left;
}

.resturant_images_wrapper#conference
{
	border: 0px solid red;
	width: 475px;
	float: left;
}



.resturant_images_wrapper .images
{
	border: 0px solid red;
		
}

.resturant_images_wrapper .images p
{
	display: inline;
	float: left;
}

.resturant_images_wrapper .images img
{
	border: 1px solid #A8A8CF;
	padding: 1px;
	width: 182px;
	height: 140px; 
}




.images#food img
{
	border: 1px solid #A8A8CF;
	padding: 1px;
	width: 98px;
	height: 105px; 
}

.images#food p
{
	margin-left: 9px; 
}








