<style type="text/css">

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.gif);
	background-color: #000000;
	background-repeat: repeat-x;
}

  #nav {
	font-family: Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	align: center;
  }
  #nav ul {
  text-align: center;
  margin: 0 0 5px 0;
  }
  #nav li {
  display: inline; 
  }

#footnav {
	font-family: Arial, sans-serif;
}
#footnav ul {
text-align: center; 
margin: 0 0 2px 0; 
}
#footnav li {
display: inline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433530;
}
.text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433530;
	text-decoration: none;
}
.text a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666600;
	text-decoration: none;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433530;
}
.text12 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	font-weight: bold;
}
.text12 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433530;
	text-decoration: none;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433530;
	font-weight: bold;
}
.header a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433530;
	text-decoration: none;
}
.header a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
}
.body2 {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


</style>


