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

html, body	{
		height: 100%;
		}
body	{
		font: 12px Arial, Helvetica, sans-serif;
		color: #f7f3d0;
		background: url(../images/texture.gif) repeat;
		}
#wrapper	{
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width: 1010px;
		margin: auto;
		background: url(../images/palm.png) no-repeat bottom left;
		}
#container	{
		width: 920px;
		margin: auto;
		}
#header	{
		padding-top: 10px;
		}
#nav	{
		height: 25px;
		}
#banner	{
		background: url(../images/banner.jpg) no-repeat;
		width: 920px;
		height: 250px;
		}
#content	{
		background: url(../images/green_tile.png) repeat;
		padding: 15px;
		margin: 10px auto;
		min-height: 275px;
		}
#contenthome	{
		background: none;
		padding: 0 0 15px 0;
		margin: auto;
		}
#adsense	{
		background: #f7f3d0;
		width: 728px;
		height: 90px;
		border: 2px solid #b4b767;
		margin: auto;
		}
#footer	{
		text-align: center;
		color: #44706d;
		}

/* Rollovers */
.home a, .biography a, .gallery a, .filmography a, .quotes a, .appearances a, .shopping a, .business a	{
		display:block;
		float: left;
		width: 114px;
		height: 25px;
		padding:0;
		font: bold 13px sans-serif;;
		color:#333;
		text-decoration: none;	
		margin-left: 1px;
		}
.left a	{
		margin-left: 0;
		}
.home a	{
		background: url(../images/nav/home.gif) 0 0 no-repeat;
		}
.biography a	{
		background: url(../images/nav/biography.gif) 0 0 no-repeat;
		}
.gallery a	{
		background: url(../images/nav/gallery.gif) 0 0 no-repeat;
		}
.filmography a	{
		background: url(../images/nav/filmography.gif) 0 0 no-repeat;
		}
.quotes a	{
		background: url(../images/nav/quotes.gif) 0 0 no-repeat;
		}
.appearances a	{
		background: url(../images/nav/appearances.gif) 0 0 no-repeat;
		}
.shopping a	{
		background: url(../images/nav/shopping.gif) 0 0 no-repeat;
		}
.business a	{
		background: url(../images/nav/business.gif) 0 0 no-repeat;
		width: 115px !important;
		}
.roll a:hover { 
		background-position: 0 -25px;
		}
		
/* Classes */
h1	{
		font-size: 16px;
		margin-bottom: -12px;
		}
h2	{
		font-size: 14px;
		font-weight: bold;
		padding-left: 5px;
		}
p	{
		padding: 0 5px 5px 5px;
		}
.floatleft	{
		float: left;
		padding: 0 15px 15px 0;
		}
.gallerypics	{
		margin: auto;
		}
.gallerypics img	{
		border: none;
		}
.vtop	{
		vertical-align: text-top;
		}
.text-center	{
		text-align: center;
		}
.filmleft	{
		float: left;
		width: 50px;
		}
.filmright	{
		float: right;
		width: 600px;
		}
.filmleft ul	{
		list-style: none;
		padding: 13px 0 0 0;
		margin: 0;
		}
.filmleft li	{
		padding-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		}
.filmtitle	{
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
		}
		
/* Links */
a	{
		color: #44706d;
		}
a:hover	{
		color: #669d99;
		}
h1 a	{
		text-decoration: none;
		}
		
/* 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;
		}

