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

body {
	/*background-color: #000000;*/
	/*background-color: #FFFFFF;*/	
	/*background-image: url('../images/harbinger3.jpg');*/
	background-color: #000000;
	font-family: helvetica, verdana, sans-serif;
}

img, a {
	border: none;
	outline: none;
}

a:link {
	/*color: #11FF66;*/
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	/*color: #11FF66;*/
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	/*color: #FFFF00;*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

ul {		
	list-style-type: none;
	margin-left: 2%;
	margin-right: 5%;
	width: auto;
}

li {
	display: inline;
	padding: 11px;
}

#wrapper {
	/*background-color: #333333;*/
	/*background-color: #000000;*/
	background-color: #000000;
	/*border: 8px solid #444444;*/
	/*border: 3px solid #000000;*/
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 1px;
	min-width: 670px;
	/*padding: 20px;*/
	width: auto;
	padding-top: 1px;	
}

#headerSpace {
	/*color: #11FF66;*/
	color: #000000;
	font-family: impact, arial, helvetica, times new roman;
	font-size: x-large;
	text-align: center;
	border-bottom: 3px solid #2222FF;
	background-color: #000000;
}

#fbSpace {
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	margin-left: 17px;
}

#menuSpace {
	background-color: #000000;
	/*
	border-top: 4px solid #222222;
	border-bottom: 4px solid #222222;
	*/
	text-align: center;
	margin-top: 1px;
	padding-bottom: 1px;
	
}

#menuSpace li {	
	border: 0px solid #222222;	
}

#menuSpace li a {
	color: #2222FF;	
}

#menuSpace li a:hover {
	color: #BBBBBB;
}

#contentSpace {
	/*background-image: url('../images/striped.jpg');*/
	background-color: black;
	/*border: 0px dotted black;*/
	/*color: #FFFFFF;*/
	color: #FFFFFF;
	padding: 15px;
	text-align: left;
	margin-top: 1px;
	border-top: 3px solid #2222FF;
	margin-bottom: 1px;
	text-align: justify;		
}

#contentSpace h1 {
	color: #2222FF;
}

#contentSpace h2 {
	color: #DD0100;	
}

#contentSpace h3 {
	color: #FFFF00;
}

#contentSpace a {
	/*color: #2222FF;*/
	color: #00BB11;
}

#contentSpace a:hover {
	color: #BBBBBB;
}

#home img, #gallery img {
	border-top: 2px solid #2222DD;
	border-bottom: 2px solid #2222DD;
	display: block;
	margin-bottom: 25px;
}

.footerSpace {
	/*color: #11FF66;*/
	/*background-color: #000000;*/
	background-color: #000000;
	color: #CCCCCC;
	text-align: center;
	border-top: 1px solid #2222DD;
	display: block;
	height: 20px;
	padding: 7px 0;
	font-size: 15px;
	margin-top: 25px;
}

/*Feedback Page*/			
#postArea {
	margin-top: 20px;
}		
#feedbackForm {
	margin-top: 20px;
	margin-left: 275px;
}
#statusArea {
	color: #00BB11;
	display: none;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
input[type=text], textarea {
	background-color: yellow;
	border: 2px solid #FFFFFF;
	font-family: Arial,Geneva,sans-serif;
	font-size: 16px;
}
.clearBoth {
	clear: both;
}