/* Global */

body {
	background-color:#000;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size:13px;
	color: #360F01;
	text-align: center;
	padding: 0px;
	margin:0px;
}

#homepage {
	text-align: center;
	width: 700px;
	height: 400px;
	margin: 40px auto 10px;;
	background-position: top center;
	background-repeat:no-repeat;
	background-image: url('/images/background.jpg');
	border:1px solid #ccc;
}

#page {
	text-align: center;
	width: 700px;
	margin: 40px auto 10px;;
	background-color:#af6c28;
	background-position: top center;
	background-repeat:no-repeat;
	background-image: url('/images/background.jpg');
	border:1px solid #ccc;
}

#footer {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
}

a {color: #000; text-decoration:none;}
a:hover { color: #900300; text-decoration: underline;}

#footer a {color: #666; text-decoration:none;}
#footer a:hover { color: #999; text-decoration: underline;}


/* Homepage */

div#homepage h1 {
	width: 554px;
	height: 200px;
	background-image: url('/images/tribesmen-home.gif');
	background-position: center;
	background-repeat:no-repeat;
	padding:0px; margin:0px auto;
	display:block;
}

div#homepage h1 span {display: none;}

div#homepage h2.enter a {
	width: 250px;
	height: 40px;
	background-image: url('/images/clicktoenter.gif');
	background-position: center;
	background-repeat:no-repeat;
	padding:0px; margin:70px auto;
	display:block;
}

div#homepage h2.enter a span {display:none}

/* Page */


div#page h1 {
	width: 554px;
	height: 200px;
	background-image: url('/images/tribesmen-page.gif');
	background-position: center;
	background-repeat:no-repeat;
	padding:0px; margin:0px auto;
	display:block;
}

div#page h1 span {display: none;}

div#column {
	width: 50%;
	float:left;
}

div#biocol {
	text-align: left;
	margin: 20px;
}

div#page h2 {
	width: 250px;
	height: 50px;
	background-position: center;
	background-repeat:no-repeat;
	padding:0px; margin:0px auto;
	display:block;
}
div#page h2 span {display:none;}
div#page h2.video {background-image: url('/images/videofiles.gif');}
div#page h2.contact {background-image: url('/images/contact.gif');}
h2.biography, a.biography {
	width: 250px;
	height: 50px;
	background-position: center;
	background-repeat:no-repeat;
	padding:0px; margin:0px auto;
	display:block;
	background-image: url('/images/biography.gif'); 
}

div#page h2.filmography {
	margin: 0px; 
	height: 50px;
	background-image: url('/images/filmography.gif'); 
	background-position:left;
}

h3 { font-size:18px; }

