/* CSS Document */
body {
	background-image: url(../images/bgtexture.jpg);
	background-repeat: repeat;
	margin: 0px;
	text-align: center;
}
#headerbgrepeat {
	width: 100%;
	height: 257px;
	background-image: url(../images/headerbgpiece.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}	
#headercenter {
	width: 809px;
	height: 257px;
	background-image: url(../images/newheader.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 0;
	margin: 0;
}
#maincontainer {
	width: 809px;
	margin: 0 auto;
}
#maincontainerimage {
	width: 809px;
	background-image: url(../images/bgbottomimage.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	margin: 0;
	border: 0;
	float: left;
}
#maincontainerimagedining {
	width: 809px;
	background-image: url(../images/bgdiningbottomimage.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	margin: 0;
	border: 0;
	float: left;
}
#maincontainerimagesights {
	width: 809px;
	background-image: url(../images/bgsightsbottomimage.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	margin: 0;
	border: 0;
	float: left;
}
#maincontainerimageshows {
	width: 809px;
	background-image: url(../images/bgshowsbottomimage.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	margin: 0;
	border: 0;
	float: left;
}
#maincontainerimagetransport {
	width: 809px;
	background-image: url(../images/bgtransportbottomimage.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	margin: 0;
	border: 0;
	float: left;
}
#maincontainerimagelodging {
	width: 809px;
	background-image: url(../images/bglodgingbottomimage.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	margin: 0;
	border: 0;
	float: left;
}
#header {
	width: 809px;
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}
#nav {
	width: 809px;
	padding: 0;
	margin: 0;
	float: left;
}
.nav p {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #b4192d;
}
.nav a {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #fff;
	text-decoration: none;
}
#maincontent {
	width: 535px;
	padding: 0 5px 5px 15px;
	text-align: left;
	margin: 0 10px 0 0;
	float: left;
}
#sidebar {
	width: 205px;
	float: left;
	margin: 10px 10px 5px 10px;
	padding: 0 0 20px 0;
}
#sidebarmiddle {
	background-image: url(../images/sidebarrepeat.png);
	background-repeat: repeat-y;
	width: 215px;
	float: left;
	padding: 0 10px 0 10px;
	text-align: left;
	margin: 0;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 809px;
	height: 198px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
}
h1  {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 26px;
	color: #B4192D;
	padding: 5px 0 0 0;
	margin: 0;
}
.h1 {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 26px;
	color: #B4192D;
	padding: 5px 0 0 0;
	margin: 0;
}
h2 {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #CCAE33;

}
.h2 {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #CCAE33;
	padding: 0px;
	text-decoration: none;
}
.h2 a{
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
	color: #CCAE33;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	text-decoration: none;
}
.h2 a:hover {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
	color:#b4192d;
	text-decoration: none;
	padding: 0px;
}
.sidebarp {
	width: 150px;
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #C8CACE;
	padding: 0 20px 10px 10px;
	margin: 0;
}
.sidebarpbottom{
	width: 175px;
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	color: #C8CACE;
	padding: 0 20px 20px 10px;
	margin: 0 0 20px 0;
}
.sidebarh1 {
	width: 220px;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #C8CACE;
	padding: 5px 10px 0 0;
	margin: 5px 5px 0 5px;	
}
.sidebarp a {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 14px;
	color: #CCAE32;
	font-weight: normal;
	text-decoration: none;
}
.sidebarp a:hover {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 14px;
	color: #CCAE32;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.footer	{
	width: 809px;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #FCD857;
	padding: 0 194px 0 35px;
	margin: 0;
	text-align: left;
	float: left;
}
.footer a {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #CCAE33;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 0;
	font-weight: normal;
}
.footer a:hover {
	color: #b4192d;
	text-decoration: none;
}
.footer p {
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}
.bottomlefttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 400px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}
.imgfloatright {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
}
.imgfloatleft {
	float: left;
	padding: 0px;
	margin: 0 10px 5px 10px;
}
p {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #C8CACE;
	padding: 0 30px 10px 10px;
	margin: 0px;
}
li {
	list-style: none;
	font-weight: normal;
	color: #C8CACE;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 14px;
	line-height: 18px;;
	font-weight: normal;
}
#NYCfooterdiv1 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 10px 0 0 35px;
}
.NYCfooterdiv1 li a {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #C8CACE;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
.NYCfooterdiv1 li a:hover {
	color: #FCD857;
}
.NYCfooterdiv1 h1 {
	color: #C8CACE;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	padding: 0;	
	margin: 0;
	text-decoration: underline;
}
#NYCfooterdiv2 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
.NYCfooterdiv2 li a {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #C8CACE;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
.NYCfooterdiv2 li a:hover {
	color: #FCD857;
}
.NYCfooterdiv2 h1 {
	color: #C8CACE;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	padding: 0;	
	margin: 0;
	text-decoration: underline;
}
#NYCfooterdiv3 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
.NYCfooterdiv3 li a {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #C8CACE;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
.NYCfooterdiv3 li a:hover {
	color: #FCD857;
}
.NYCfooterdiv3 h1 {
	color: #C8CACE;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	padding: 0;	
	margin: 0;
	text-decoration: underline;
}
#NYCfooterdiv4 {
	width: 400px;
	float: left;
	margin: 0 0 0 22px;
	padding: 5px 0 0 0;
}
.NYCfooterdiv4 p {
	font-family:"Century Schoolbook", Georgia, serif;
	font-size: 8px;
	line-height: 18px;
	color: #C8CACE;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
