body 
{
	background: #01172e;
	/*background-image: url(images/brush.gif);
	background-repeat: repeat-y-x;*/
	margin: 0px;
	padding: 0px;
	font-family: "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}


img
{
	display: block;
	border: 0;
}

.linkpages /* pushes  page links over to the right - 
keeping it relative pushes floater on bottom*/
{
	position: absolute;
	display: inline;
	background-color: #363636;
	color: #fff;
	height: 20px;
	margin: 700px auto auto 448px;
	width: 300px;
	z-index: 5;
}
#left
{
	position: absolute;
	background: none;
	height: 20px;
	margin: 700px auto auto 428px;
	z-index: 7;
}
#right
{
	position: absolute;
	background: none;
	height: 20px;
	margin: 700px auto auto 748px;
	z-index: 9;
}


#signer
{
	position: absolute;
	z-index: 1;
}


#geo    /* pushes the first page button over to the right*/
{
	position: absolute;
	margin: 250px auto auto 550px;
	z-index: 2;
}


#tnash  /* pushes the first page button over to the right*/
{
	position: absolute;
	margin: 450px auto auto 550px;
	z-index: 3;

}

.text
{
	width: 170px;
	height: 30px;
}


#footer
{
	position: absolute;
	background-color: #555555;
	color: #fff;
	font-family: helvetica, verdana, sans-serif;
	border-top: 5px solid #363636;
	width: 760px;
	height: 35px;
	padding: 4px;
	z-index: 4;
	top: 719px;
}
#footer p
{
	font-size: 10px;
	color: #fff;
	text-align: right;
	background-color: #555555;
	margin: 2px 5px 2px 520px;
}
#footer img
{
	display: block;
	float: left;
	border: 0;
}


#footer a:link {
background: #363636;
color:#fff;}
#footer a:visited {
background: #363636;
color:#fff;}
#footer a:hover {
background: #363636;
color:#fff;}
#footer a:active {
background: #363636;
color:#fff;}

a:link {color:#fff;
background: transparent;}
a:visited {color: #fff;
background: transparent;}
a:hover {
color: #fff;
background: transparent;
text-decoration: underline;
}
a:active {color: #fff;
background: transparent;}

li, a {font-family: verdana, sans-serif;
font-size: 10px;}

a {font-family: verdana, sans-serif;
font-size: 12px;
text-decoration:none;
color:#fff;
}


