#container {
	background:url(../img/nynlbg.jpg) no-repeat;
	margin:0 auto;
	width:1020px;
	height:768px;
	border-left:#515651 3px solid;
	border-right:#515651 3px solid;
	border-bottom:#515651 3px solid;
}
#container h1 {
	text-indent:-9999px;
}
#slideshow {
	width:480px;
	height:360px;
	margin:40px auto 0 auto;
}
#navigation {
	width:480px;
	margin:100px auto 0 auto;
	background:#250858;
	height:30px;
}
#nav ul {
}
#nav li {
	float:left;
	padding:5px 10px;
}
#nav li a {
	text-decoration:none;
	color:#fff;
	text-transform:capitalize;
}
#nav li a:hover {
	text-decoration:none;
	color:#7ac142;
	text-transform:capitalize;
}
#journal {
	width:480px;
	height: 425px;
	overflow: auto;
	margin:40px auto 0 auto;
	background:#fff;
	color:#000;
	padding: 10px;
}
#journal p {
	padding:10px 20px;
	font-size:14px;
	line-height: 16px;
	color:#000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
h2 {
	font-size:16px;
	color:#250858;
	font-weight:normal;
	margin:0;
	padding:5px 0;
	font-size:20px;
}
h3 {
	font-size:16px;
	color:#7ac142;
	font-weight:normal;
	margin:0;
	padding:0;
}
