/* header */

body {
	background-image:   url(../images/navbar/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-style: italic;
	position: relative;
	top: 23px;
	left: 100px;
}

*html h1 {
	top:16px;
}

h2 {
	font-size: 16px;
	position: relative;
	top: -14px;
	left: 100px;
}