body {
	background: #FF00FF;
}
#container {
	height: 550px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #0033FF;
	margin-top: 50px;
	border-top: thin solid #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container #header {
	height: 300px;
	width: 800px;
	background: url(../Images/_MG_0944.jpg) no-repeat center center;
}
#container #directions {
	height: 250px;
	width: 800px;
}







a:link {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}
a:hover {
	font-size: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

