#navlist li {
	font: .855em Arial;
	display:inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	color: #FFF;
	text-decoration: none;
	border-top: 5px solid #993331;
}
#navlist a:hover
{
	border-top: 5px solid #FFF;
}
#content {
	width:754px;
	margin:0px auto;
	background-color:#333333;
	border-width:5px; border-color:rgb(64,64,64); border-style:solid;
}

#action {

	padding:35px;
	float:left;				
}
#text {
	position:relative;
	padding-top:40px;
	padding-left:20px;
	float:left;			
	font: 15px Arial;
	color:#B4B4B4;
	width: 370px;	
}
#footer {
	font: 15px Arial;
	position: relative;
	clear: both;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer a { padding: 3.5px;}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-top: 5px solid #993331;
}
body {
	text-align: center;
	background-image: url(bkgndpattern2.gif);
	}
#footer a:hover {
	border-top: 5px solid #ffffff;
}	
#banner {padding-bottom: 15px;}