body{
	font-family: Georgia;
}
a:hover{
	text-decoration:none;
}
marquee{
	font-family: Georgia;
	font-size: 10;
}
#leisure_section{
	clear:both;
	float:left;
	width:100%;
	padding:4;
	margin:0;
}
#img_border_left{
	border-width: 2px ;
	border-style: solid none solid solid;
}
#img_border_right{
	border-width: 2px;
	border-style: solid;
}
#withpadding{
 width: auto;
 padding: 0px 4px 4px 4px;
}
#column_container {
	position:relative;
	width:auto;
	margin:10px;
}
#leftcontent {
	position:absolute;
	left:0px;
	top:0px;
	width:235px;
	padding: 5px 0 0 0;
}
#centercontent {
	margin-left: 250px;
	width: 245px;
	padding: 5px 0 0 0;
}
#rightcontent {
	position:absolute;
	right:0px;
	top:0px;
	width:235px;
	padding: 5px 0 0 0;
}