/* CSS Document */
body {
	background-color:#9e9e9e;
	font-family:"trebuchet ms", sans-serif;
	font-size:11px;
	color:#434343;
}
a:link {
	font-weight:bolder;
	color:#1e1e1e; 
	text-decoration:none;
}
a:active {
	font-weight:bold; 
	color:#989898; 
	text-decoration:none;

}
a:visited {
	font-weight: bold; 
	color:#000000; 
	text-decoration:none;

}
a:hover {
	font-weight:bolder; 
	color:#989898; 
	text-decoration:none;
}
#expander {
	background:#9e9e9e url('ebg.jpg') repeat-y top left;
	border:none;
	margin:0;	
	padding:0;
	width:750px;
	position:absolute;
	top:0px;
	left:0px;
}
#footer {
	background:#9e9e9e url('fbg.jpg') no-repeat top left;
	margin:0;	
	padding:0 0 20px 0;
	width:750px;
	height:70px;
	text-align:center;
	border:none;
}
#content {
	background: url('bg.jpg') no-repeat 35px 5px;
	border:none;
	padding:140px 27px 0 250px; 
}
.credit {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#434343;
	font-weight:bold;
}
.visited {
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#898787;
}
#signgbc {
	position:absolute;
	top:107px;
	left:361px;
	border:none;
	border:none;
}
#rtsc {
	position:absolute;
	top:107px;
	left:518px;
	border:none;
	border:none;
}
a#signgb {
    display: block;
    width: 157px;
    height: 34px;
    background-image: url(sgb.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#signgb:hover {
    background-position: 0 -34px;
}
a#rts {
    display: block;
    width: 149px;
    height: 34px;
    background-image: url(rts.jpg);
    background-position: 0 34;
    margin: 0 auto;
}
a#rts:hover {
    background-position: 0 -36px;
}
a .alt {
	display: none;
}
#bottom {
    display: block;
    height: 50px;
	visibility:hidden;
}