@charset "UTF-8";
/* CSS Document */

body {
background-image:url(../images/backgroundHanz.gif);
background-repeat:no-repeat;
}

#NDYcontainer {
	position:relative;
	width:1000px;
	height:1000px;
	margin:auto;
	/*background-image:url(../images/backgroundSmudge.gif);
	background-repeat:repeat-y;*/
}
#NDYheader {
	position:absolute;
	left:150px;
	top:20px;
	width:700px;
	height:100px;
	background-image:url(../images/NotDeadYetLogo996633.jpg);  
}
#NDYmenu {
	position:absolute;
	left:150px;
	top:140px;
	width:665px;
	height:20px;
	padding:5px 0px 0px 35px;
	z-index:4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #963;
	border-bottom-color: #963;
	background-color:#333;
}
#NDYmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}
#NDYmenu ul li a:hover  {
	font-weight: bold;
	color: #FFF;
}	
#NDYmenu ul li a.current {
	background-color:#EEE;
	color:#963;
	font-weight:normal;
	cursor:default;
}

.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #963;
}
.regulartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #963;
}
.smalltext-faded {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#666;
}
#NDYcontent {
	position:absolute;
	left:150px;
	top:185px;
	width:670px;
	height:575px;
	z-index:5;
	padding:20px 15px 15px 15px;
	background-color:#333;
}
#NDYtext {
	position:absolute;
	left:300px;
	top:185px;
	width:370px;
	height:450px;
	z-index:6;
	padding:20px 15px 15px 15px;
}
#NDYfooter {
	position:absolute;
	left:150px;
	top:825px;
	width:700px;
	height:25px;
	z-index:7;
	background-color:#333;
	text-align:center;
}
.img-place-and-margins {
	text-align: center; /*for IE */
	margin:0 auto; /* for the rest, found on internet forum */
}
.img-left {
	text-align:left;
}
.img-right {
	text-align:right;
}
#NDYmenu ul li a {
	display:inline-block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font:small-caps;
	color:#963;
	width:75px;
	text-decoration:none;
	text-align:center;
}

#NDYmenu li {
	float:left;
	width:75px;
}
#NDYcontent a {
	color:#996633;
}
#NDYtext a {
	color:#996633;
}	
.thumbnail {
	float:left
}