body {
padding:0;
margin: 0;
font-family: "Stylograph", Courier, sans-serif;
font-size: 18;
}

#rosterCompany {
width: 224px;
padding: 0px;
margin:0px;
float:left;
}

a {
text-decoration: none;
color:black;
}
img {
border:none
}

@font-face {
  font-family: "Stylograph";
  src: url(STYL.TTF) format("truetype");
}


#companyWrapper {
width:1568px;
}
#companyWrapper2 {
width:1120px;
}


.courierP {
font-family: Courier, "Stylograph", sans-serif;
font-size:12px;
margin-top:30px;
}

#companyLogo {
width:180px;
height:120px;
margin-bottom:10px;
}

.toplogo {
	margin-left:auto;
	margin-right:auto;
}


#hero {
margin-top:5%;
}

#nameWrapper {
margin:0px;
padding:0px;
}

a:link {color:black;}      /* unvisited link */
a:visited {color:black;}  /* visited link */
a:hover {font-weight: bold;  }  /* mouse over link */

#bigWrapper {
	margin-bottom:30px;
}

html, body, #BigWrapper {height: 100%;}


#companyWrapper {padding-bottom: 10px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -10px; /* negative value of footer height */
	padding-top:10px;
	height: 30px;
	clear:both;} 
	
	.clearfix:after {content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
