﻿* {
	margin-left: 10;
	padding: 0;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B985F;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

blockquote {
	background: url('img05.gif') no-repeat 1em 0;
	font-style: italic; padding-left:3em; padding-right:3em; padding-top:0; padding-bottom:0
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

/* Title */
#title {
	width: 400px;
	height: 75px;
	left:250px;
	top:-110;
	align:center;
	text-align:center;
	background: transparent;
	z-index:2
	}
#title h1 {
	margin: 0;
	padding: 10px 0 0 50px;
	letter-spacing: 2px;
	position: relative; 
	top: 85px;
	left: 200px;
	font: bold 15px Arial, Helvetica, sans-serif;

}
#title h1 a {
	color: #FF0000;
}
#title h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	position: relative; 
	top: 95px;
	left: -100px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#title h2 a {
	color: #00ffff;
}

#fetish h1 {
	margin: 0;
	padding: 10px 0 0 50px;
	letter-spacing: 2px;
	position: relative; 
	top: -500px;
	left: 270px;
	color: #FF0000;
	font: bold 15px Arial, Helvetica, sans-serif;

}

/* Header */

#header {
	width: 800px;
	height: 140px;
	align:center;
	background: #000000 url('tabootalkers.jpg');
	z-index:1

	}


#title a {
	text-decoration: none;
}
/*container */

#container {
	width: 800px;
	height: 768px;
	margin: 0 auto;
	padding: 0 0px 10px 0px;
	z-index:1
	}

#picture {
	width: 230px;
	height: 244px;
	padding-left: 1px;
	background: url('steph.jpg');
	position: relative; 
	top: -20px;
	margin-left:-40px;
	z-index:-1


}

.img{
margin: 5 px;

}
#box p {
	margin: 0;
	padding: 10px 0 0 10px;
	letter-spacing:1px;
	position: relative; 
	text-align:left;
	top:40px;
	left: 200px;
	width:700px;
	font: bold 24px Script MT Bold, Helvetica, sans-serif;

}
#box1 {
	margin: 0;
	padding: 10px 0 0 50px;
	letter-spacing:1px;
	position: relative; 
	top:10px;
	left: 200px;
	width:250px;
	font: bold 24px Script MT Bold, Helvetica, sans-serif;

}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
	position: relative; 
	top: -500px;
	left: 150px;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 686px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: red; /*text color*/
padding: 5px 5px;
width: 87px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: red;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: red !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2.gif) center center repeat-x;
}