body{
	text-align:center;
	background-color: #f2f6ff;
	font-size: small;
}

#wrap{
width: 910px;
text-align:left;
margin:0 auto;
}
#container{
  background-color:;
  float:left;
  width:500px;
  border-left:200px solid #f2f6ff; » 
  /* The width and color of the left rail */
  border-right:210px solid #f2f6ff; » 
  /* The width and color of the right rail */
}
#leftRail{
  float:left;
  width:200px;
  margin-left:-200px;
  position:relative;
  text-align:right;
}
#center{
  float:left;
  width:500px;
  margin-right:-500px;
}
#rightRail{
  float:right;
  width:210px;
  margin-right:-210px;
  position:relative;
}
#content{
	margin-bottom: 65px;
	margin-top: 65px;
	margin-right: 20px;
	margin-left: 10px;
	text-indent: -5px;
}
#events{
	background-image: url(images/front_events_bg.jpg);
	background-repeat: repeat-y;
	height: 152px;
	overflow: hidden;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer {
  clear: both;
}
.alignright{
	                          	text-decoration: none;
	                          	border-width: 0px;
	                          	float: right;
	                          }