body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: black;
}
#pageWrap { 
	background-color: #404140; 
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 780px;
	height: 191px;
	background-image: url(../images/header03.jpg);
}
#mainText { 
	width: 550px; 
	color: white; 
	text-align: left; 
	float: right; 
	margin-right: 60px; 
	font-size: 80%; 
	margin-bottom: 50px; 
	margin-top: 0px;
}
#mainText a {
	color: #d6ddbc;
	font-weight: bold;
	text-decoration: none;
	font-weight: normal;
}
#mainText a:hover { 
	color: #d6ddbc; 
	text-decoration: underline; 
}
#foot { 
	width: 780; 
	height: 30px; 
	background-image: url(../images/foot.jpg); 
	background-repeat: no-repeat; 
	padding: 10px 10px 10px 20px; 
	background-repeat: no-repeat; 
	font-size: 70%; 
	text-decoration: none; 
	text-transform: lowercase; 
	clear: both; 
	text-align: left; 
	color: #404140;
	}
#foot a { 
	font-weight: bold; 
	text-decoration: none;
	color: #404140;
}
#foot a:hover {
	color: white;
}

.feat01 {
	background-image: url(../images/feat01.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #43424b;
	font-size: 95%;
	padding: 20px;
}

.featTitle { 
	color: #43424b; 
	font-size: 180%; 
	font-weight: bold; 
	text-transform: uppercase; 
	line-height: 90%; }

.feat02 {
	background-image: url(../images/feat02.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #43424b;
	font-size: 95%;
	padding: 20px;
	float: right;
}


.nav { 
	color: #404140; 
	background-image: url(images/nav01.jpg); 
	background-repeat: no-repeat; 
	height: 30px; 
	margin-bottom: 20px;
	font-weight: bold;
	width: 600px; 
	margin-left: 115px;
	clear: both;
}

#tabs { 
	color: inherit; 
	padding-left: 0; 
	font-size: 70%;
	text-transform: lowercase; 
}

#tabs li { 
	color: inherit; 
	list-style: none; 
	float: left; 
	margin: 0; 
}
.nav ul {
	margin: 0; 
}
.tabNormal a {
	background-image: url(../images/nav01.jpg);
	height: 30px;
	width: 100px;
	color: inherit;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
}

#tabs a {
	text-decoration: none;
	color: #404140;
	text-align: center;
	padding-top: 10px;
	display: block;
}

.tabNormal a:hover { 
	color: #d6ddbc !important; 
	background-image: url(../images/nav02.jpg); 
}
.colLeft {
	float: left;
	width: 280px;
}
#featLeft01 {
	float: left;
	width: 280px;
	clear: both;
	text-align: left;
	margin: 10px 0px 10px 30px;
	background-image: url(../images/featLeft02.gif);
	padding: 10px;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	background-position: bottom left;
}
#featLeft01 a {
	text-decoration: none;
	color: white;
}

#featLeft01 a:hover {
	text-decoration: none;
	color: #d6ddbc;
}
#featLeft02 {
	float: left;
	width: 115px;
	clear: both;
	text-align: left;
	margin: 20px 20px 10px 10px;
	background-image: url(../images/featLeft01.jpg);
	padding: 10px;
	font-size: 60%;
	text-transform: uppercase;
	font-weight: bold;
	background-position: bottom left;
}
#featLeft02 a {
	text-decoration: none;
	color: white;
}

#featLeft02 a:hover {
	text-decoration: none;
	color: #d6ddbc;
}
.featLeftTitle { 
	font-size: 180%; 
	font-weight: bold; 
	text-transform: uppercase; 
	line-height: 90%; 
}
.heading { 
	font-size: 200%; 
	text-transform: uppercase; 
	color: #d6ddbc; 
	font-weight: bold;
}
.width300pic {
	float: left;
	width: 300px;
	clear: both;
}
.width300picCaption {
	color:#d6ddbc;
	font-size:75%;
	padding-top:45px;
	text-align:left;
	padding-left:60px;
}
.width300 {
	width:300px;
	float:left;
	margin-left: 60px;
	margin-right: 30px;
}