/* CSS Document */

h1 {
	font-family: Goudy Stout;
	color: #fff;
	font-weight: normal;
	te xt-decoration: underline;
	font-size: 2.5em;
	bor der-bottom: 3px #fff solid;
	text-align: center;
	line-height: 1.3em;
	margin-top: 10px;
	padding-top: 20px;
	
}

h1.black-back span {
	color: #f00;
}

h1.red-back span {
	color: #000;
}

h2 {
	color: #fff;
	text-align: center;
	
}

h4 {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}

h2 span {
	color: #f00;
}

h3 {
	color: #fff;
	text-align: center;
}

ul {
	color: #fff;
}

p {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}

.center-img {
	text-align: center;
}

#footer p{
	float: left;
	font-size: 0.70em;
}

#content-frame{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	min-height: 585px;
}

#container {
	background: #000;
	
}

#menu {
	background: #f00;
	font-weight: normal;
}

#menu ul {
	margin-right: 0px;
}

#menu ul li {
	padding-right: 0px;
	padding-left: 3px;
}

#menu ul li a {
	background:  #f00 url(../img/button-off.gif) no-repeat;
	height: 22px;
	padding: 5px 0px 0 29px;
	color: #000;
	font-weight: normal;
}


#menu ul li#active a {
	background:  #f00 url(../img/button-off.gif) no-repeat;
	height: 22px;
	padding: 5px 0 0 29px;
	color: #000;
	font-weight: bold;
}


#menu ul li#active a:hover {
	background:  #f00 url(../img/button-off.gif) no-repeat;
	he ight: 22px;
	padding: 5px 0px 0 29px;
	color: #0f0;
}

#menu ul li a:hover {
	background:  #f00 url(../img/button-on.gif) no-repeat;
	color: #0f0;
}

