body{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto; 
	padding:0px;
	background: #BCBDC0;
	overflow: auto;
	font: 86% Arial, sans-serif;
	}
	
#website{
	/*position: absolute;	
	width:1024px;
	height:578px;				
	min-width:1024px;
	min-height:578px;
	_width: 1024px;
	_height: 578px;*/
	
	 /*we need to tell the browser the size of the warpper div*/
	width:1024px;
	height:578px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 1%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:0px;
	margin-left:-512px;
	/*allows us to see wrapper*/
	background: #ffffff;
	padding:0px;
	}
	
#nonflashcontent{
	padding:10px;
}
a img {
	border:0;
	text-decoration:none;
	}

.style1 {
color: #ed1c24
}
.style2 {
	font-size: 14pt;
	font-weight: bold;
}
h2{
	font-size: 0.9ems;
}
h3{
	border-bottom: 1px solid #CCCCCC;
}
.ingress{
	font-weight:bold;
}
.floatRight{
	float:right;
	margin-left: 10px;
}

#companys{
	margin-bottom:10px;
}