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

/* ULTIMATE TATTOO DESIGNS CSS FILE */

body {
	margin: 					0px;
	padding: 					0px;
	height:						100%;
	font-size:					62.5%;
	line-height:				1.125em;
	background:					#4a4c46;
	font: 						normal "Lucida Sans Unicode", sans-serif;
}
a {
	color:						#d4ff95;
	text-decoration:			underline;
}
a.top {
	text-decoration:			underline;
}
a.sub {
	text-decoration:			none;
}
a:hover {
	color:						#000;
	text-decoration:			none;
}
img {
	border:						0;
	float:						left;
}
h1 {
	font: 						1.8em "Lucida Sans Unicode", sans-serif;
	color:						#d4ff95;
	text-decoration:			none;
	padding-top:				6px;
	margin:						0;
}


/*PAGINATION STYLE*/
#tnt_pagination {
	display:block;
	text-align:left;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #999;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #333;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#999;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
/***********************/
/***HEADER CONTAINER********************/
div.rel_kwords {
	float:						none;
	width: 						947px; /*The width of our layout*/
	height:						30px;
	margin-left: 				auto;
	margin-right: 				auto;
	position:					relative;
	/*Margin left and right set to auto center's our layout*/
}
div.header {
	float:						none;
	width: 						947px; /*The width of our layout*/
	height:						150px;
	margin-left: 				auto;
	margin-right: 				auto;
	position:					relative;
	background:					#4a4c46 url(/images/layout/utd-head.jpg) top repeat-x;
	/*Margin left and right set to auto center's our layout*/
}
div.header div.dragon {
	position:					absolute;
	top:						-25px;
	left:						729px;
	width:						221px;
	height:						220px;
	z-index:					100;
}
/*************************************/
div.googletoplinks {
	height:						15px;
	width:						947px;
	float:						none;
	margin-left: 				auto;
	margin-right: 				auto;
	position:					relative;
}
/***MAIN CONTAINER********************/
div.mainContainer {
	float:						none;
	width: 						947px; /*The width of our layout*/
	margin-left: 				auto;
	margin-right: 				auto;
	margin-top:					10px;
	position:					relative;
	min-height:					1200px;
	/*Margin left and right set to auto center's our layout*/
}
/************************************/
/*LEFT MAIN*************************/
div.lnav {
	float:						left;
	width:						170px;
	margin-right:				10px;
	position:					relative;
}
div.lnav div.lNavTop {
	float:						left;
	width:						170px;
	height:						33px;
	background:					url(/images/layout/utd-left-nav-top.jpg) top left no-repeat;
}
	div.lNavTop h1 {
		font: 					1.6em "Lucida Sans Unicode", sans-serif;
		padding: 				5px 0 0 20px;
	}
div.lnav div.lNavMid {
	float:						left;
	width:						168px;
	border:						1px solid #6a7f4b;
}
div.lnav div.lNavBot {
	float:						left;
	width:						170px;
	height:						25px;
	background:					url(/images/layout/utd-left-nav-bot.jpg) top left no-repeat;
}
/*************************************/

/***MAIN CONTAINER********************/
div.midContainer {
	float:						left;
	width: 						550px; /*The width of our layout*/
	margin-top:					3px;
}
div.midContainer div.midTitles {
	float:						left;
	width: 						558px; /*The width of our layout*/
	border:						1px solid #6a7f4b;
	height:						33px;
	padding-left: 				26px;
	background:					url(/images/layout/titles-left-bg.gif) left top no-repeat;
}
div.midContainer div.midContent {
	float:						left;
	width: 						558px; /*The width of our layout*/
	border-right:				1px solid #6a7f4b;
	border-bottom:				1px solid #6a7f4b;
	border-left:				1px solid #6a7f4b;
	padding: 					13px;
	font: 						1.2em "Lucida Sans Unicode", sans-serif;
	color:						#d4ff95;
}
/*************************************/

/*LEFT MAIN*************************/
div.rnav {
	vertical-align:text-top;
	float:						right;
	width:						170px;
	margin-left:				10px;
	position:					relative;
	height:100%;
}
div.rnav div.rNavTop {
	float:						left;
	width:						170px;
	height:						25px;
	background:					url(/images/layout/utd-right-nav-top.jpg) top left no-repeat;
}
div.rnav div.rNavMid {
	float:						left;
	width:						168px;
	border-right:				1px solid #6a7f4b;
	border-left:				1px solid #6a7f4b;
}
div.rnav div.rNavBot {
	float:						left;
	width:						170px;
	height:						25px;
	background:					url(/images/layout/utd-right-nav-bot.jpg) bottom left no-repeat;
}
/*************************************/
