a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.container {
	width: 100%;
	float: left;
}
.footerImg {
	float: right;
	position: relative;
	margin-top:-300px;
}
.logo {
	float: right;
	z-index: 3000;
	position: relative;
}
.logoleft {
	float: right;
	position: relative;
	z-index: 3000;
}
.logoTop {
	float: right;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #D7DB22;
}
.main {
	width: 900px;
	border: thin solid #FFFFFF;
	float: left;
	background-color: #D7DB22;
}
.navBar {
	height: 190px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.navBar li {
	list-style-type: none;
	line-height: 18px;
}
.navBar li:first-letter {
	color: #FFFFFF;
}
.navBar ul {
	float: left;
	margin-left: 25px;
}
.photocontainer {
	float: left;
	width: 490px;
	position: relative;
	z-index: 4000;
	height: 500px;
	background-color: #D7DB22;
}
.photoleft {
	float: left;
	height: 350px;
}
.photoright {
	float: left;
	height: 350px;
	width: 295px;
}

.txtArea {
	width: 585px;
	float: left;
	position: relative;
	z-index: 1000;
	margin-left: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	margin-top: -5px;
	padding-left: 15px;
}
.txtArea a {
	color: #FFFF99;
}
.txtArea p {
	font-size: 20px;
	font-weight: bold;
	margin-right: 55px;
	margin-bottom: 30px;
}
.txtAreaBtm {
	height: 18px;
	width: 604px;
	float: left;
	position: relative;
	background-image: url(../images/boxbtm.jpg);
	margin-left: 49px;
}
.txtAreaTop {
	height: 18px;
	width: 604px;
	float: left;
	position: relative;
	z-index: 1000;
	margin-left: 49px;
	background-image: url(../images/boxtop.jpg);
}
.txtArea h1 {
	font-size: 20px;
	font-weight: bold;
	margin-right: 55px;
	margin-bottom: 30px;
}
.txtArea h2 {
	font-size: 16px;
	line-height: 0px;
}
.txtArea h3 {
	font-size: 12px;
	height: 5px;
}
