#innercontent
{
	width: 800px;
	height: 600px;
	margin-left: 100px;
	margin-right: 100px;
	background: #FFF  /*url(../img/logo2.jpg) top left no-repeat; */
}
#navlinks
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	height: 40px;
	overflow: hidden;
	text-align: center;
	float: none;
	margin-top: 0px;
	padding-top: 22px;
}
#navlinks a
{
	display: block;
	float: right;  <!-- changed from left-->
	width: 80px;  <!--changed from 110px-->
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: #516452;
	font-weight: bold;
}
#rowWrap
{
	float: left;
	padding-top: 25px;
	height: 460px;
	width: 100%;
}
.portrait
{
  float: right;
  margin: 0 0 12px 12px;
}
.column1
{
  float: left;
  margin-left: 30px;
  width: 360px;
  height: 460px;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-size: 11pt;
  font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}
.column2
{
  margin-left: 410px;
  padding-left: 10px;
  width: 380px;
  height:460px;
}
.textContent
{
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000;
	padding-left: 30px;
	padding-right: 50px;
	text-align: justify;
}
.contactInfoContainer
{
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000;
	padding-left: 30px;
	padding-right: 50px;
	text-align: center;
}
.contactInfoContainer a img
{
  border: none;
}
.mainContactInfo
{
  font-weight: bold;
}
.event,
.shop
{
  text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	border-bottom: solid 2px #474748;
}
.event h4,
.shop h4
{
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.event p,
.shop p
{
  margin-top: 10px;
}