/**
 * $Id: header.css,v 1.3 2007/03/18 20:22:20 vadbarsdrupalorg Exp $
 * Garamond theme for Drupal 5.x
 *
 * Authors: http://drupal.ru/user/1408
 *
 */
#header {
	background:url(img/header_bg2.jpg) no-repeat;
	height: 120px;
	padding:0 3px;
	/* border-bottom: 1px solid #fff; */
	position: relative;
}
#header h1 {
	margin:0px;
	background: url(img/logo.png) no-repeat;
	padding: 10px 0 0 90px;
	height: 71px;
	font: bold 34px/100% Arial, Helvetica, sans-serif;
	color: #c9eefe;
	letter-spacing: -2px;
}
#headerimg {
	position: relative;
	padding: 32px 0px 0px 40px;
	height: 70px;
}
#headerimg .description{
	position: absolute;
	left: 130px;
	bottom: 3px;
	color: #687a8d;
	font-size: 14px;
	font-weight: bold;
}
