@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    text-align: center; /* !!! */
}

#headerHome {
	width: 100%;
	background-color: #ffa923;
	margin-top: -71px;
	
}

#header {
	width: 100%;
	background-color: #ffa923;	
}

.headerContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#footer {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	background-color: #ffa923;
	height: 15px;
	color: #087fe2;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1, h3{
	font-family: 'Candal', sans-serif;
	color: #ffa923;
}
h2, h4 {
	font-family: 'Candal', sans-serif;
	color: #087fe2;
}
p {
	font-family: 'Open Sans', sans-serif;
}

.horizRule {
	width: 900px;
	height: 5px;
	background-color: red;
	clear:both;
}
#fb {
	position: relative;
	z-index: 100;
	top: 25px;
	left: 375px;
	margin-top: 0;
	
}
/* unvisited link */
a:link {
    color: #087FE2;
}

/* visited link */
a:visited {
    color: #087FE2;
}

/* mouse over link */
a:hover {
    color: #087FE2;
	text-decoration:none
}

/* selected link */
a:active {
    color: #087FE2;
}
	float: right;
	margin-left: 20px;
}