html, body {
	background-color: #000000;
	/*background-image: url(../images/main_bg.gif);*/
	padding: 0px;
	padding-top: 15px;
	margin:0px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
}

a{
	color: #ffffff;
	text-decoration: underline;	
}

.homeLinks{
}
	
.homeLinks a.homeLink, a.homeLink:visited{
	color: #ffffff;
	 font-weight: bold;
	 font-size:24px;
	 font-family:'Viner Hand ITC';
	 text-decoration: none;	
}

.homeLinks a.homeLink:hover{
	text-decoration: underline;	
}

h3{
	font-size: 50px;
	font-weight: bold;
}

table.artistTable{
	
	
}

table.artistTable td{
	
	vertical-align: top;
	padding: 5px;
}

img.stylistThumb{
	top: 2px;
	left: 2px;
}

address{
	font-size: 20px;
	font-weight: bold;	
}

table#mainTable{
	width: 100%;
}

table#mainTable tr.topStripe{
	/*background-image:url(../images/strip_vert_bg.gif);*/
	background-color: #111111;
	height: 205px;
}

div#contentWrapper{
	position:relative;
	bottom:190px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}

div#copyright{
	font-size: 11px;
	font-family: Arial, san-serif;
	color: #eeeeee;
	margin-top: 15px;
	margin-bottom:20px;
	/*margin-top: 250px;*/
}

div#footerLinks{
	font-size: 10px;
	font-family: Arial, san-serif;
	color: #eeeeee;	
	margin-top: 150px;	
}
div#footerLinks a{
	font-size: 12px;
	font-family: Arial, san-serif;
	color: #eeeeee;
	text-decoration: underline;	
}
div#footerLinks a:hover{
	font-family: Arial, san-serif;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;	
}
div#headerLinks{
	font-size: 12px;
	font-family: Arial, san-serif;
	color: #eeeeee;	
	width:98%;
	text-align:right;
	padding-bottom: 5px;
}
div#headerLinks a{
	font-family: Arial, san-serif;
	color: #eeeeee;
	text-decoration: underline;	
	margin-right: 10px;
}
div#headerLinks a:hover{
	font-family: Arial, san-serif;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;	
}
div#pictures{
	margin-top: 25px;
	display: block;
	clear: both;
	vertical-align:top;
}

div.bioFilm{
	left:30px;
	top: -50px;
	display:inline;
	position:absolute;
	width:156px;
	height:700px;
	background-color:#ffffff;
	background-image:url(../images/savanah-pic-s66-small.png);
	background-repeat:repeat-y;	
}

div.bioPhoto{
	left:30px;
	top: -50px;
	display:inline;
	position:absolute;
	width:334px;
	height:450px;
	background-color:#ffffff;
	background-image:url(../images/1.jpg);
	background-repeat:no-repeat;	
}
