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

.addark {color: #0CF;}

.adlight {color: #0F0;}

.adurl {color: #FFC;}

.ademail {color: #06C;}

body {
	background: #000000 url(./images/curtains.gif) no-repeat fixed center top;
}

#wrap {
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	height: 125px;
	width: 800px;
	background: url(./images/testbanner.png) no-repeat center top;
}

#nav {
	width: 800px;
	height: 25px;
	background: url(./images/testmidd.png) repeat-y left top;
	text-align: center;
}

	#nav ul {
		text-align: center;
		margin: 0px;
		padding: 0px;
		list-style: none;	
	}
	
		#nav ul li {
			display: inline;
			margin: 0px;
			color: #FFFFFF;
		}
		
		#nav ul li a {
			text-decoration: none;
			color: #FFFFFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			border-bottom: 1px dotted #CCCCCC;
			padding: 0px 4px;
		}
		
		#nav ul li a:hover {
			border-bottom: 1px dotted #FF0000;
			margin-bottom: 1px;
		}

.pictures {
	background: #333333;
	width: 700px;
	margin: 10px auto 0px;
	border: 3px solid #000000;	/*background: #454545;*/
	text-align: center;
}

	.pictures a img {
		border: none;
	}

#midd {
	width: 700px;
	font: 16pt "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url(./images/testmidd.png) repeat-y left top;
	padding: 0px 50px 5px;
	text-align: center;
	border-bottom: 5px solid #000000;
}

#midd h1 {
	margin-top: 0px;
}
