body {
	margin: 0px;
	background-color: #7C102C;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3f3d; /*616161;*/
	line-height: 16px;
}
h1, h2, h3 {
	color: #31BD01; /* #c81f50; #31BD01;*/
	font-weight: bold;
}

h5, h4 {
	color: #c81f50; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}


li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	list-style-position: inside
	line-height: 27px;
}
#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: .15em;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#nav {
	margin: 0 auto;
	padding: 0px;
	height: 50px;
	width: 933px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: table;
}
#nav ul, #nav ul li {
	display: block;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.03em;
	vertical-align: middle;
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	margin: 0;
	line-height: 50px;
}
#nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #f23870;  /*#a81943;*/
	filter: Alpha(Opacity=70);
}