@CHARSET "ISO-8859-1";

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/


body{ 
	background-color: #2a292a;
	width:100%;
	height:100%;
	bottom:0;	
}
*{margin:0; left:0;}

.campaign_header
{
	height:125px;
	width:200px;
	position:relative;
	background: url(../_img/BarnowlLogo_bg.png);
	background-repeat: no-repeat;
	left:20px;
	top:20px;
	
}


.campaign_body
{
	top:60px;
	height:auto;
	text-align: center;
	padding: 20px;
	position:relative;

}


.campaign_subheader
{
	background-color:#f1f1f1;
	height:40px;
	width:100%;
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	color:#ababab;
	
}

.campaign_subheader .subheader_name
{
	position:relative;
	left:20px;
	top:10px;
}

