body {
	font-size: 13px;
}

div#column1 {
	float: left;
	width: 300px;
	margin-left: 88px;
}

div#column2 {
  float: left;
  padding-top: 75px;
}

h1, h2, h3 {
	margin: 10px 0 0 0;
}

div#footer {
	clear: both;
}

#where {
	margin-left: 88px;
}

ul {
	padding: 0;
	margin: 0;
}


.timesSquare {
		font: 14px Georgia, "Times New Roman", Times, serif;
}

li.list {
	color: #666;
	font: 17px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	padding: 10px 0 10px 0;
}

li.list a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*list-style-position: inside;*/
}

li.list a.link-style {
	font-size: 13px;
	background: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: black;
}

li.list a.link-style:hover {
	padding-left: 5px;
	background: #000;
	text-decoration: underline;
	color: white;
	letter-spacing: .05em;
}