@charset "utf-8";
/* CSS Document rockymountaingunshow*/

body {
	margin:0px;
	background-color:#FFF;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:14px;
}
td.header {
	background-image:url(/images/header.jpg);
	height:287px;
}
TD.nav {
	background-image:url(/images/nav_bar_bg.jpg);
	height:38px;
	background-repeat:repeat-x;
}
td.nave {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
td.nave a {
	color:#FFF;
	text-decoration:none;
}
td.nave a:hover {
	color:#CCC;
	text-decoration:underline;
}
td.footer {
	font-size:9px;
	text-transform:capitalize;
	color:#630;
}
td.footer a {
	text-decoration:none;
	color:#630;
}
td.title {
	text-transform:uppercase;
	font-size:28px;
	font-weight:700;
	color:#663300;
	padding-top:10px;
	text-align:left;
	padding-bottom:12px;
}
Td.General_text {
	padding-left:20px;
	text-align:left;
	padding-bottom:15px;
}
#marqueecontainer {
	position: relative;
	width: 200px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid #663300;
	padding: 2px;
	padding-left: 4px;
}
