/* night and day main css */

body {
	background-color: #A10000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg-fade-red.gif);
	background-repeat: repeat-x;
}

a {
	color: #FF9966;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFD6D6;
}

/* header */

#ndheader {
	overflow: hidden;
	width: 750px;
	text-align: center;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#ndheader a {
	color: #FFFFFF;
}
#ndheader a:hover {
	color: #999999;
}

/* left column */

#ndleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 20px 5px 5px 15px;
	float: left;
	width: 250px;
	text-align: left;
	background-color: #000000;
	height: auto;
}
#ndleft a {
	color: #FFFFFF;
}
#ndleft a:hover {
	color: #999999;
}

#ndleft .promoter {
	padding-bottom: 14px;
	}

/* main section */

#ndmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 20px;
	width: 400px;
}
#ndmain a:hover {
	text-decoration: none;
}

/* footer */

#ndfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 0px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin: 0px;
}
#ndfooter a {
	color: #CCCCCC;
}
.listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #990000;
	padding-bottom: 10px;
}
#container {
	background-image: url(images/bg2.gif);
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}
#ndnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#ndnav a:hover {
	text-decoration: none;
}
.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
