<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color: white; height:80; width: 115px; }
.empty_day_cell			{ background-color: #ffffff; height:80; width: 115px; }
.today_cell				{ background-color: #eef6f6; height:80; width: 115px; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; font-weight: bold; color:#000 }
.title_txt A:link		{ color: #ae1e11; text-decoration:underline }
.title_txt A:active		{ color: #ae1e11; text-decoration:underline }
.title_txt A:visited	{ color: #65110a; text-decoration:underline }
.title_txt A:hover		{ color: #65110a; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#9A0314; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }
// end hiding -->

/* Added Styles */

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

body  {
	font-family: Tahoma, San-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	background: url(http://www.dnykg.com/wp-content/themes/dny/images/background.jpg);
	background-repeat: repeat-x;
	color: #37363C;
	text-align: center;
}

table .events {
	border: 0px;
}

/* Header ////////////////////////////////////////////////////////// */

#header { 
	width: 830px;
	height: 67px;
	margin: 0px auto;
} 


#header_logo {
	width: 830px;
	padding: 0px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url(http://www.dnykg.com/wp-content/themes/dny/images/dny.jpg) no-repeat top left;
	width: 830px;
	height: 67px;
}

#header_logo a {
	width: 830px;
	height: 67px;
	display: block;
	text-indent: -999999px;	
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	height: 61px;
	display: inline;
}

.dropmenudiv {
	text-align: left;
}

#flash {
	width: 830px;
	height: 290px;
	margin: 0px auto 30px auto;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	height: 301px;
	width: 100%;
	background: #350000 url(http://www.dnykg.com/wp-content/themes/dny/images/footer.jpg) repeat-x 0 0;
	position: relative;
	font-size: 11px;
	padding: 0;
	color: #ffffff;
	margin-top: 30px;
	line-height: normal;
}

#footer_container {
	width: 830px;
	min-height: 30px;
	padding-top: 65px;
	background: url(http://www.dnykg.com/wp-content/themes/dny/images/footer_top.jpg) top no-repeat;
	margin: 0px auto;
	line-height: normal;
	text-align: left;
}

.footer_one {
	display: inline;
	float:left;
	margin: 0px;
	width: 207px;
	height: 210px;
	line-height: normal;
}

.footer_one a:hover {
	text-decoration: underline;
}

.footer_one ul {
	font-size: 10px;
	padding-left: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 170px;
	line-height: normal;
}

.footer_one li {
	display: block;
	width: 170px;
	line-height: normal;
}

.footer_one li a {
	color: #ffffff;
	display: block;
	padding: 1px 0 1px 0px;
	text-decoration: none;
	line-height: normal;
}

.footer_one li a:hover {
	color: #ffffff;
	line-height: normal;
}

.footer_one li li a {
	background: transparent url(http://www.dnykg.com/wp-content/themes/dny/images/arrow.jpg) no-repeat scroll 0 4px;
	color: #ffffff;
	margin-left: 10px;
	padding: 1px 0 1px 10px;
	text-decoration: none;
	line-height: normal;
}

.footer_one li li a:hover {
	color: #ffffff;
	line-height: normal;
}

#footer_bottom {
	color: #ffffff;
}

#footer_bottom a {
	color: #ffffff;
	text-decoration: none;
}

#footer_bottom a:hover {
	color: #ffffff;
	text-decoration: none;
}

</STYLE>

