body{
	text-align:center;
	background-color: #f2f6ff;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
}

#wrap{
width: 930px;
text-align:left;
margin:0 auto;
}
#container{
  float:left;
  width:724px;
  border-left:5px solid #f2f6ff; » 
  /* The width and color of the left rail */
  border-right:171px solid #f2f6ff; » 
  /* The width and color of the right rail */
}
#leftRail{
	float:left;
	width:5px;
	margin-left:-5px;
	position:relative;
}
#center{
	float:left;
	width:704px;
	margin-right:-724px;
	padding: 10px;
}
#rightRail{
  float:right;
  width:171px;
  margin-right:-171px;
  position:relative;
  text-align:center;
}
#content{
	margin-bottom: 65px;
	margin-top: 65px;
	margin-right: 20px;
	margin-left: 10px;
	text-indent: -5px;
}
#events{
	background-image: url(images/page_events_bg.jpg);
	background-repeat: repeat-y;
	text-align:left;
	height: 124px;
	overflow: hidden;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1em;
}
#footer {
  clear: both;
}
.event_nav{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #040a57;
	border-top-color: #040a57;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 2px;
	padding-right: 10px;
	padding-left: 50px;
	text-align: left;
	word-spacing: 10px;
	font-size: 1em;
}
.event_nav a:link{
	word-spacing: 2px;
	color: #000066;
	text-decoration: none;
}
.event_nav a:visited{
	word-spacing: 2px;
	color: #000066;
	text-decoration: none;
}
.event_nav a:active{
	word-spacing: 2px;
	color: #040a57;
	text-decoration: none;
}
.event_nav a:hover{
	word-spacing: 2px;
	color: #0099ff;
	text-decoration: none;
}
.page_title{
	font-size: 1.8em;
}
.sub_title{
	font-size: 1.3em;
}
.sub2_title{
	font-size: 1.2em;
}
select, input, textarea{
	background-color: white;
	border-color: #000066;
	border-width: 1px;
	border-style: solid;
}
a:link{
	text-decoration: none;
	color: #000066;
}
a:visited{
	color: #000066;
	text-decoration: none;
}
a:active{
	text-decoration: none;
	color: #000066;
}
a:hover{
	text-decoration: underline;
	color: #0099ff;
}
#city_select{
	margin-right: 30px;
	width: 350px;
	text-align: right;
	position: relative;
	float: right;
}
#map{
	margin-left: 10px;
	margin-right: 30px;
	width: 300px;
	position: relative;
	float: right;
}
.error{
	color: black;
	background-color: #edf3ff;
	border: 1px solid #FF0000;}
