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

BODY {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

#main {
	width: 100%;
}

#container {
	position: relative;
	text-align: left;
	width: 100%;
	height: 1200px;
	
	background-color: #000;
	background-image: url('mystictribalbanner.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 10;
}


#mystic-container {
	position: relative;
	top: 270px;
	left: -90px;
	height: 195px;
	background-image: url('mystic-blob.jpg');
	background-repeat: no-repeat;
	width: 600px;
	z-index:4;
}

#tribal-container {
	position: relative;
	top: 270px;
	left: 0px;
	background-image: url('tribal-blob.jpg');
	background-position: left;
	background-repeat: no-repeat;
	width: 600px;
	height: 195px;
}

#mystic {
	position: relative;
	top: 0px;
	left: 220px;
	font-size: .8em;
}

#mystic-page {
	position: relative;
	top: 270px;
	left: 0px;
	height: 195px;
	width: 900px;
	z-index:4;
}

#tattoo-page {
	position: relative;
	top: 270px;
	left: 0px;
	height: 195px;
	width: 900px;
	z-index:4;
}

#tribal {
	position: relative;
	top: 5px;
	left: 320px;
	font-size: .8em;
}

A {
	text-decoration: none;
	color: #E0E0E0;
}

TD {
	vertical-align: top;
}
.link-portfolio {
	color:#0033CC;
	text-decoration: underline;
}

.link-pages A{
	color: #FF9900;
	font-weight: bold;
}

UL {
	margin-top: 0px;
}