#bodybg {
	background-image: url(images/CarnetttaJones_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#FFF;
	width:900px;
	margin:auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #311217;
	padding-top: 5px;
	padding-left: 10px;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #4D5D49;
	padding-left: 10px;
	line-height: 18px;
}
.title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #311217;
	padding-left: 10px;
}
a:visited {
	color: #311217;
	text-decoration: none;
}
a:link {
	color: #311217;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.titleCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 10px;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	background-color: #311217;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 16px; /*padding inside each tab*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #B4B7AE;
color: #000000;
}

.mattblackmenu li a.selected{
background: #B4B7AE; /*background of tab with "selected" class assigned to its LI */
color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	padding-left:10px;
	padding-right:10px;
}

