/** Homepage stuff **/
#HomeHeader
{
	border-bottom:2px #e7880d solid;
	border-top:2px #e7880d solid;
	margin:0;
	padding:1em 0;
	height: 90px;
	vertical-align:middle;
	background-color: Black;
}
#HomeHeaderImage
{
	background-color: Black;
	height:160px;
	width:100%;
	background-image:url('../images/orange-earth.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
.typography p a,
.typography p a:visited{
	color:  #E9E0DD;
}
.box
{	
	float:left;
	width: 329px;
	padding:1em 2em 4em 2em;
	text-align:left;
	color:#E9E0DD;
	text-align:justify;
}
.box h1
{
	text-align:center;
	margin: .8em 0;
}
.typography h1 a,
.typography h1 a:visited
{
	color:black;
}
a:hover
{
	color:#cccccc;
}
#box-container
{
	display:inline-block;
	float:left;
	padding:4px;
	background-color:black;
	margin-bottom:1em;
}
.left-box
{
	background-color:#CC6600;
	margin-right:2px;
	height:130px;
}
.typography p {
	font-weight:500;
	font-size:1.23em;
	color:#E9E0DD;
}
.right-box
{
	background-color:#6699cc;
	margin-left:2px;
	height:130px;
}

.learn
{
	text-align:right;
	vertical-align:middle;
	margin:1em 0;
	color:#cccccc;
}	
