﻿div#header{
	height: 124px;
	width:800px;
	xbackground: transparent url('../images/contact_header.jpg') no-repeat;
}
div#menuBar{
	height: 28px;
	width:800px;
	position: relative;
	background: transparent url('../images/links_bg.jpg') repeat-x ;
}
div#content{
	height: 586px;
	width:800px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #7c7c7c;
	
	
}
div#leftCol{
	float:left;
	width:370px;
	height:385px;
	text-align: right;
	padding: 180px 20px 0px 0px;
	
	
}
div#rightCol{
	float:left;
	width:400px;
	height:565px;		
}
div#innerCol{
	width:280px;
	height:465px;
	background-color: #141414;
	padding: 100px 0px 0px 20px;
	text-align: left;

}

div#footer{
	height: 50px;
	width:800px;
	background-color:#000;
	position:relative;	
}
div#redHirring{
	position: absolute;
	height:50px;
	width:79px;
	top:10px;
	left: 30px;
	background: transparent url('../images/red_herring.jpg') no-repeat;
}
div#bottomTag{
	position: absolute;
	height:20px;
	width:200px;
	top:10px;
	left: 300px;	
}
div#bottomTag p{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size:11px;
	color:#7c7c7c;	
}
h1{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	width:372px;
	height: 35px;

}
p{
	padding:0px;
	margin:0px 0px 15px 0px;
	font-family:Arial;
	font-size: 11px;
	color:#7c7c7c;
}
p a{
	color:#3b93e4;
	text-decoration: none;
	outline:none;
}
h2{
	padding: 0px;
	margin:0px;
	font-family: Arial;
	font-size: 12px;
	color:#7c7c7c;
	font-weight: normal;
}




















