* {
	padding: 0;
	margin: 0;
}
h1 {
	font-family: "Gill Sans", arial, helvetica, sans-serif;
}
body {
	background: #ffffff;
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 10px;
}
#layout {
	width: 1050px;
	margin: 0px auto 0px auto;
}
a#logo {
	width: 306px;
	height: 76px;
	display: block;
	background: url('images/logo.gif') no-repeat 0px 0px;
	text-decoration: none;
	margin: 20px auto;
}
#menu {
	height: 42px;
	list-style-type: none;
	padding-left: 85px;
	letter-spacing: 1px;
}
#menu li {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}
#menu li a {
	font-family: "Gill Sans", arial, helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #F47321;
	text-decoration: none;
	font-weight: normal;
	float: left;
	display: block;
	padding: 3px;
}
#menu li a.active, #menu li a:hover {
	border-bottom: 2px solid #EFEEEC;
}
#content {
	height: 498px;
	background: url('images/whiteLoading.gif') no-repeat center center;
}
#footer {
	text-align: center;
	color: #AFA79F;
	font-size: 10px;
	padding: 20px;
}
#footer ul li {
	list-style: none;
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #EFEEEC;
}
#footer ul li.last {
	border-right: none;
}
#footer ul li a {
	color: #AFA79F;
	text-decoration: none;
}
#bio {
	height: 498px;
	background: url('images/bio.jpg') no-repeat 0px 0px;
	padding-top: 60px;
	padding-left: 380px;
	padding-right: 60px;
}

#bio p{
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #8B8078;
	text-align: justify;
}
p {
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #8B8078;
}
p.dark {
	color: #766A63;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
}
p.dark a{
	color: #766A63;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
	text-decoration: none;
}
h1, h2 {
	font-family: "Gill Sans", arial, helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #F47321;
	padding-bottom: 15px;
}
.orangeLink {
	font-family: "Gill Sans", arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #F47321;
	line-height: 40px;
	text-decoration: none;
}
#contact {
	height: 498px;
	background: url('images/contact.jpg') no-repeat 0px 0px;
	padding-top: 60px;
	padding-left: 780px;
}
#typical {
	height: 498px;
	background: url('images/typical.png') no-repeat 0px 0px;
}
#left {
	float: left;
	height: 498px;
	width: 325px;
}
#right {
	float: left;
	width: 725px;
	height: 498px;
}
.texty {
	padding-left: 60px;
	padding-top: 60px;
	padding-right: 60px;
}
.lefty {
	padding: 40px 0px 0px 20px;
}
#innerMenu {
	list-style-type: none;
}
#innerMenu li {
	height: 30px;
}
#innerMenu li a {
	float: left;
	display: block;
	font-size: 12px;
	color: #766A63;
	text-decoration: none;
}
#innerMenu li a.active {
	background: url('images/innerMenuLeft.gif') no-repeat 0px 0px;
}
#innerMenu li a span {
	float: left;
	display: block;
	padding: 6px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 3px;
	width:270px;
	cursor: pointer;
}
#innerMenu li a.active span {
	background: url('images/innerMenuRight.gif') no-repeat right top;
}
#gallery {
	height: 498px;
	position: relative;
	background: url('images/silverLoading.gif') no-repeat center center;
}
.button {
	position: absolute;
	top: 220px;
	left: 37px;
	display: block;
	background: url('images/buttons.png') no-repeat right 0px;
	text-decoration: none;
	width: 56px;
	height: 56px;
	display: none;
}
.button.next {
	left: auto;
	right: 37px;
	background-position: left top;
	z-index: 666;
}
.gallery {
	height: 498px;
	display: none;
}
.gallery.active {
	display: block;
}
.gallery div {
	display: none;
	height: 498px;
}
.gallery div.active {
	display: block;
}
