body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	margin: 0px;
	height: 100%;
}
p {
	margin-top: 0px;
}
form {
	margin: 0px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 34px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 30px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 span {
	font-size: 14px;
}
h3 span a:hover {
	text-decoration: underline;
}



a {
	outline: none;
	color: #900;
	text-decoration: none;
}
input, select {
	outline: none;
}






#container {
	margin: 0px auto;
	width: 1024px;
	height: 100%;
	background-color: #FFF;
}
#header {
	position: absolute;
	width: 1024px;
	top: 0px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
	height: 460px;
}
#topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	width: 635px;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
}

#topNav ul {
	margin:0;
	padding:0;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
}
#topNav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	line-height: 22px;
}
#topNav ul li a {
	display:block;
	margin:0px;
	padding:0px 15px;
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	width: auto;
}
#topNav a:hover {
	color: #333;
}
#topNav a.linkSelected {
	color: #000;
}


.mainPage {
	background-image: url(../img/bg-index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	line-height: 24px;
	height: 100%;
	position: relative;
}
#column1 {
	width: 235px;
	padding: 407px 10px 20px 25px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A29164;
}
#column1 #twitter {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #A29164;
	font-size: 12px;
}
#column1 #twitter a {
	color: #A29164;
	text-decoration: none;
}
#column1 #twitter a:hover {
	text-decoration: underline;
}

#column1 #sisterSites {
	padding: 20px 0px;
	border-bottom: 1px solid #A29164;
	text-align: center;
}
#column1 #copyright {
	padding: 20px 0px;
	border-bottom: 1px solid #A29164;
	text-align: center;
}
#column1 #designMaintained {
	text-align: center;
	padding: 20px 0px 0px;
	color: #000;
}
#column1 #reservations  {
	font-weight: bold;
	text-transform: uppercase;
	color: #A29164;
	border-bottom: 1px solid #A29164;
	padding-bottom: 20px;
}
#reservationForm input, #reservationForm select {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#column1 #reservations label  {
	clear: both;
	float: left;
	padding-top: 2px;

}
#reservationForm #checkAvailability {
	width: 233px;
	background-color: #EBE5D5;
	border: 1px solid #A29164;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	margin: 0px 0px 15px;
	color: #A29164;
	height: 30px;
}
#column2 {
	border-left: 1px solid #EBE5D5;
	padding: 705px 20px 20px;
	height: 100%;
}
#leftNav{
	border-bottom: 1px solid #A29164;
	text-transform: uppercase;
	color: #A29164;
	font-weight: bold;
	padding: 20px 0px;
}
#leftNav ul{
	list-style-image: url(../img/menu-square.gif);
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 14px;
}

#leftNav ul li{

}
#leftNav ul li a{
	display: block;
	color: #A29164;
	text-decoration: none;
	line-height: 24px;
}
#leftNav ul li a:hover {
	color: #333;
}
#leftNav ul .linkSelected  {
	color: #000;
	list-style-image: url(../img/menu-square-active.gif);
}
.inputComment {
	font-weight: normal;
	text-transform: none;
	clear: both;
}


#homePicture {
	position: absolute;
	z-index: 3;
	height: 249px;
	width: 432px;
	top: 286px;
	right: 171px;
}
#diningPicture {
	position: absolute;
	height: 352px;
	width: 542px;
	top: 234px;
	right: 116px;
	z-index: 0;
}
.imgRight {
	float: right;
	clear: right;
	margin-bottom: 20px;
	margin-left: 20px;
	width: auto;
}
.imgRight img {
	border: 1px solid #CCC;
}
.imgRight .caption {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #FFF;
}
ul li a {
	color: #666;
	text-decoration: none;
}
ul li a:hover {
	color: #000;
	text-decoration: none;
}
a.linkPage {
	text-decoration: none;
	font-weight: bold;
}
a.linkPage:hover {
	color: #000;
	text-decoration: none;
}
.pageQuotes {
	padding: 10px 0px;
	border-top: 1px solid #999;
	margin-right: 40px;
	margin-left: 40px;
}
