@charset "utf-8";
/* CSS Document */

body	{
		background: #e1cba2 url(../images/main/bg.jpg) no-repeat top center;
		font: 14px Georgia, "Times New Roman", Times, serif;
		}
#bg	{
		margin: 0;
		}
#container	{
		width: 995px;
		height: 1000px;
		margin: 15px auto;
		}
#header	{
		}
#nav	{
		width: 995px;
		height: 27px;
		border-top: 1px solid #341405;
		border-bottom: 1px solid #341405;
		}
#content	{
		margin: 15px 0;
		}
#footer	{
		clear: both;
		padding: 30px 0 0;
		}

#home-left	{
		width: 208px;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #341405;
		float: left;
		}
#home-right	{
		width: 762px;
		float: left;
		}
.home-left2	{
		width: 454px;
		float: left;
		padding-right: 3px;
		margin-right: 4px;
		border-right: 1px solid #341405;
		}
.home-right2	{
		width: 300px;
		float: left;
		}
#cont-left	{
		width: 669px;
		float: left;
		}
#cont-right	{
		width: 305px;
		float: left;
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #341405;
		}

/* Nav */
.home a, .biography a, .quotes a, .filmography a, .gallery a, .timeline a, .video a, .highlights a, .press a, .contact a	{
		display:block;
		float: left;
		height: 19px;
		padding: 0;
		margin: 4px 22px 4px 0;
		}
.firstnav a	{
		margin: 4px 33px 4px 2px;
		}
.lastnav a	{
		margin: 4px 0 4px 0;
		}
.home a	{
		background: url(../images/main/nav/home.gif) 0 0 no-repeat;
		width: 50px;
		}
.biography a	{
		background: url(../images/main/nav/bio.gif) 0 0 no-repeat;
		width: 94px;
		}
.quotes a	{
		background: url(../images/main/nav/quotes.gif) 0 0 no-repeat;
		width: 67px;
		}
.filmography a	{
		background: url(../images/main/nav/filmography.gif) 0 0 no-repeat;
		width: 118px;
		}
.gallery a	{
		background: url(../images/main/nav/gallery.gif) 0 0 no-repeat;
		width: 72px;
		}
.timeline a	{
		background: url(../images/main/nav/timeline.gif) 0 0 no-repeat;
		width: 76px;
		}
.video a	{
		background: url(../images/main/nav/video.gif) 0 0 no-repeat;
		width: 51px;
		}
.highlights a	{
		background: url(../images/main/nav/highlights.gif) 0 0 no-repeat;
		width: 100px;
		}
.press a	{
		background: url(../images/main/nav/press.gif) 0 0 no-repeat;
		width: 45px;
		}
.contact a	{
		background: url(../images/main/nav/contact.gif) 0 0 no-repeat;
		width: 107px;
		}
.roll a:hover { 
		background-position: 0 -19px;
		}

/* Classes */
h1	{
		font-size: 20px;
		margin: 0 0 10px 0;
		}
h2	{
		font-size: 14px;
		margin: 5px 0;
		}
h3	{
		}
p	{
		margin: 10px 0;
		}
.text-center	{
		text-align: center;
		}
.float-left	{
		position: relative;
		float: left;
		margin: 0 10px 10px 0;
		}
.float-right	{
		position: relative;
		float: right;
		margin: 0 0 10px 10px;
		}
.text-right	{
		text-align: right;
		}
.horiz-line	{
		width: 100%;
		height: 1px;
		background-color: #341405;
		margin: 8px 0;
		clear: both;
		}
.copy	{
		text-align: center;
		font-size: 11px;
		}
.block	{
		margin-left: 45px;
		font-style: italic;
		}
.picspace	{
		margin-left: 15px;
		}
.flashdivcenter	{
		width: 550px;
		margin: -50px auto -75px;
		}
.press	{
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		}
.press h2	{
		font-size: 20px;
		}
		
/* Links */
a	{
		color: #341405;
		}
a:hover	{
		color: #67341d;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}


