body { 
	background-image: url(/_images/PgElements/HNY_Page_Bkgd.jpg); 
	background-repeat: repeat-x; 
	background-position: center top; 
	background-color: #316eb6; 
	margin: 0; 
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	line-height: 1.0em;
	}
	
#wrap { 
	background-image: url(/_images/PgElements/HNY_MainContent_Bkgd.jpg); 
	background-repeat: repeat-y; 
	background-position: center top; 
	width: 1040px; 
	margin: 0 auto;
	}
	
/* ------------ HEADER STUFF -------------*/
#header { 
	background-image: url(/_images/PgElements/HNY_Page_Hdr.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 1040px;
	height: 186px;
	margin: 0 auto;
	}
	
#header_content { 
	color: #fff;
	text-align: center;
	margin: 90px 100px 0 370px;
	font-weight: bold;
	}
	
#header_content h1 { 
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 2.1em;
	line-height: .7em;
	}
	
#header_content h2 { 
	margin-top: 6px;
	color: #ddd;
	font-size: 1.2em;
	line-height: 1.1em;
	}

/* -----------------END HEADER ------------*/

#menu { 
	background-image: url(/_images/PgElements/HNY_Menu_Bkgd.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 1040px; 
	height: 25px; 
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
#menuBar { 
	width: 850px; 
	height: 25px; 
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
#PgBtm { 
	background-image: url(/_images/PgElements/HNY_Page_Foot.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 1040px; 
	height: 25px; 
	}
	
#preFooter { 
	clear: both;
	text-align: center;
	}

#preFooter p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 20px;
}

#preFooter a:link, #preFooter a:visited {
	color: #a6dafe;
	text-decoration: none;
}

#preFooter a:hover {
	border: none;
	color: #ffa200;
	text-decoration: none;
}


/* ---------- COPYRIGHHT STUFF ----------*/
	
#Copyright {
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
}

#Copyright a:link, #Copyright a:visited {
	color: #fff;
	text-decoration: none;
}

#Copyright a:hover {
	border-bottom: 1px solid #f99233;
	border: none;
	color: #f99233;
	text-decoration: none;
}

/* ---------------- EBD COPYRIGHT STUFF --------------*/

#maincontent { width: 920px; margin-top: 20px; margin-left: auto; margin-right: auto; }
	
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5 {
	font-size: 2.6em;
	color: #F99233;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}

#maincontent h2 {
	color: #fff;
	background: #316eb6;
	padding: 6px;
	font-size: 1.5em;
	margin-bottom: 8px;
}

#maincontent h3 {
	font-size: 1.2em;
	color: #666666;
}

#maincontent h4 {
	font-size: 1.2em;
	color: #f00100;
	text-align: left;
	margin-top: 18px;
}

#maincontent p, #maincontent ul {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
}

#maincontent strong {
	color: #f50303;
	font-weight: bold;
}

#maincontent a:link, #maincontent a:visited {
	color: #a6dafe;
	text-decoration: none;
}

#maincontent a:hover {
	border: none;
	color: #ffa200;
	text-decoration: none;
}

#leftCol {
	float: left;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}
	
#rightCol {
	float: right;
	width: 690px;
	margin-top: 0;
	}


/* -------- Friends SlideShow ----------- */

.FriendsPix {  
    height:  296px;
    width:   432px;
    padding: 0;
    margin:  0 auto;
} 
 
.FriendsPix img {  
    padding: 15px;  
    background-color: #f8efd9;  
    width:  400px; 
    height: 264px; 
    margin: 0 auto 0 auto; 
} 

/* MISCELLANEOUS STUFF */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.GalleryIcon a:link img, .GalleryIcon a:visited img { border: 2px solid #000; }
.GalleryIcon a:hover img { border: 2px solid #F99233; }


/* IE6 Only */
* html #header { position: relative; width: 1340px; }
* html #menu { width: 1340px; margin-top: -9px;}
* html #PgBtm { position: relative; width: 1340px; }
* html #Copyright { bottom: 2px; width: 1340px; }
* html #maincontent { margin-left: 210px; width: 920px; }
* html #preFooter { width: 1340px; }


/* IE7 Only */
*:first-child+html #Copyright { position: relative; bottom: 2px; }
