@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #753104;
	margin: 0px;
	background-color: #551C00;
	background-attachment: fixed;
	background-image: url(images/bg_wood-static.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header_tribute {
	background-attachment: scroll;
	background-image: url(images/header_Tribute-To-Charley-Pride.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header_ronnie {
	background-attachment: scroll;
	background-image: url(images/header_Ronnie-Carothers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.decorative-right {
	background-attachment: scroll;
	background-image: url(images/decorative_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.decoarative-left {
	background-attachment: scroll;
	background-image: url(images/decorative_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #753104;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #753104;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #753104;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;}
	
H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	}
a {
  font-size:12px;
  color:#0E4383;	
}
a:hover {
  color:#960;
}
a:visted {
  color:#0E4383;	
}
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
