body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	outline: none;
}

div.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px;
	font-size: 1px;
	border: 0;
}
	
div#top_c {
	height: 96px;
	position: relative;
	
	background-image: url(img/top_b.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#top_c a#logo {
	width: 177px;
	height: 77px;
	display: block;
	
	text-indent: -10000px;
	
	position: absolute;
	bottom: 6px;
	left: 27px;
	
	background-image: url(img/fervor.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#top_c ul#menu {
	margin: 0;
	padding: 0;
	height: 10px;
	
	position: absolute;
	top: 52px;
	left: 219px;
	
	list-style: none;

}

div#top_c ul#menu li {
	margin: 0 15px 0 0;
	padding: 0;
	
	float: left;
}

div#top_c ul#menu li.last {
	margin: 0 0 0 2px;
}

div#top_c div#top_pic1 {
	width: 758px;
	height: 6px;
	
	position: absolute;
	bottom: 0;
	left: 0;
	
	font-size: 1px;
	
	background-image: url(img/top_pic1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#top_c div#top_pic2 {
	width: 539px;
	height: 8px;
	
	position: absolute;
	bottom: 6px;
	left: 219px;
	
	font-size: 1px;
	
	background-image: url(img/top_pic2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


div#breadcrumbs_c {
	float: left;
	margin: 20px 0 0 27px;
	height: 17px;
	background: #B9B9B9;
	display: inline;
}

div#breadcrumbs_c span {
	float: left;
	height: 17px;
	margin-right: 1px;
	padding: 2px 10px 0 10px;
	
	font-family: arial;
	font-size: 11px;
	color: #B9B9B9;
	
	background: #FFF;
}

div#breadcrumbs_c span a:link,
div#breadcrumbs_c span a:visited,
div#breadcrumbs_c span a:hover,
div#breadcrumbs_c span a:active {
	text-decoration: none;
	color: #B9B9B9;
}

div#breadcrumbs_c span.first {
	padding: 2px 10px 0 0;
}

div#breadcrumbs_c span.first a:link,
div#breadcrumbs_c span.first a:visited,
div#breadcrumbs_c span.first a:hover,
div#breadcrumbs_c span.first a:active {
	text-decoration: none;
	color: #B9B9B9;
}

div#breadcrumbs_c span.last {
	margin: 0;
	padding: 0 0 0 10px;
	_padding-top: 1px;
	height: 19px;
	_height: 18px;
	color: #EC018C;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}




div.text_c {
	width: 731px;
	margin: 47px 0 0 27px;
	padding: 0;
}

div.text_c h2 {
	font-family: arial;
	font-size: 20px;
	text-transform: uppercase;
	color: #220E08;
}

div.text_c h2 span {
	color: #EC018C;
}

div.text_c h3 {
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #c9c9c9;
}

div.text_c p {
	font-family: arial;
	font-size: 14px;
	color: #220E08;
}


