* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	background: #1a1a1a;
	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-size: 15px;
    font-family: Helvetica, sans-serif;
	color: black;
	}

a {
	color: white;
}

p {
	margin-bottom : 1em;
}

.deardave {
	font-style: italic;
	text-transform: uppercase;
	color: #00aeef;
}

.ddnoitalics {
	text-transform: uppercase;
	color: #00aeef;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:800px;
	clear:left;
	}
	
#content {
	position: absolute;
	z-index: 6;
	background: url(../images/border-4.png) no-repeat;
	height:600px;
	width:800px;
}

#logo {
	position: absolute;
	z-index: 5;
	height:407px;
	width:324px;
	padding: 138px 200px;
}

.copy {
	color: white;
	text-shadow: 2px 2px 3px black;
	letter-spacing: .05em;
	line-height: 1.4em;
	font-size: 15px;
	padding: 30px;
	position: absolute;
	z-index: 7;
}

#background {
	position: absolute;
	z-index: 4;
	height:600px;
	width:800px;
}

#facebook {
	color: black;
	position: absolute;
	z-index: 7;
	margin-top: 615px;
	margin-left: 580px;
	width: 210px;
	height: 40px;
}

#logo_images {
	position: relative;
}

#nyph {
	float: left;
}

#facebook_image {
	float: right;
}

#nav {
	position: absolute;
	z-index: 6;
	margin-top: 578px;
	margin-left: 20px;
	width: 760px;
	height: 20px;
}

#nav ul {
	font-size: 14px;
	font-style: italic;
	display: inline;
}

#nav li {
	display: inline;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;
}

#nav a {
	padding: 10px;
	text-decoration: none;
	color: black;
}

#nav #currentpage a {
	color: #00aeef;
	text-decoration: none;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 7px;
}

label {
	text-align: left;
	width: 50px;
	padding-right: 20px;
}

.form br {
	clear: left;
}

dl {
	display: inline;
}

dt
  {
	display: inline;
	text-transform: uppercase;
	color: #00aeef;
	margin-right: 1em;
  }

dd {
	display: inline;
	margin-right: 1em;
}

#masthead {
	margin-top: 10px;
	margin-bottom: 10px;
}

#advertise ul {
	font-size: 14px;
	display: inline;
}

#advertise li {
	display: inline;
	font-size: 14px;
	margin-right: 1em;
}

#advertise li.alt {
	color: #00aeef;
}

#toc_bg {
	position: absolute;
	z-index: 5;
	float: left;
	background: #DCDCDC;
	height: 600px;
	width: 799px;
}

#toc {
	position: absolute;
	z-index: 7;
	padding: 20px 0px 0px 20px;
	text-transform: uppercase;
	color: #00aeef;
	left: -5px;
	top: -2px;
}
#toc .deardave {
	font-size: 16px;
}

#toc .deardave a {
	color: black;
	text-decoration: none;
}

#toc .deardave a:hover {
	color: white;
}

#toc ul {
	list-style: none;
	padding-top: 20px;
	padding-left: 15px;
	
}

#toc li {
	font-size: 15px;
}

#toc li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	color: black;
	text-decoration: none;
}

#toc li a:hover{
	color: #00aeef;
	text-decoration: none;
}

#work {
	float: right;
}

#events {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

.event {
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

#recent_events {
	padding-top: 10px;
	padding-bottom: 20px;
}

.eventDetail {
	font-size: 12px;
}

.eventDetail.ul{
	list-style: none;
}

#nypf_logo{
	padding-top: 25px;
	width: 90px;
	height: 50px;
	display: block;
	float: right;
}

#nypf_blurb{
	display: block;
	float: left;
}

#paypal{
	padding-top: 5px;
	padding-bottom: 30px;
	display: block;
	float: right;
	padding-right: 315px;
}

#calltoaction{
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 18px;
	display: block;
	float: left;
}

#clear {
	width: 10px;
	display: block;
	clear: both;
}

#video {
	padding:20px 0px 0px 75px;
	
}
#videotext{
	font-size:12px;
	padding:5px 0px 0px 10px;
	}
	
#titlevideo{
	font-style:italic;
}