/* CSS Document */

#top {
background-color:#ffffff;
width:644px;
}

#ad{
width:0px;
height:0px;
visibility:hidden;
position:-500px;
}

#logo{
width:0px;
height:0px;
visibility:hidden;
position:-500px;
}

#links {
clear: both;
width:644px;
background-image: url(newcss/links.jpg);
background-repeat: repeat-x;
position:absolute;
}

#bottom{
position:absolute;
width:644px;
height:29px;
background-image:url(newcss/bottom.jpg);
background-repeat:no-repeat;

}

#content{
width:644px;
background-color:#ffffff;
clear:both;
}


#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: underline;
}
#links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
}body {
	background-color: #990000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	text-decoration: underline;
}
