body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:"Myriad Pro", Helvetica, Verdana, sans-serif;
	font-size:10pt;
	line-height:16pt;
	color:#oooooo;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
h2{
	margin:0;
	padding:18px 0 6px;
	font-size:12pt;
	font-style:italic;
}
h3{
	margin:0;
	padding:6px 0 18px;
	font-size:11pt;
}
p{
	margin:0;
	padding:16px 0 6px;
}
label{
	display:block;
	float:left;
	width:130px;
	margin-right:10px;
	text-align:right;
}
input,textarea{
	background:#fff;
	border:none;
	border-bottom:1px solid #000000;
	color:#000000;
	padding:3px;
	font-family:"Myriad Pro", Helvetica, Verdana, sans-serif;
}
textarea{
	width:270px;
	border:1px solid #000000;
	color:#000000;
}
input:hover,input:focus,textarea:hover,texarea:focus{
	border-bottom:1px solid #000000;
	color:#000000;
}
textarea:hover,textarea:focus{
	border:1px solid #000000;
}
input.submit{
	background:#963;
	color:#eee;
	border:1px solid #000000;
	cursor:pointer;
}
input.submit:hover{
	background:#000000;
	border:1px solid #000000;
}
input.submit:active{
	background:#000000;
	border:1px solid #000000;
}
.slideshow{
	padding:0;
	margin:0;
}
.slideshow img{
	background-color:#fff;
	height:440px;
	top:0;
	left:0;
}
#overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:650px;
	background:url(../images/brian-hall-photographers.png) no-repeat center center #fff;
	z-index:999;
}
* html #overlay{
	display:none;
}
#site{
	margin: 50px auto 50px;
	width:980px;
	height:560px;
	background:url(../images/background-2.png) no-repeat #fff;
}
a.logo{
	display:block;
	margin: 0 0 6px 765px;
	width:249px;
	height:110px;	
	background:url(../images/brian-hall-photographers.png) no-repeat center center #fff;
	text-indent:-5000px;
}
h1.logo{
	margin:0;
	padding:0;
}
#navigation{
	float:left;
	margin:20px 0 0 40px;
	width:190px;
	height:420px;
	font-size:11pt;
	line-height:24pt;
}
* html #navigation{
	margin:20px 0 0 20px;
	width:180px;
}
#navigation a{
	display:block;
	text-decoration:none;
}
#navigation a:hover{
	font-weight:bold;
}
#navigation a.current{
	font-weight:bold;
	padding-left:10px;
}
#navigation #work{
	display:none;
	padding-left:30px;
	line-height:18pt;
}
#navigation #work a.current{
	padding-left:0;
}
#content{
	margin-left:232px;
	width:660px;
	height:440px;
	font-size:12pt;
	overflow:auto;
}
* html #content{
	margin-left:229px;
}
#content.gallery{
	overflow:hidden;
}
#content h2,#content h3,#content p,#content textarea,#content input.submit{
	margin-left:20px;
}
#content.our-vision p,#content.brian-message p,#content.contact-us p{
	margin-right:240px;
}
#content.our-vision{
	background:url(../images/NO IMAGE.jpg) no-repeat top right;
}
#content.brian-message{
	background:url(../images/message_background.jpg) no-repeat top right;
}
#content.contact-us{
	background:url(../images/contact_background.jpg) no-repeat top right;
}
#copyright{
	position:absolute;
	width:660px;
	height:440px;
	z-index:998;
}
#thumbnails{
	margin:0;
	padding:0 100px;
}
#thumbnails li{
	width:50px;
	float:left;
	margin:8px;
	list-style:none;
}
#thumbnails a{
	width:50px;
	padding:3px;
	display:block;
	border:1px solid #ccc;
}
#thumbnails a:hover{
	background:#000000;
}
#thumbnails a.activeSlide{
	background:#000000;
}
#thumbnails a:focus{
	outline:none;
}
#thumbnails img{
	border:none;
	display:block;
}
#thumbnail-padding{
	clear:both;
	height:30px;
}
#footer{
	padding:10px 0 0 100px;
	font-size:9pt;
	cursor:default;
}