/* CSS Document */
body {

	background: url(img/bg.jpg) repeat-y 50% 0;
	margin: 0;
	font: 12px/1.7em "Lucida Grande", Verdana, sans-serif;		
	text-align:left;
	
}

a {
	text-decoration: none;
	color: /* #BACB32 */#fff;
}

.leftcontent {
float: left;
text-align: left;
width:470px;
padding-left: 2px;
color:#585859;
margin-right: 20px;
}

.rightcontent {
text-align: left;
float: left;
width:450px;
color:#585859;
}

.clearit{clear: both;}

a:visited {
	color: #fff;
}

#content {
	width: 1000px;
	top: 0px;
	margin: 0 auto; 
	text-align: center;
	background: #f6f1d9 url(g/bg.gif);
	z-index: 1;
	padding: 0px;
}

#mid {
	padding: 70px 10px;
}

#menubar {
	padding: 5px 0 0 10px;
}

.shoot {
	margin-bottom: 40px;
	text-align:left;
}

.shootname {
	font-size: 13px;
//	color: #a8983f;
	background: #D8D1B6;
	color: /* #857946*/ #fff;
	padding: 3px 10px;
}

#footer {
	text-align: center;
	padding: 10px;
	margin: 0;
	width: 980px;
	background: #333;
	color: #ccc;
}

#footer a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	background: black;
}

.right{
	float: right;
	margin: 0 10px 0 0;
}
.left{
	float: left;
	margin: 0;
}


/* jQuery Navigation */

.nav {
	width: 980px;
	height: 48px;
	background: url(img/nav.jpg) no-repeat;
	position: relative;
	top: 110px;
	left: 10px;
	margin-bottom: 70px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 47px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 234px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(img/nav.jpg) no-repeat 0 -48px;
	}
	.nav .home a:active {
		background: url(img/nav.jpg) no-repeat 0 -96px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(img/nav.jpg) no-repeat 0 -144px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 234px;
		height: 47px;
		background: url(img/nav.jpg) no-repeat 0 -48px;
	}
	.nav-home-click {
		background: url(img/nav.jpg) no-repeat 0 -96px;
	}



	.nav .photo a:link, .nav .photo a:visited {
		left: 235px;
		width: 176px;
	}
	.nav .photo a:hover, .nav .photo a:focus {
		background: url(img/nav.jpg) no-repeat 0 -48px;
	}
	.nav .photo a:active {
		background: url(img/nav.jpg) no-repeat -235px -96px;
	}
	.current-photo .photo a:link, .current-photo .photo a:visited {
		background: url(img/nav.jpg) no-repeat -235px -144px;
		cursor: default;
	}
	.nav-photo, .nav-photo-click {
		position: absolute;
		top: 0;
		left: 235px;
		width: 176px;
		height: 47px;
		background: url(img/nav.jpg) no-repeat -235px -48px;
	}
	.nav-photo-click {
		background: url(img/nav.jpg) no-repeat -235px -96px;
	}



	.nav .print a:link, .nav .print a:visited {
		left: 411px;
		width: 80px;
	}
	.nav .print a:hover, .nav .print a:focus {
		background: url(img/nav.jpg) no-repeat -411px -48px;
	}
	.nav .print a:active {
		background: url(img/nav.jpg) no-repeat -411px -96px;
	}
	.current-print .print a:link, .current-print .print a:visited {
		background: url(img/nav.jpg) no-repeat -411px -144px;
		cursor: default;
	}
	.nav-print, .nav-print-click {
		position: absolute;
		top: 0;
		left: 411px;
		width: 80px;
		height: 47px;
		background: url(img/nav.jpg) no-repeat -411px -48px;
	}
	.nav-print-click {
		background: url(img/nav.jpg) no-repeat -411px -96px;
	}


	
	.nav .contact a:link, .nav .contact a:visited {
		left: 865px;
		width: 115px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(img/nav.jpg) no-repeat -865px -48px;
	}
	.nav .contact a:active {
		background: url(img/nav.jpg) no-repeat -865px -96px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(img/nav.jpg) no-repeat -865px -144px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 865px;
		width: 115px;
		height: 47px;
		background: url(img/nav.jpg) no-repeat -865px -48px;
	}
	.nav-contact-click {
		background: url(img/nav.jpg) no-repeat -865px -96px;
	}