body {
	background: #000000;
	color: #FFFFFF;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#sitename {
	font-size: 40px;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 35px;
	color: #FF0000;
}
#navline {
	color: #FF9900;
	border-bottom: 1px solid #FF00FF;
	font-weight: bold;
}
#navline a {
	color: #FF9900;
	text-decoration: none;
	border-right: 1px solid #FF00FF;
	padding: 4px 8px;
}
#navline a:hover {
	color: #476ED5;
	background: #FF9900;
}
#tagline {
	font-size: 18px;
	color: #424BF0;
	padding-top: 25px;
	padding-left: 35px;
	font-weight: bold;
}

#maincontainer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #FF00FF;
}
#header {
	background: url('images/blacklogo.jpg') no-repeat right;
	height: 180px;
	padding-right: 15px;
	border-bottom: 1px solid #FF00FF;
}
#content {
	color: #7CFC00;
	text-align: justify;
}
#content img.floatleft {
    float: left;
    margin:5px;
}
#content a {
	color: #FF9900;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline overline;
}
#content p {
	padding-left: 12px;
	padding-right: 12px;
}
#footer {
	color: #FF9900;
	text-align: center;
	border-top: 1px solid #FF00FF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a {
	color: #FF9900;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
h1 {
	background: #FF9900;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	padding-left: 20px;
	color: #424BF0;
	text-decoration: underline;
}
