/* CSS Document */

body {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}
td {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
color: #D8CCBC;
}


h1,h2,h3 {
font-family: "Times New Roman", Times, serif;
color: #7B7D55;
}


.news {
color: #000;
}






/* LINKS STUFF */

A:link {
 	color: #494A42;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	

 }

A:visited {
 	color: #494A42;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
 }




A:hover {
 	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	

 }



A.nav:link {
 	color: #D8CCBC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;

	text-decoration: none;
	padding-right: 10px;

 }
A.nav:visited { color: #D8CCBC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	
	text-decoration: none;
	padding-right: 10px;
}
A.nav:hover {
color: #7B7D55;
font-weight:bold;}




A.footer:link {
 	color: #494A42;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

A.footer:visited {
 	color: #494A42;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
 }




A.footer:hover {
 	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	

 }
















.standout {
font-weight: bold;
}


input {
	padding-bottom: 3px;
}






/* ADDED FOR CSS THUMBS GALLERY */


#tattoos {
	width: 100%;
	height: auto;
}



#thumbsClicktosee {
	position: relative;
	left: 175px;
	top: 0px;
	width: auto;
	visibility: hidden;
}



.thumbsThumbnail {
	float: left;
	text-align:center;
	width: 130px;
	padding: 2px;
}


.thumbsThumbnail img {
	border: 1px solid #000;
}

#thumbsTopRow {
	position: relative;
	left: 5px;
	top: 10px;
	width: 750px;
	height: 130px;
	text-align: center;

}

#thumbsBottomRow {
	position: relative;
	left: 5px;
	top: 30px;
	width: 750px;
	height: 130px;
}



#thumbsNowViewingTop {
	
	position: relative;
	top: 20px;
	left: 0px;
	width: 300px;
}


#thumbsNavTop {
	position: relative;
	top: 20px;
	width: 200px;
	left: 500px;
}
#thumbsNavTop form {
	float: left;
}


#thumbsNowViewingBottom {
	position: relative;
	top: 40px;
	visibility: hidden;
}


#thumbsNavBottom {
	position: relative;
	top: 20px;
	visibility: hidden;
	
	
}
#thumbsNavBottom form {
	float: left;
}







//-->





