html {
	overflow: -moz-scrollbars-vertical !important;
}

html, body {
	margin: 0;
	padding: 0;
	background: url("../media/bg-ny.jpg") top center;
	background-attachment: fixed;
}

img {
	border:none;
	background: none;
}

h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	line-height: 11px;
}

h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #bbb;
	line-height: 9px;
}

p {
	font: 13px arial, Helvetica, sans-serif;
	color: #444;
	line-height: 22px;
	text-align: justify
}

p a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

p a:hover {
	text-decoration: none;
	color: #444;
	border-bottom: 1px solid #000;
}

#update input {
	width: 230px;
	padding: 5px;
	background: #eee;
	border: 0;
	border-bottom: 1px solid #bbb;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
}

#info input, #info textarea {
	width: 290px;
	padding: 5px;
	background: #eee;
	border: 0;
	border-bottom: 1px solid #bbb;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
}

#wrapper a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #787360;
}

#wrapper a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #444;
}

 #nav {
	width: 940px;
	height: 78px;
	padding-top: 5px;
	margin: 0 auto;
}

/*	#nav img {
		margin-right: 10px;
	}

	#nav ul {
		list-style: none;
		margin: 0;
		Xpadding-left: 80px;
	}

		#nav li a {
			text-decoration: none;
			float:left;
			position:relative;
			display: inline;
			margin: 0;
			padding: 0 20px;
			font: 30px Georgia, "Times New Roman", Times, serif;
			color: #888;
			line-height: 72px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			Xbackground: #000;
		}

		#nav li a:hover {
			text-decoration: none;
			float:left;
			position:relative;
			display: inline;
			margin: 0;
			padding: 0 20px;
			font: 30px Georgia, "Times New Roman", Times, serif;
			color: #888;
			line-height: 72px;
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
			background: #eee;
		} */

#header {
	width: 940px;
	margin: 0 auto;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

	#latest {
		float: left;
		width: 360px;
	}

	#info {
		float: left;
		width: 300px;
		padding: 0 20px;
	}

	#update {
		float: left;
		width: 240px;
	}

#footer {
	clear: left;
	width: 940px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

	#footer p {
		text-align: right;
		color: #333;
	}
	
	
ul { list-style: none; }
#gallery { position: relative; width:350px; height:200px; margin:0; padding:0; }
#gallery li { display: block; }
	
	
	
	
/****
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;font: 30px Georgia, "Times New Roman", Times, serif;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {position:relative;padding-left:115px;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:10px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	Xidth:8.30em;
	Xmax-width:16.5%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	Xont-weight:bold;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:10em/*FF*/;
	margin: 0;
	padding: 0;
	border:none;
	max-width:120%;
	Xorder:1px solid #333;
	Xorder-top:none;
}
/* All anchors */
#TJK_dropDownMenu li a {
	cursor:default;
	color:#666;
	Xborder-left:1px solid #333;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .8em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:72px;
	line-height:72px;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:0px solid #fff;
	color:#666;
	background-position:0 50% !important;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#666}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color:#222 !important;background:#fff;}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#TJK_dropDownMenu li#AB {z-index:6;}
#TJK_dropDownMenu li#CF {z-index:5;}
#TJK_dropDownMenu li#GJ {z-index:4;}
#TJK_dropDownMenu li#KR {z-index:3;}
#TJK_dropDownMenu li#ST {z-index:2;}
#TJK_dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB a,
.CF #TJK_dropDownMenu li#CF a,
.GJ #TJK_dropDownMenu li#GJ a,
.KR #TJK_dropDownMenu li#KR a,
.ST #TJK_dropDownMenu li#ST a,
.UZ #TJK_dropDownMenu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {display:block;top:-1000px}

/* background colors */
#AB,#AB li a {background-color:#fff;}
#CF,#CF li a {background-color:#fff;}
#GJ,#GJ li a {background-color:#fff;}
#KR,#KR li a {background-color:#fff;}
#ST,#ST li a {background-color:#c9c9ff;}
#UZ,#UZ li a {background-color:#ffcebe;}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#TJK_dropDownMenu li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #TJK_dropDownMenu li#AB ul li a:focus,
.AB #TJK_dropDownMenu li#AB ul li a:active,
.CF #TJK_dropDownMenu li#CF ul li a:focus,
.CF #TJK_dropDownMenu li#CF ul li a:active,
.GJ #TJK_dropDownMenu li#GJ ul li a:focus,
.GJ #TJK_dropDownMenu li#GJ ul li a:active,
.KR #TJK_dropDownMenu li#KR ul li a:focus,
.KR #TJK_dropDownMenu li#KR ul li a:active,
.ST #TJK_dropDownMenu li#ST ul li a:focus,
.ST #TJK_dropDownMenu li#ST ul li a:active,
.UZ #TJK_dropDownMenu li#UZ ul li a:focus,
.UZ #TJK_dropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}
