html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black;
	font-size 76%;
	font-family: Courier, Fixed;
	color: white;
}

img, a img {
	border: none;
}

.hide, .headingPara {
	display: none;
}

div, p, ul, ol, li, dl, dd, dt, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
	font-weight: normal;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #D8D8D8;
}

#wrap1 {
	margin: 10px auto;
	text-align: center;
	width: 750px;
}

#wrap2 {
	width: 750px;
	text-align: left;
}

#header {
	background-image: url(/images/tad.jpg);
	height: 100px;
}

#header h1 {
	font-size: 1.6em;
	width: 600px;
	margin: 0px auto;
	padding-top: 4px;
}

#footer {
	font-size: 10px;
	clear: left;
}

#nav {
	list-style-type: none;
	padding: 10px 0;
}

#nav li {
	float: left;
	padding: 5px;
}