body {
	margin: 0 0 0 0;
	background-color: #b9b0c9;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	}
.mainfont {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	}
	
.bs_padding	{
	padding:20px;
}

.smallText {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	}
.featuredListing {
	font-family: georgia;
	font-size: 13px;
	color: #3a314e;
	}
.featuredDescription {
	font-family: georgia;
	font-size: 13px;
	font-weight: bold;
	color: #7d8839;
	}
.bold {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #3c324f;
	font-weight: bold;
	}
.content {
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 12 4 4 7;
	}
#left {
	background-image: url('../images/left_shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	}
#right {
	background-image: url('../images/right_shadow.gif');
	background-repeat: repeat-y;
	background-position: left;
	}
.title {
	padding-left: 20px;
	height: 75px;
	}
	
.tableFrame {
	border: 3px solid #808b3b;
	padding: 2px;}
	

a:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #838f3d;
	text-decoration: none;
	}
a:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #838f3d;
	text-decoration: none;
	}
a:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #838f3d;
	text-decoration: none;
	}
a:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	text-decoration: none;
	}