body {
		background: #fff url(../images/body_bg.jpg) repeat 50% top;
		margin:0;
		padding:0;
		font-family: "Arial", Verdana, sans-serif;
		color: #000;
		text-align:center;
		font-size: small;
}
		
		
* {
	margin:0;
	padding:0;
}

a img {
	border: none;
}    
		
		
h3,h4,h5,h6 {
	margin-bottom: .75em;
}

p,ul,dl,ol {
	margin-bottom: 1em;
	line-height: 1.5em;
} 
			
a:link	{
	color:#99cccc;
	text-decoration:none;
}

a:visited {
	color:#99cccc;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

a:active {
	color:#99cccc;
	text-decoration:none;
}	
	


/* page structure
---------------------------------------------------------- */
		
#wrapper {
	width:770px;
	text-align:left;
	margin:0 auto;
	font-size: 95%;
	position: relative;
	overflow: hidden;
}
					
/* header
---------------------------------------------------------- */

#header {
	background: transparent url(../images/header_bg.gif) no-repeat 170px 28px;
	width: 770px;
	height: 230px;
	margin-bottom: 18px;
}
		
		
#header h1 {
	display: none;
}
			
#header h2 {
	display: none;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: left;
	color: #069;
	border-bottom: 1px #069 solid;
	position: relative;
}
		



/* content
---------------------------------------------------------- */

#content {
	width: 384px;
	position: relative;
	top: 45px;
	left: 360px;
	margin-bottom: 80px;
}			
	
.gutter {
	padding: 0;
}



/* nav
---------------------------------------------------------- */

#nav {
	width:770px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 173px;
}
		
#nav li a {
	overflow: hidden;
	height:0px !important;
	height /**/: 21px;
	padding-top: 21px;
	margin-right: 4px;
	margin-bottom: 10px;
	float: left;
}

#nav li.about a		{ background: transparent url(../images/nav_about.gif) no-repeat; width: 118px; }
#nav li.bio a		{ background: transparent url(../images/nav_bio.gif) no-repeat; width: 102px; }
#nav li.photos a	{ background: transparent url(../images/nav_photos.gif) no-repeat; width: 68px; }
#nav li.times a		{ background: transparent url(../images/nav_times.gif) no-repeat; width: 125px; }

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
    height: 21px;
	display: block;
}

#nav li a:link {
    text-decoration:none;
}
		
#nav li a:visited {
    text-decoration:none;
}

#nav li a:hover {
    text-decoration:none;
    background-position: 0 -21px;
}
		
#nav li a:active {
    text-decoration:none;
}



/* footer
---------------------------------------------------------- */

#footer {
	clear: both;
	width: 710px;
	margin: 0 auto 50px auto;	
}

#footer p {
	overflow: hidden;
	width: 133px;
	height:0px !important;
	height /**/: 38px;
	padding-top: 38px;
	background: transparent url(../images/dsc_films_logo.gif) no-repeat left top;
	float: right;
}




/* extra styles
---------------------------------------------------------- */

#content img.headshot  {
	padding: 4px;
	background: #eee;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#content ul li {
    list-style: none;
}

#content ul {
    margin-bottom: 2em;
}



/* specific pages
---------------------------------------------------------- */

body.home #content {
	height: 250px;
}


/* photos
------------------------ */
body.photos #content ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

body.photos #content ul.gallery li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}

body.photos #content ul.gallery li img {
	padding: 4px;
	background: #eee;
	border: none;
}
