body {
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
}

#wrap {
	margin: auto auto;
	width: 700px;
	}
	
#nav {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	padding: 10px;
	margin-bottom: 35px;
	color: #CC3300;	
	}
	
#nav a {
	text-decoration: none;
	color: #CC3300;
	}
	
#nav a:hover {
	color: #330099;
	}
	
#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	color: #CC3300;
	text-align: center;
	font-weight: bold;
	}	
	
#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	font-weight: bold;
	}
	
#content h2 {
	font-size: xx-large;
	}
	
#content h3 {
	font-size: large;
	}
	
#hours {
	width: 700px;
	}
	
#hours dl {
	margin: 20px 20px;
	padding: 0;
	}
	
#hours h2 {
	float: right;
	}
	
#hours img {
	float: left;
	}		
	
#hours p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size:large;
	}
	
#contact {
	width: 700px;
	}
	
#contact dl {
	margin: 20px 20px;
	padding: 0;
	}
	
#contact h2 {
	float: left;
	}
	
#contact img {
	float: right;
	}
	
#contact p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size:large;
	}		

#footer {
	text-align:center;
	font-size: medium;
	font-style:oblique;
	}
