body {
	
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	
	
}

#container {
	margin-left: auto;
	
	margin-right: auto;
	
	

	padding: 0px;

	width: 900px;

	text-align: left;

	
	
}

#header {
	width:900px;
	height:80px;
	background-image:url(../images/THEBLACKPRESS2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
	border-bottom:double;
	border-color:#000000;
	
}

#nav {
	width:900px;
	height:22px;
	text-align:center;
	border-bottom:double;
	border-color:#000000;
	color:#660000;
}
#nav a{
	text-decoration:none;
	font-size:18px;
	color:#660000;
}

#content {
	width:900px;
	height:525px;
	overflow:visible;
	
	
}



#content h1 {
	color:#660000;
	text-align:left;
	margin-left:200px;
	width:500px;
}

#content h2 {
	color:#660000;
	text-align:left;
	margin-left:200px;
	width:500px;
}

#content h3 {
	color:#660000;
	text-align:left;
	margin-left:200px;
	width:500px;
}

#content h4 {
	color:#660000;
	text-align:left;
	margin-left:200px;
	width:500px;
}
#content img {
	margin-left:200px;	
}

#content p {
	color:#660000;
	margin-left:200px;
	width:500px;
	
}

#content a {
	text-decoration:none;
	color:#660000;
}
