@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/images/body_bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	margin: 0 auto
	padding: 0;
}


#nav {
	position:absolute;
	left: 440px;
	top:278px;
	width:750px;
	height:31px;
	z-index:4;
	color: #FFFFFF;
}

#pageidentifier {
	position:absolute;
	left: 440px;
	top:313px;
	width:750px;
	height:34px;
	z-index:6;
}


#linx {
	position:absolute;
	left: 441px;
	top:381px;
	width:750px;
	height:485px;
	z-index:5;
}

#footer {
	position:absolute;
	margin: auto;
	top:829px;
	width:750px;
	height:28px;
	z-index:7;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	left: 441px;
}
a:link {
	color: #fff;
	
}
	a:visited {
	color: #fff;

}
	a:hover {
	color: #000;
	text-decoration: none;
}
	a:active {
	color: #000;
	text-decoration: none;
}
	body,td,th { font-size: 14px; 
}	
a.nav:link { color: #fff;  text-decoration: none;  
 }
 
a.nav:hover { color: white;
 }
