body {
	background-color: Black;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7d1b7d;
}
a:link, a:visited, a:active {
	color: #7d1b7d;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #7d1b7d;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

.main {
	width: 900px;
        height: auto;
	margin: 10px auto 10px auto;
        margin-top. 10px;
	padding: 0;
	background-color: #000000;
        border: 2px solid #7b1d7b;
}

.banner {
	height: 400px;
	width: 900px;
	background-image: url("http://pitch-black.net/PitchBlack/media/web/Header.jpg");
        text-align: right;
}


.menu {
	background-color: #7d1b7d;
	width: 900px;
	height: 15px;
}
.menu ul, .menu li {
	margin: 0;
	padding-left: 5px;
	list-style: none;
        display: inline;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: inline;
	padding: 2px;
}

.menu a:link, .menu a:active, .menu a:visited {
       color: #000000;
       text-decoration: none;
       font-weight: bold;
}
.menu a:hover {
       text-decoration: underline;
       font-weight: bold;
}

       
.content {
	width: 890px;
        height: 100%;
        margin-top: 10px;
        margin-left: 5px;
        margin-bottom: 10px;
}
.footer {
	background-color: #7d1b7d;
	width: 900px;
	height: 16px;
	text-align: center;
        color: #000000;
        font-weight: bold;
}
