* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFF;
	background: #647480;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
	background: url(images/jh_logo1.png) no-repeat center top;
	text-indent: -8888px;
	line-height: 104px;
	margin:10px 0px 0px 0px ;
}
h2 {
	font-size: .95em;
	font-weight: 500;
	margin: 0px 0px 20px;
	line-height: 1em;
}
h4 {
	font-size: 1em;
}
p {
	font-size: 0.9em;
	margin-top: 1em;
	line-height: 1.3em;
}
a:link, a:visited {
	color: #d9bf62;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
	color: #ffffff;
}
#branding {
	text-align: center;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
}
#navBar {
	list-style-type: none;
	height: 24px;
	width: 50%;
    margin: 0px auto 30px;
}
#navBar li {
	font-size: 14px;
	font-weight: 500;
	float: left;
	text-align: center;
	line-height: 24px;
	width: 100px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
#navBar a {
	display: block;
}
#navBar a:link, #navBar a:visited {
	text-decoration: none;
}
#navBar a:hover, #navBar a:active {
	text-decoration: none;
	color: #FFF;
}
#navBar .selected {
	color: #999;
}
#footer {
	border-top: 1px solid #333;
	margin: 12px 0px;
	clear: both;
}
#footer p {
	font-size: .8em;
	color: #999;
	text-align: center;
}
#home {
	text-align: center;
	min-height: 400px;
}
#photos {
	padding-left: 70px;
}
#photos img{
	border: 1px solid #3c3c3c;
	margin: 2px;
	padding: 0px;
}
/* classes */
.content1 {
	width: 300px;
	margin: 10px 0px 20px 44px;
	text-align: center;
	float: left;
}
.content2 {
	width: 300px;
	margin: 10px 44px 20px 0px;
	float: right;
	text-align: center;
}
.centertxt {
	text-align: center;
	text-indent: 0px;
}
.floatL {
	float: left;
}
.clearTxt {
	clear: both;
	text-align: center;
}