﻿div#header{
	height: 245px;
	width:800px;
	background: transparent url('../images/header.jpg') no-repeat;
}
div#content{
	height: 300px;
	width:760px;
	background-color: #000;
	padding: 0px 20px 10px 20px;
	border-bottom: 1px solid #7c7c7c;
	text-align: left;
	
}
div#tickerArea{
	width:740px;
	height: 25px;
	xborder: 1px solid red;
	background-color: #141414;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
}
div#tickerArea p a{
	color:#838182;
}
div#tickerArea p a span#company{
	color:#1F73BC;
}
div#tickerArea p a span#provider{
	color:#FFC113;
}

div#footer{
	height: 100px;
	width:800px;
	background-color:#000;
	position:relative;	
}
div#redHirring{
	position: absolute;
	height:80px;
	width:79px;
	top:10px;
	left: 30px;
	background: transparent url('../images/red_herring.jpg') no-repeat;	
}
div#meba{
	position: absolute;
	height:80px;
	width:29px;
	top:10px;
	left: 140px;
	background: transparent url('../images/meba.jpg') no-repeat;	
}
div#bottomTag{
	position: absolute;
	height:50px;
	width:200px;
	top:35px;
	left: 570px;	
}
div#bottomTag p{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size:11px;
	color:#7c7c7c;	
}
div#leftCol{
	float: left;
	width:270px;
	height:250px;
	xborder:1px solid red;	
	padding-right: 30px;
}
div#leftCol h1{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	width:60px;
	height: 22px;
}
div#leftCol p{
	padding:0px;
	margin:0px 0px 2px 0px;
	font-family:Arial;
	font-size: 11px;
	color:#7c7c7c;
}

div#rightCol{
	float: left;
	width:455px;
	height:250px;
	xborder:1px solid red;
}
h1{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width:155px;
	height: 45px;
}
p{
	padding:0px;
	margin:5px 0px 10px 0px;
	font-family:Arial;
	font-size: 11px;
	color:#7c7c7c;
}
p a{
	color:#3b93e4;
	text-decoration: none;
	outline: none;
}






















