* {
			margin: 0;
			padding: 0;
		}
		body {
			background-color: #F3ECE2;
			background-image:url("../images/tilebg.jpg");
			background-repeat: no-repeat;
			background-position: center top;
			color:#121212; 
			font-family: Georgia,"Times New Roman",Times,serif; 
			font-size: 16px;
		}
		h1 {
			font-size: 100px;
		}
		h2 {
			font-size: 18px;
		} 
		h3 {
			font-size: 16px;
		}
		#container {
			width: 960px;
			margin: 0 auto;
		}
		#header {
			width: 960px;
			margin-top: 50px;
		}
		#name {
			font-family: 'Norican', cursive;
			text-align: center;
			color: #EE6132;
			text-shadow: 2px 2px #333333;
		}
		#description {
			text-align: center;
		}
		#navigation {
			width: 960px;
			height: 20px;
			border-top: 1px solid #888888;
			border-bottom: 1px solid #888888;
			margin-top: 50px;
			margin-bottom: 65px;
			padding: 15px;
			padding-left: 0px;
			background-image:url("../images/white20.png");
			box-shadow: 0px 1px 0px #ffffff;
		}
		#navigation ul li {
			float:left;
			list-style:none;
			position:relative; 
			margin-right: 20px;
			margin-left: 20px;
		}
		a:link {
			color:#000000;
			text-decoration: none;
			text-transform: uppercase;
		}  
		a:visited {
			color:#000000;
		}  
		a:hover {
			color:#EE6132;
		}
		a:active {
			color:#000000;
		}  
		#content {
			width: 860px;
			margin: 0 auto;
			clear: both;
			padding-bottom: 65px;
		}
		#content ul li {
			margin-left: 35px;
		}
		#content a:link {
			text-transform: none;
		}
		img {
			border: 1px solid #000000;
			margin-right:10px;
			margin-bottom:10px;
		}
		.caption {
			width: 162px;
			float: left;
			text-align: center;
			margin-bottom: 20px;
		}
		.locations {
			width: 960px;
		}
		#footer {
			width: 960px;
			height: 1px;
			border-bottom: 1px solid #888888;
			box-shadow: 0px 1px 0px #ffffff;
			margin-bottom: 50px;
		}