/*
*************************************************

IndyGraf
Dog Show Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/


/*-------------------------------------------  
  Content
-------------------------------------------*/
#dog_show {
	width: 100%;
	text-align: right;
	margin: 0 0 20px 0;
}

#dog_show a {
	color: #F00;
}
#dog_show a:hover {
	color: #36c;
}
#dog_show a:active {
	color: #F00;
}
