/* CSS Document */
/*Creative and Programming by Stampede Design*/

/* Hack: Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*links*/
a:link, a:visited, a:active
	{
	color: #7A7A7A;
	text-decoration:none;
	padding-bottom:1px;
	white-space: nowrap;
	}
a:hover
	{
	color: #A52929;
	background: url(../images/uline.gif) repeat-x 100% 100%;
	}
a.menu:link, a.menu:visited, a.menu:active
	{
	margin-right:10px;
	font-size:10px;
	}
a.clink:link, a.clink:active, a.clink:visited
	{
	color: #A52929;
	text-decoration:none;
	}
a img	
	{
	border:0 none;
	padding:0px;
	display:block;
	}
img	
	{
	border:0 none;
	padding:0px;
	display:block;
	}
fieldset
	{
	margin:0;
	padding:0;
	border:0;
	}

h1, h2, h3
	{
	margin:0px;
	padding:0px;
	}
/*Layout*/
body	
	{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	line-height:14px;
	text-align:center;
	}
#wrap {
	width:500px;
	margin:0px auto;
	text-align:left;
	background-image:url(../images/bg.gif);
	padding:0px 25px;
	}
#top {
	height:35px;
	width:500px;
	background-image:url(../images/top.gif);
	}
#banner {
	height:200px;
	width:500px;
	background-image:url(../images/stampede-banner.jpg);
	}
#bot {
	height:36px;
	width:500px;
	background-image:url(../images/bot.gif);
	}
#content {
	width:500px;
	background:url('../images/copyright.gif') top left no-repeat;
	margin-bottom:10px;
	}
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#menu_bar {
	text-align:right;
	height:13px;
	padding:3px 0px ;
	margin-bottom:5px;
	}
#footer {
	clear:left;
	width:500px;
	height:32px;
	font-size:9px;
	background-image:url(../images/footer.gif);
	}
#foot_left {
	float:left;
	margin:5px 0px 0px 5px;
	width:150px;
	}
#foot_right {
	float:right;
	margin:5px 5px 0px 0px;
	text-align:right;
	width:300px;
	}
