

/* Style Sheet Kansas High School Rodeo Association  */

/* Body Stuff */

Body	{
	margin:0px;
	padding:0px;
	background: #1B1108 url('images/kansas_rodeo_assocation_back.jpg');	height:100%;
	width:100%;

}
.main_content {
	float: left;
	margin-top: 4px;
	margin-bottom:10px;
	display: block;
   	margin-right:30px;
	margin-left:45px;
}

.main_content p {
	font-size: 13px;
	font-family: arial;
	color: #170800;
	font-weight: bold;
	
}
.main_content a {
	color: #7A2C12;
	text-decoration: underline;
	
}

.main_content a:hover {
       color: #E39C20;
	text-decoration: none;
	}	


/* Headings */


h2	{
	font-family:tahoma;
	font-size:14px;
	color:#170800;
	padding-left: 47px;
	padding-top: 10px;
	text-align:left;
	font-weight:bold;
}


/* Left  Menu Stuff */

#menu {
	float: right;
	width:  118px;
	margin: 10px 0px 0px  0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
}


#menu li a {
	display: block;
	color: #EDE4C7;
	text-decoration: none;	 
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	height: 1.7em;
}

#menu li a:hover, #menu li a:active, #menu li a.current, .contact #menu li.last a{
	color: #E69224;
	
}
/* Top Menu Stuff */

#topnav ul
	{
	margin: 0px 0px 0px 0px;
	color: #EDE4C7;
	float: justify;
	width: 80%;
	font-family:tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 5px;
	}

#topnav ul li { display: inline; }

#topnav ul li a
	{

	color:#EDE4C7;
	text-decoration: none;
	float: right;
	margin-right: 30px;
	}
#topnav ul li a:hover
	{
	background-color: #E3D6B3;
	color: #000000;
	}




/* Footer Stuff */

.footer {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:7pt;
	color : #EDE4C7;
	font-weight: bold;
	margin-right:50px;
	margin-left:220px;
	
}
.footer a {
	color:#E5C786;;
        font-size:7pt;
	text-decoration: underline;
	
}
.footer a:hover {color: #E39D17;
}



