@charset "UTF-8";
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.large_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.red_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c71f25;
}

hr {
	color: #c71f25;
	background-color: #c71f25;
	height: 5px;
	}

/*buttons*/

#bronco_logo
{
  display: block;
  width: 240px;
  height: 210px;
  background: url("http://broncodesign.net/images/bronco_logo_btn.jpg") no-repeat 0 0;

}

#bronco_logo:hover
{ 
  background-position: 0 -210px;
}

#bronco_logo span
{
  display: none;
}

#resume
{
  display: block;
  width: 232px;
  height: 140px;
  background: url("http://broncodesign.net/images/resume_btn_whole.jpg") no-repeat 0 0;

}

#resume:hover
{ 
  background-position: 0 -140px;
}

#resume span
{
  display: none;
}

#portfolio
{
  display: block;
  width: 234px;
  height: 140px;
  background: url("http://broncodesign.net/images/portfolio_btn_whole.jpg") no-repeat 0 0;

}

#portfolio:hover
{ 
  background-position: 0 -140px;
}

#portfolio span
{
  display: none;
}

#contact
{
  display: block;
  width: 219px;
  height: 140px;
  background: url("http://broncodesign.net/images/contact_btn_whole.jpg") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -140px;
}

#contact span
{
  display: none;
}
