/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
    text-align: center;
    color: White;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #666;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	

#container 
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	width: 770px;
}
#header 
{
	width: 770px;
}
#nav
{
	text-align: right;
	height: 50px;
}
#artists
{
	padding-top: 18px;
	text-align: left;
	float: left;
	width: 650px;
	height: 50px;
	vertical-align: middle;
	font-weight: bold;
	color: #F5D63A;	
}
#mainBtn
{
	float: left;
	width: 120px;
}
.piercing
{
	font-family: Wingdings;
	padding-top: 18px;
	text-align: left;
	float: left;
	width: 300px;
	height: 50px;
	vertical-align: middle;
	font-weight: bold;
	color: #F5D63A;	
}
#content
{
	position: absolute;
	width: 770px;
}
#btncontainer 
{
	position: absolute;
	float: left;
	text-align: left;
	padding-top: 10px;
}
#displayPage
{
	display: none;
	text-align: center;
	padding-top: 10px;
	width: 500px;
}
table.galleryLand
{
		margin: 0 auto;
}
table.galleryPort
{
		margin: 0 auto;
}
#displayPage img 
{
	border: 1px solid #eee;
}
#tattooMachine
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
#tattooMachine img
{
	border: 0px;
}
#picLens
{
	padding-top: 20px;
}
#picLens img
{
	border: 0px;
}
#btn a:link
{
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
#btn a:visited
{
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
#btn a:active
{
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
#btn a:hover
{
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
#loadingpic
{
	color: White;
	text-align: center;
	width: 570px;
}
#btn img
{
	border: 0;
}
.btntext
{
	padding-top: 6px;
	font-weight: bold;
	FONT-SIZE: .8em;
	color: #F5D63A;
	text-decoration: none;
	width: 120px;
	cursor: hand;
}
.topBtnText 
{
	padding-top: 6px;
	font-weight: bold;
	color: #F5D63A;
	text-decoration: underline;
}
#footer
{
	font-size: 9px;
	color: #333;
	text-align: right;
}
#footer a:link
{
	color: #333;
	text-decoration: underline;
}
#footer a:visited
{
	color: #333;
	text-decoration: underline;
}
#footer a:active
{
	color: #333;
	text-decoration: underline;
}
#footer a:hover
{
	color: #333;
	text-decoration: underline;
}
.noBorder
{
	border: none !important;
}
fieldset
{
	border-top: 1px solid #333;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
legend
{
	font-size: 10px;
	color: #F5D63A;	
}

#icons
{
    float: right;
}

#icons img
{
    padding-right: 10px;
    border: none;
    cursor: hand;
}
