#bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: B22F2B;
	text-decoration: none;
	padding-left: 10px;
}
a:link{
	color: B22F2B;
	text-decoration: none;
}
a:visited{
	color: B22F2B;
	text-decoration: none;
}
a:hover{
	color: B22F2B;
	text-decoration: underline;
}
#background {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#bodypadding{
	padding: 15px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
