/* Begin Template layout Sytles */

body {
	margin:0;
	padding:0;
	left:0px;
	color:#000;
	font:x-small/1.2em Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #CCCCCC;
  } html>body {font-size:small;}
p {line-height:1.3em;}
#logo {
	height: 125px;
	width: 325px;
	padding: 5px 15px;
	float: left;
}
#contactinfo {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	float:right;
	margin-top: 110px;
	padding-right:40px;
	font-weight: normal;
}
.picback1 {
	background-image: url(../images/diningroom.jpg);
	background-repeat: no-repeat;
}


#Table_01 {
	border: 1px solid #fff;
}

/*Begin nav Styles*/

/*change left position to position the navigation bar */
#topNav {
	text-align:center;
	position:relative;
	height: 60px;
	/*left:5px;*/
	left:265px;
	float:left;
	font-size:11px;
	line-height:normal;
	overflow:hidden;
	text-align:center;
  }
#topNav ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#topNav li {
  float: left;
	text-align: center;
  }
#topNav a {
	float: left;
	padding: 10px 0px 5px 0px;
	/*margin: 0px 1px;*/
	margin: 0px 2px;
	display: block;
	height: 45px;
	width: 135px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	background-image: url(../images/button-135.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
  }

#topNav a {float:none;}

#topNav a:hover {
	color:#006600;
	background-image: url(../images/goldbutton_135.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
	font-weight: bolder;
  }
#topNav #current {
	color:#000;
  }
#topNav #current a {
	color:#002d62;
	background-image: url(../images/button-135.jpg);
	background-repeat: no-repeat;
	background-position: 0% -46px;
  }
	
/* Begin Content Styles*/

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
}

#content img { border:solid 1px #fff;}
#shortParagraph {
	width: 85%;
	left: 15%;
	text-align:left;
	position:relative; 
	right:0px;
}
#shortParagraphleft {
	width: 85%;
	left: 15%;
	text-align:left;
	position:relative; 
	left:0px;
}
#dropcap {
	display:block;
	font-size: 38px;
	line-height: 38px;
	float: left;
	margin: 0px 0 -15px 0px;
}
#content {
	clear: both;
	position: relative;
}
div.floatLeft {
	float: left;
	padding: 20px 20px 10px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}

