/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	background-image:url(Assets/background.gif);
	background-repeat:no-repeat;
}



#header img
{
	width:100%;
}

#navigation
{
	float:right;
	margin-right:60px;
	margin-top:60px;
}

#navigation ul
{
	list-style:none;
}

#navigation li
{
	
}

#navigation img
{
	border:3px solid white;
}

#navigation a
{
	text-decoration:none;
	
}

#navigation img:hover
{
	border:3px solid #999;
}

#pic 
{
	padding:10px 10px 10px 10px;
	margin-left:50px;
}

#location img
{
	margin-left:30px;
	margin-top:10px;
}

#price img
{
	margin-left:290px;
	margin-top:10px;
}

#hours img
{
	margin-top:20px;
}

#footer img
{
	width:100%;
}
