BODY {
	background-color: #000;
	color: #999;
	font: normal 15px/18px arial, helvetica, sans-serif; 
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
A {
	color: #633;
	text-decoration: none;
	}
	
A:link {
	color: #633;
	text-decoration: none;
	}
	
A:hover {
	color: #600;
	text-decoration: none;
	}
	
H1 {
	font: normal 36px/36px;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	}

H3 {
	font: normal 23px/23px;
	padding: 0px;
	margin: 15px 0px;
	text-transform: uppercase;
	text-align: center;
	color: #ccc;
	letter-spacing: .1em;
	font-weight: normal;
	}
	
H4 {
	font: normal 16px/16px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	}
	
H5 {
	font-size 17px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	}
	
P {
	padding: 0px;
	margin: 10px 0px;
	}

	
#splash {
    text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
	
#splashContent {
	margin-left: -370px;
	position: absolute;
	top: -210px;
	left: 50%;
	width: 740px;
	visibility: visible;
	
	}
	
#flashcontent {
	position: relative;
	z-index: 100;
	}
	
#header {
	padding-bottom: 0px;
	padding-left: 30px;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	}
	
#nav {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	}
	
#nav IMG {
	padding: 0px 10px;
	}
	
#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	}
	
#leftcol {
	width: 540px;
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	}
	
#leftcol IMG {
	margin-right: 10px;
	}
	
#rightcol {
	width: 350px;
	float: left;
	}
	
.thmb {
	width: 125px;
	float: left;
	margin-bottom: 10px;
	}
	
.title {
	border-bottom: solid 1px #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
#homeContent {
	width: 683px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	z-index: 100;
	}
	
#bambooBkgrd {
	width: 659px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/interface/bambooTile.gif);
	border: solid 1px #000;
	}
	
#page {
	background-color: #fff;
	color: #333;
	text-align: center;
	margin: 20px 39px;
	padding: 40px 50px;
	}
#page P {
	margin: 10px 63px;
	}
	
#page IMG {
	padding-bottom: 10px;
	}
	
#pageContent {
	width: 481px; 
	border-top: solid 1px #333; 
	margin-top: 10px;
	border-bottom: solid 1px #333;
	padding: 10px 0px;
	color: #333;
	}
	
#pageContent P {
	margin-top: 0px;
	}
	
#TattooLinks {
	width: 180px; 
	margin: 0px 15px 0px 53px;
	float: left;
	}
	
#OtherSites {
	width: 180px; 
	margin: 0px 53px 0px 0px;
	float: left; 
	}
	
.announcement {
	color: #600;
	}
	
#galleryHeader {
	padding: 20px 0px 10px 0px;
	}
	
#galleryThmbs {
	margin: 10px 0px 0px 75px;
	position: relative;
	z-index: 7;
	}
	
#galleryThmbs IMG {
	margin-right: 10px;
	}
	
#galleryIndex {
	text-align: center;
	margin-left: 197px;
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	z-index: 5;
	}
	
#rightcol #galleryIndex {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	width: 125px;
	float: right;
	}
	
.galleryLink {
	width: 125px;
	margin: 25px;
	float: left;
	}
	
#rightcol #galleryIndex .galleryLink {
	margin: 0px;
	}
	
#copyright {
	margin: 20px 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}
	
	
/* form alerts */

#alertSize, #alertExtension, #alertFail, #alertSuccess {
	display: none;
	color: #633;
	font-weight: bold;
	font-family: verdana, sans-serif;
	}
	

