body 
{
	margin:0;
	padding:0;
	font-family: Arial,Verdana, Tahoma, Sans-Serif;
	font-size: 0.8em;
	text-align:center;
	line-height:1.5em;
	background: #3e3626;
	color: #f5edd6;
}

a {
	color: #dec955;
	font-size: 13px;
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
}

#content {
	margin: 0 auto;
}

#content #header h1 span {
	display: none;
}

/* NAVIGATION LINKS */
#nav {
	margin: 0 auto;
	width: 760px;
	height: 108px;
	background: #0f0c06 url("../grafx/bkgrd_nav.gif") no-repeat;
	clear: both;
}
#nav ul {
	padding: 14px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	float: left;
	margin: 0 31px 0 0; 
}
#nav ul li a {
	height: 46px;
	color: #FFF;
	display: block;
}
#nav ul li a span {
	display: none;
}
#nav .about a {
	width: 82px;
	height: 46px;
}
#nav .about {
	width: 82px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_about.gif") no-repeat;
}
#nav .aboutselected {
	width: 82px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_about_on.gif") no-repeat;
}
#nav .completed {
	width: 145px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_completed.gif") no-repeat;
}
#nav .completedselected {
	width: 145px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_completed_on.gif") no-repeat;
}
#nav .completed a {
	width: 145px;
	height: 46px;
}	
#nav .training {
	width: 110px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_training.gif") no-repeat;
}
#nav .trainingselected {
	width: 110px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_training_on.gif") no-repeat;
}
#nav .training a {
	width: 110px;
	height: 46px;
}


#nav .certs {
	width: 110px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_certs.gif") no-repeat;
}
#nav .certsselected {
	width: 110px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_certs_on.gif") no-repeat;
}
#nav .certs a {
	width: 110px;
	height: 46px;
}


#nav .photo {
	width: 109px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_photo.gif") no-repeat;
}
#nav .photoselected {
	width: 109px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_photo_on.gif") no-repeat;
}
#nav .photo a {
	width: 109px;
	height: 46px;
}
#nav .contact {
	display: none;
}
#nav .clients {
	width: 67px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_clients.gif") no-repeat;
}
#nav .clientsselected {
	width: 67px;
	height: 46px;
	background: #0f0c06 url("../grafx/nav_clients_on.gif") no-repeat;
}
#nav .clients a {
	width: 67px;
	height: 46px;
}

/* PAGE CONTENT */
#pagecontent {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 760px;
	text-align: left;
	background: #0f0c06;
}
#pagecontent.about span {
	display: none;
}
#pagecontent h4 {
	margin: 0;
	color: #b3ab79;
}
#pagecontent ul {
	margin: 0 0 15px 0;
	padding: 0 0 25px 0;
	list-style-type: none;
}
#pagecontent .left {
	padding: 0 0 0 20px;
	float: left;
	width: 550px;
	text-align: justify;
}
#pagecontent .right {
	margin: 0; 
	padding: 0;
	float: left;
	width: 200px;
	text-align: justify;
}


/* HEADINGS ON ALL PAGES */
#pagecontent h3 {
	width: 550px;
	height: 75px;
	margin: 0 0 0 -20px;
}
#pagecontent h3 span {
	display: none;
}
#pagecontent h3.about {
	background: url("../grafx/hdg_about.gif") no-repeat;
}
#pagecontent h3.completed {
	background: url("../grafx/hdg_completed.gif") no-repeat;
}
#pagecontent h3.clients {
	background: url("../grafx/hdg_clients.gif") no-repeat;
}
#pagecontent h3.contact {
	background: url("../grafx/hdg_contact.gif") no-repeat;
}
#pagecontent h3.photo {
	background: url("../grafx/hdg_photo.gif") no-repeat;
}
#pagecontent h3.training {
	background: url("../grafx/hdg_training.gif") no-repeat;
}
#pagecontent h3.certs {
	background: url("../grafx/hdg_certs.gif") no-repeat;
}

#pagecontent .charlie, #pagecontent .michael {
	float: left;
	margin: 15px;
}


/* FOOTER */
#footer {
	margin: 0 auto;
	width: 760px;
	height: 60px;
	font-size: .9em;
	text-align: left;
	background: #3e3626 url("../grafx/footer.gif") no-repeat;
	clear: both;
	color: #dec955;
}
#footer ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin: 0 0 0 22px;
	padding: 0 0 0 40px;
}
#footer h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#footer p {
	margin: 0; 
	padding: 0;
}
#footer .left {
	margin: 0 5px 0 0;
	float: right;
	width: 200px;
}
#footer .right {
	margin: 0 5px 0 0;
	float: right;
	width: 200px;
}


.clearingdiv {clear:both;}