#header_advert_1 {
    position: absolute;
    top: 5px;
    left: 5px;

}

#header_advert_2 {
    position: absolute;
    top: 5px;
    right: 5px;

}

#header, #layout-hero, #layout-col3, #footer {
    display: block;
    float: left;
    padding-bottom: 10px;
    width: 960px;
    clear: both;
}


#header {
	border-bottom: 1px solid #444;
	
}

/*

	Header Titles

*/
.site-title-main {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0;
	font-family:impact;
	text-transform:uppercase;
	font-variant: small-caps;
	display:block;
}

#header .site-text,
#footer .site-text {
	font-family:impact;
	text-transform:uppercase;
	font-variant: small-caps
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-variant: small-caps;
	margin: 0;
	display:block;
}


header time
{
	display:		block;
	font-size: 	10px;
	font-style: 	italic;
	text-align:		right;
	margin:		2px 20px;
}


#search-for-news
{
	overflow: hidden;
	text-align: right; 
	
	padding: 10px 0 0 0;
	margin: 10px 20px 0 20px;
	vertical-align: middle;
	display:block;
	clear:both;
	
	}
#search-for-news input
{
	border: none;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	line-height: 15px;
	height: 18px;
}
#search-for-news button
{
	font-size: 10px;
	padding: 0 20px;
	border: none;
	outline: none;
	line-height: 15px;
	height: 20px
}
#search-for-news button:hover
{
	background-color: #ccc;
}

