/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #777777;
	background-color: #000;
}

p, h1, h3 {
	font-family: "Georgia", "Palatino", "Palatino Linotype", serif;
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}

.hider {
display:block;
visibility:hidden;
}

/* links
----------------------------------------------- */

a, a:link, a:visited {
	color: #777;
	text-decoration: none;
	border: none;
}

a:hover, a:focus
{
	color: blue;
	text-decoration: none;
	border: none;
}
a img {
	border: none;
}

/* layout
----------------------------------------------- */

#container {
	margin: 10px auto;
	padding: 10px;
	width: 900px;
	height: 600px;
	background-color: #000;
	border:0px;
}

#head {
	text-align: center;
}

#name_dark {
height:54px;
width:386px;
margin-top:15px;
margin-bottom: 9px;
border:0;
padding:0;
}

#jesse_t a{
display:block;
height:54px;
width:386px;
margin-left:258px;
background:url(/images/21.gif) no-repeat;
overflow:hidden;
}

#name_dark a, a:link, a:visited {
background-postion:0px 0px;
}

#name_dark a:hover, a:focus {
background-position:0px -54px;
}
		
#menu {
height:18px;
width:386px;
margin-bottom:20px;
margin-left:258px;
border:0;
padding:0;
}

#movies_t a {
display:block;
float:left;
height:18px;
width:56px;
background:url(/images/15.gif) no-repeat;
overflow:hidden;
margin:0;
border:0;
padding:0;
}
		
#commercials_t a {
display:block;
float:left;
height:18px;
width:102px;
background:url(/images/16.gif) 0px 0px no-repeat;
overflow:hidden;
margin:0;
border:0;
padding:0;
}

#videos_t a {
display:block;
float:left;
height:18px;
width:53px;
background:url(/images/17.gif) 0px 0px no-repeat;
overflow:hidden;
margin:0;
border:0;
padding:0;
}

#bio_t a {
display:block;
float:left;
height:18px;
width:25px;
background:url(/images/18.gif) 0px 0px no-repeat;
overflow:hidden;
margin:0;
border:0;
padding:0;
}


#contact_t a {
display:block;
float:left;
height:18px;
width:62px;
background:url(/images/19.gif) 0px 0px no-repeat;
overflow:hidden;
margin:0;
border:0;
padding:0;
}

#dash_t {
display:block;
float:left;
height:18px;
width:22px;
background:url(/images/20.gif)
}
		
#menu a, a:link, a:visited {
background-postion:0px 0px;
}

#menu a:hover, a:focus {
background-position:0px -18px;
}

#video_lg {
	display:block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#video_lg p {
	text-align: center;
}

#video_sm {
	display:block;
	float:left;
	width:225px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#video_sm p {
	text-align: center;
}

#video_sm img {
	height: 150px;
	width: 200px;
}

#video_sm a, a:link, a:visited {
	text-decoration: none;
}

#video_sm a:hover, a:focus {
	text-decoration: underline;
}

#three_row {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.an7_mov {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 910px;
w\idth: 900px;
}

/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

.blockspace {
	display:block;
	height: 150px;
	width: 200px;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {

	font-size: 0.8em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}