html, body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#0A0A0A;
	color:#8B8B8D;
	text-transform: uppercase;
	background-image: url("img/cropmarks.gif");
	background-position: 100px 0px;
	background-repeat: no-repeat;
}

a {
	text-decoration:none;
	cursor: pointer;
	color:#8B8B8D;
}

a:hover, a:active, a.selected {
	color:#019D87;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align: bottom;
}

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

li {
	float:left;
	width:200px;
}

#wrapper {
	position:absolute;
	top:48px;
	left:100px;
	width:800px;
}

#header {
	background-image: url("img/dots.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	height:24px;
	margin-bottom:70px;
}

#nav {
	position:relative;
	height:40px;
	background-image: url("img/dirlogo.gif");
	background-position: 0px 15px;
	background-repeat: no-repeat;
}

#nav ul {
	position:absolute;
	bottom:0px;
	left:200px;
	width:600px;
}

#content {
	text-transform: none;
	margin-top:9px;
	padding-top:8px;
	background-image: url("img/dots.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

#footer {
	text-transform: none;
	margin-top:8px;
	padding-top:10px;
	background-image: url("img/dots.gif");
	background-position: top left;
	background-repeat: repeat-x;
	padding-bottom:30px;

}

.clear {
	clear:both;
}

#about {
	position:relative;
	top:50px;
	left:200px;
	width:200px;
	height:555px;
}

.hide {
	display:none;
}