/* Global */
body {
	background-color: #000000;
	margin: 0px;
}
#global-horizon {
	color: #FF0000;
	background-color: #000000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
}
.global-line-top {
	margin-bottom: 20px;
	font-size: 20px;
}
.global-line-bottom {
	margin-top: 20px;
	font-size: 20px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
.horizontal-line {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-color: #FF0000;
}
/* Home */
#home-content {
	color: #FF0000;
	font-family: Calibri, Verdana, Geneva, Arial, sans-serif;
	background-color: #000000;
	margin-left: -250px;
	position: absolute;
	top: -225px;
	left: 47%;
	width: 600px;
	height: 450px;
	visibility: visible;
}
.home-logo {
	margin-top: 0px;
}
.home-tag-line {
	margin-top: 50px;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
}
.home-navigation {
	margin-top: 80px;
	font-size: 20px;
}
.home-line-bottom {
	margin-top: 10px;	
	font-size: 20px;
}
/* About */
#about-content {
	color: #FF0000;
	font-family: Calibri, Verdana, Geneva, Arial, sans-serif;
	background-color: #000000;
	margin-left: -250px;
	position: absolute;
	top: -285px;
	left: 47%;
	width: 600px;
	height: 570px;
	visibility: visible;
}
/* Services */
#services-horizon {
	color: #FF0000;
	background-color: #000000;
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	display: block;
}
#services-content {
	color: #FF0000;
	font-family: Calibri, Verdana, Geneva, Arial, sans-serif;
	background-color: #000000;
	margin-left: -250px;
	position: absolute;
	left: 47%;
	width: 600px;
}
.services-spacer {
	margin: 20px;
}
.services-section {
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 40px;
}
.services-heading {
	color: #FF0000;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}
.services-text {
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: justify;
}