a:link, 
a:visited
{
	text-decoration: underline;
	color: #650606;
}

a:hover
{
	text-decoration: none;
}

#wrapper
{
	width: 100%;
	background-image: url('red/bg_header.png');
	background-repeat: repeat-x;
}

#footer_links
{
	margin-top: 15px;
	width: 100%;
	height: 60px;
	background-image: url('red/bg_footer_links.png');
	background-repeat: repeat-x;
}

#navlist li 
{
	padding: 5px 20px;
	background-image: url('red/menu_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 0.93em;
	border-bottom: 1px solid black;
	margin: 0px;
}

#navlist a:link, 
#navlist a:visited
{
	color: #650606;
	line-height: 30px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.footer_link a:link,
.footer_link a:visited
{
	color: white;
}