#container {
	top:0;
	width:960px;
	position:relative;
	float:none;
	display:block;
	height:100%;
	margin:auto;
}

body {
	margin: 0px;
	font-family:Cardo, serif;
	font-size:12pt;
	font-weight:400;
	line-height:1.5;
	background-image:url(images/nytsgalabackground.jpg);
	background-repeat-x:repeat;
	background-repeat-y:no-repeat;
	background-repeat:repeat-x;
}
.slideshow { height: 215px; margin: auto;
	left: 75px;
	top: 1px;
}

.slideshow img { padding: 2px; background-color: #eee;
	border-top: 3px solid #382b00;
	}
	
	
#slideshow img { display: none }
#slideshow img.first { display: block }

.menu {

	list-style-type: none;

}

a {
	text-decoration: none;
	color: #321d67;
}

a:hover {
	text-transform: none;
	text-decoration: underline;
}

#contacts {
	list-style-type: none;
	list-style-position: outside;
}


