@CHARSET "UTF-8";
@import url('./menu.css');
/*
	Guinness header stylesheet
	Stylesheet for header
	
*/

#header
{
	width: 100%;
	height: 130px;
	background: url('../images/header-bg.png') repeat-x;
}

#header h1
{
	display: inline;
	float: left;
	width: 500px;
	height: 100px;
	margin-left: 5%;
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 100px;
	padding-top: 30px;
	color: #FFFF00;
	background: url('../images/gharp.png') no-repeat center left;
	font-style: italic;
}

#header img
{
	display: inline;
	float: right;
	margin: 30px;
}

