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



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Nosfer;
	font-size: 100%;
	background-image: url(http://www.vintageinktattoos.com/images/1-silk-blue-background.jpg);
}
.oneColLiqCtr #container {
	width: 800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(http://www.vintageinktattoos.com/images/galleryFrame.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Nosfer;
	font-weight: bold;
	top: 10%;
	position: relative;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 850px;
	background-repeat: no-repeat;
	}
.oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtr #ctrContent {
	position: absolute;
	width: 750px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 63px;
	top: -3px;
	left: 2px;
	z-index: 1001;
}	

ul.img li {
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 39px;
	list-style: none;
	width: 125px;
	float: left;
	z-index: 1001;
	}
ul.nav li {
	text-align: right;
	list-style-type: none;
	list-style-position:outside;
	margin-top: 2px;
	vertical-align: top;
	top: 1px;
	text-decoration: none;
	font-style: oblique;
}
.oneColLiqCtr #menuContent {
	position: absolute;
	margin-top: 690px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 115px;
	z-index: 500;
}
.oneColLiqCtr #addressBar {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 800px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
body,td,th {
	color: #F00;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

