/* nav bar classes */
.navbar {
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 85px;
	width: 100%;
	font-size: 80%;
	color: #ffffff;
	text-align: left;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	background: url(../az1_img/az1_bannersml.jpg) no-repeat;
}
a.navlink {
	text-decoration: none;
	color: #ffffff;
}
a.navlink:hover {
	text-decoration: none;
	color: #faf2b4;
}

/* end nav bar classes */


#pageHeader h1 {
	background-image: url(tud_images/tud_header2.jpg);
	height: 300px;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 0px;
	position: absolute;
	z-index: 4;
	}

#pageHeader h1 span {
	display: none;
	}

#gal_header {
	padding-bottom: 20px;
}

#gal_header h3 {
	text-indent: -1000em;
	background-repeat: no-repeat;
	height: 80px;
	width: 400px;
	margin-left: 180px;
	background-image: url(tud_images/gal_title.gif);
}
	
body {
	margin: 0px;
	padding: 0px;
	font: normal 1em arial;
	line-height: 150%;
	height: 100%;
	width: 100%;
	background-color: #770000;
	background-image: url(tud_images/tud_texture.jpg);
	}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 2;
	position: relative;
	}

#papertop {
	background-image: url(tud_images/tud_galtop.jpg);
	background-repeat: no-repeat;
	margin-top: 350px;
	width: 800px;
	height: 60px;
	padding-bottom: 0px;
	}
	
#maintext {
	margin-top: 0px;
	width: 800px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-image: url(tud_images/tud_galbody.jpg);
	}

#maintext p {
	font-size: 1em;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 140%;
	}

	
/*links
a:link {
	color: #4d6664;
	text-decoration: none;
	}
a:visited {
	color: #999900;
	text-decoration: none;
	}
a:hover, a:active {
	color: #91354d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}
/*end links*/
	

#footer {
	margin-top: -40px;
	width: 800px;
	height: 60px;
	background-image: url(tud_images/tud_galbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0px;
	margin-bottom: 80px;
	}

#footer p {
	font-size: 1em;
	margin-top: 0px;
	margin-left: 200px;
	margin-right: 60px;
	line-height: 140%;
	}


