/**
*
* @version $Id: headers.css 1270 2009-07-03 02:14:58Z midget $
*
* @license http://www.midworld-networks.com/licenses/outsoursing.html
* @author Dario Minnucci <dario.minnucci@midworld-networks.com>
* @copyright Copyright 2009, Dario Minnucci <dario.minnucci@midworld-networks.com>
*
* @package midworld.net
* @subpackage css
* @access public
*
*/
#header {
	border: 0px #AAA solid;
	background-color: #008AB8;
	height: 250px;
	color: #FFF;
	margin: 0 auto;
	background: url("../images/backgrounds/header_background.jpg");
}

#header a {
	color: #FFF;
}

#header a:hover {
	text-decoration: none;
}

#header .site_name {
	border: 0px #AAA solid;
	font-family: "Georgia";
	padding: 25px;
	padding-bottom: 10px;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 13px;
	/*
	position: relative;
	top: 120px;
	*/
	text-shadow: #6374AB 3px 3px 2px;
}

#header .build {
	padding-left: 28px;
	font-size: x-small;
	/*
	position: relative;
	top: 120px;
	*/
}

#header .banner {
	border: 1px #AAA solid;
	width: 735px;
	float: right;
	position: relative;
	top: 55px;
	margin-right: 20px;
	border: 0px;
}