html {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 9pt;
	text-align: center;
	margin:0 auto;
	min-height: 101%;
	height: 101%;
}

h3 {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	
}

h4 {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font-size: 13px;
}

#contentFrame {
	text-align: left;
	width: 760px;
	margin:0 auto;

}

#header {
	width: 760px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	border-style: solid;
	border-width: 0px;
	text-align: left;
	background: url(/images/new_york_movies.jpg);
	
}

#leftColumn {
	float: left;
	width: 125px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 0px;	
}

#contentBody {
	float: left;
	width: 480px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #DDDEDD;
}

#contentBody p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}

#adColumn {
	float: right;
	width: 125px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 9px;
	border-style: solid;
	border-width: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

#sectionDropDowns {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	width: 123px;
	border-width: 1px;
	border-style: solid;
	background: #F9EDB6;
}

#sectionDropDowns p {
	margin: 0px 0px 5px 7px;
	padding: 0px;
}

#sectionDropDowns form {
	margin: 0px;
	padding: 0px;
}

#sectionDropDowns UL {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 10px;
	font-size: 12px;
}

#sectionDropDowns li{
	padding: 0px 0px 2px 15px;
	background-image: url(/images/goldlistarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 12px;
	margin-bottom: 10px;
	
}

#movieLocationList {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 8px;
	padding-top: 0px;
}


#movieLocationList li{
	padding: 0px 0px 2px 15px;
	background-image: url(/images/goldlistarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 12px;
	margin-bottom: 10px;
}


#locationList {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
}

#locationList li {
	margin-bottom: 4px;
	clear: both;
}

#breadcrumb {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 7px 0px;
	font-size: 11px;
	color: #666600;
}

#footer {
	clear: both;
	text-align: center;
	width: 760px;
	margin:0 auto;
	padding-top: 10px;
	font-size: 11px;
}

#footer p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}


#IndexList {
	list-style: none;
	padding: 0px;
	margin: 7px 0px 0px 15px;
}

#IndexList li{
	padding: 0px 0px 5px 15px;
	background-image: url(/images/goldlistarrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 12px;
	margin-bottom: 10px;
	
}

div.dotted_grey_hor {
	height: 1px;
	padding: 0 0 0 0px;
	margin: 3 0 5 0px;
	background-image: url(/images/_hor_dotted_grey.gif);
	layer-background-image:url(/images/_hor_dotted_grey.gif);
	font-size: 0px;
}

#cityguidenav {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#cityguidenav ul {
	list-style: none;
	padding: 0px 0px 5px 0px;
	line-height: 12px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-top: 3px;
}

#cityguidenav li{
	padding: 0px 0px 0px 15px;
	background-image: url(/images/goldlistarrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 12px;
	margin-bottom: 5px;
	
}

#navbar {
	margin: 0px;
	width: 759px;
	height: 23px;
	border-style: solid;
	border-width: 1px;
	border-left: 0px;
	padding: 0px 0px 0px 0px;
	
	background-color: #F9EDB6;


}

#navbar div {
	float: left;
	padding: 3px 17px 0px 17px;
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	height: 20px;
	text-align: center;
	
}

.navOff {
	background-color: #F9EDB6;

}


.navOn {
	background-color: #F2BF24;
	

}



#navbar a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	
	

}

#navbar a:hover {
	color: #FFFFFF;
	

}

.navOn a {
	color: #FFFFFF;
}
.navOff a {
	color: #184003;
}