@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-15px;
	background-color:#000;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#280d05;

}
img{
	border:none;	
}
a{
	font-weight:bold;
	text-decoration:none;
	color:#280d05;
}
a:hover{
	text-decoration:underline;
}
h1{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
input{
	background-color:#f6f0df;
	color:#8a7167;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper_wrapper{
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(images/backgrounds/site_bg.jpg);
}
#wrapper{
	width:1200px;
	height:800px;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(images/backgrounds/site_bg.jpg);
}
#wrapper_sponsors{
	width:1200px;
	height:980px;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
	background-repeat:no-repeat;
	background-image:url(images/backgrounds/site_bg.jpg);
}
#wrapper_farr{
	width:1200px;
	height:1070px;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
	background-repeat:no-repeat;
	background-image:url(images/backgrounds/site_bg.jpg);
}
#home_link{
	position:relative;
	padding-top:-800px;
}
#raising_pride_tag{
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
}
#raising_pride{
	
	float:right;	
	z-index:4;
	position:relative;

	
	top:15px;
	left:-2px;

/*
	border:solid;
	border-width:thin;
	border-bottom-color:#0C0;
*/
}
#nav_bg{
	position:relative;
	left:100px;
	top:125px;
	z-index:2;
}
#content_holder{
	z-index:1;
	left:125px;
	top:70px;
	position:relative;
}
#content_bg{
	position:relative;
	z-index:1;
}
#content_text{
	position:relative;	
	z-index:2;
	width:510px;
	left:40px;
	color:#280d05;
}
#index_heading{
	position:absolute;
	z-index:3;
	top:20px;
}
#index_footer{

	position:relative;	
		
	left:125px;
	top:-200px;
	z-index:10;
	
}

#index_footer_bg{
	position:relative;
}
#Tag001{
	position:relative;
	left:-100px;
	top:30px;
}
#index_foot_contents{
	position:relative;
	width:370px;
	top:-160px;
	left:30px;
	
	
}

/*nav*/

#menuHolder{
	position:relative;
	top:87px;
	left:160px;
	z-index:3;
	height:30px;
}

#menuHolder a{
	padding-right:15px;
}

#home_link{
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
}
#home_link_click_catcher{
	
	margin-left:-400px;

}
#copyright{
	color:#8a7167;
	position:relative;
	top:-50px;
	width:100%;
	text-align:center;
}