@charset "utf-8";
/*
hemingway.css is an external style sheet to format the Hemingway Brothers band website.
*/

h1
	{
	text-align:center;
	}

h2
	{
	text-align:center;
	}
	
body
	{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	}
	
div.layout
	{
	margin-left:auto;
	margin-right:auto;
	width:884px;
	text-align:center;
	
	}

a.menu
	{
	font-weight:bold;
	font-size:12pt;
	color:wheat;
	text-decoration:none;
	}
a.menu:hover 
	{
	color:white;
	/*background:#3b3b3b;
	border-left:1px solid #000000;
	border-right:1px solid #000000;*/
	}
