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

/*****Basic Definitions*****/
body {  color: #000; 
		background-color: #000;  
		background-image: url('../images/bg_skyline-about.jpg'); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; 
		background-size: 1000px 509px;
}

/*****Custom Classes*****/
.intro {
	width: 100%;
	font-weight: 100;
	font-size: 21px;
	line-height:34px;
	color: #555;
}

.content {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
	font-weight: 200;
	font-size: 13px;
	line-height:20px;
}


/*****Body*****/    
#subcontainer {
	width: 1000px;
	margin: 296px auto 0; 
	min-height: 100%;
}

#subheaderbox {
	float: right;
	width: 280px;
	height: 90px;
	background-color: #000;	
}

#subheader {
	color: #fff;
	font-weight: 100;
	font-size: 44px;
	vertical-align: middle;
	line-height:44px;
	margin: 25px 0px 0px 15px; 
}

#subbody {
	float: left;
	width: 1000px;
	background-color: #fff;
}

#subcontent {
	float: left;
	margin: 44px 280px 44px 80px; 
	width: 641px;
	background-color: #fff;
}


/*****Footer*****/    
#subfooter {	
 	position: relative;
    clear: both;
	background: rgba(0, 0, 0, 0.8);
    height : 50px;
    padding : 30px 0px 0px 80px;
	font-size: 10px;
  }

#subfooter a{
	padding-right: 25px;
	color: #fff;
  }
  
#subfooter  img {
    vertical-align: middle;
}
