/* ====== Basic Information ============ */

body
{
	background-color: Black;
	color: #FFFF00;
	background-image: url(lemons.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

h1
{
	font: bold 34px Viner Hand ITC;
}

h1:first-letter
{
	font: bold 50px Viner Hand ITC;
}

h2
{
	font:  bold 24px Viner Hand ITC;
}

#address, #hours, #menu, #about, #quotes
{
	font: 20px Gautami;
}

.headerrow
{
	padding: 5px;
}

#footer
{
	display: none;
}


/*  ======   Layout of the document  ======== */

#address, #hours
{
	position:relative;
	top: 225px;
}

#menu
{
	position:relative;
	width: 300px;
	top: -30px;
	left: 420px;
	border: solid thin #FFFF00;
}

#about
{
	position:relative;
	width:  650px;
	top: 40px;
}

#quotes
{
	position:relative;
	width:  1000px;
	top: 80px;
}
