div#container {
	width:1000px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	background-color: #FFF;
}
div {
  text-align:center;
}
div#header {
	width:1000px;
	background-color: #000;
	background-image: url(images/header.jpg);
	height: 230px;
}
div#MainContent {
	margin:10px 25 10px 0px;
	background-color: #FFF;
	position: relative;
	width: 740px;
	float: right;
	min-height: 400px;
}
div#AvailableContent {
	margin:10px 0 10px 0px;
	background-color: #FFF;
	position: relative;
	width: 999px;
	float: right;
}

div#sidebar1 {
	width:226px;
	margin:10px 0 10px 5px;
	_height:500px;
	min-height: 500px;
	position: relative;
	float: left;
}
#sidebar1 p {
	text-align: left;
}

#MainContent ul {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#MainContent ul li {
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin: 0px 25px 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #68202D;
	margin: 0px 25px 10px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 20px 25px 10px;
	padding: 0px;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin: 0px 25px;
	font-weight: bold;
}
.photoleft {
	margin: 5px 0px 0px;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mattblacktabs{
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	position: relative;
	top: 188px;
	width: 728px;
	float: right;
	margin-right: 10px;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0; /*offset of tabs relative to browser left edge*/
	font: bold 12px/11px Arial, Helvetica, sans-serif;
	list-style-type: none;
	letter-spacing: 90%;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
	padding: 0px;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	padding: 4px 0px 3px; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 119px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	height: 18px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}

.mattblacktabs li a:visited{
	text-decoration: none;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	color: #700028;
	text-decoration: none;
}

.mattblacktabs li a.selected{
	color: #999;
}
div#footer {
	width:1000px;
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}

#footer {
	width: 1000px;
	text-align: center;
	background-color: #000;
	
} 
#footer p {
	color: #C8C8C8;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 5px;
}
#footer a {
	color: #666;
}
.photofloatleft {
	float: left;
	margin-left: 25px;
	margin-right: 10px;
	height: 225px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mattquote {
	font-style: italic;
	text-align: center;
}
#container #MainContent p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

