body {
	background-color: #FFFFFF;
	background-image: url(images/bdy_bck.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	text-align: center;
	margin: 0px;
	color: #0021A4;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	
}


html {
	margin: 0px;
	padding: 0px;
}
p {
	text-align: left;
	line-height: 135%
}
h1 {
	font-size: 125%;
	
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#menu_container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	left: auto;
	right: auto;
	position: relative;
	}

#miniflex {
	width: 950px;;
	float: left;
	font-size: 14px; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: none;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 100%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
	}
#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover,
#home a.home, #search a.search, #info a.info, #judy a.judy, #claire a.claire, #contact a.contact, #listings a.listings

 {
	border-bottom: 5px solid #fff;
	padding-bottom: 2px;
	color: #fff;
	}
#content {
	margin-top: 75px;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#gator-list {
	text-align: left;
}
ul#gator-list li {
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-image: url(images/fleur.gif);
	
}
#content .listing {
	background-color: #FF7640;
	padding: 10px;
	margin-bottom: 20px;
	color: #FFFFFF
}

#content .listing a {
	color: #000000;
}
#content .listing a:visited {
	color: #000000;
}

.listing img {
	width: 290px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;"
}
.listing p {
	
}
