/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000;
	text-align:center;
	
   }

#VerticalCenterTable
{
	position:fixed;
	height: 600px;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}

.Star {
	background-image: url(Star.gif);
	text-align: left;
	background-color: #000;
}

table.gbookMenu {
	BORDER-TOP: #B8CFE7 1px solid;
}
.XYAKHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF3;
	letter-spacing:0.2em;
	line-height: 30px;
}

.XYAKLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0;
}

.XYAKtagline 	{
	font:11px Arial, Helvetica, sans-serif;
	color: #F00;
	letter-spacing:0.4em;
	line-height:11px;
	}
	
.XYAKbodyText {
	font:14px Arial, Helvetica, sans-serif;
	color:#CCC;
	line-height:20px;
	margin-top:0px;
	}
	
.XYAKSmalltext {
	font:bold 10px Arial, Helvetica, sans-serif;
	line-height:22px;
	color: #CCC;
	}

a:link {
	color: #FF0;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FF0;
}
