<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

  <head>
    <title>Yegua Airgun Club</title>
  </head>


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 10px;
	padding: 0px;}

a{text-decoration: none;}

a:link{color: #CCCCCC;text-decoration: none;}

a:visited{color: #66CCCC;text-decoration: none;}

a:hover{color: #006699;	text-decoration: underline;}

h1{font-family: Verdana, Arial, sans-serif;
 font-size: 140%;
 color: #3300FF;
 margin: 0px;
 padding: 0px;}

h2{font-family: Arial,sans-serif;
 font-size: 120%;
 color: #006699;
 margin: 0px;
 padding: 0px;}

h3{	font-family: Arial, sans-serif;
	font-size: 120%;
        color: #FFCC00;
	background-image: url(page%20jpgs/H3.jpg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;}

h4{ font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;}

h5{ font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;}

ul{ list-style-type: square;}

ul ul{list-style-type: disc;}

ul ul ul{list-style-type: none;}

label{ font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #CCCCCC;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border: 1px solid #cccccc;
	background-color: #000090;
	height: 210px;
	background-position: 0%;
	background-image: url(images/yegua%20header%20official%20copy.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;}

#navBar{float: left;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 18%;
	font-size: .9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 25%;}

#headlines{float:right;
	width: 17%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 5px;
	text-align: left;
	padding-left: 5px;}

#content{float: left;
	color: #ECE9D8;
	width: auto;
	position: relative;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{margin: 0;
	padding: 0 0 0 10px;}


/************* #globalNav styles **************/

#globalNav{font-weight: 200;
	font-size: 12px;
	letter-spacing: 3px;
	text-indent: 10px;
	line-height: 21px;
	font-style: normal;
	font-variant: small-caps;
	background-image: url(page%20jpgs/NavBarBak.jpg);
	background-repeat: repeat;
}

#globalNav img{display: block;}

#globalNav a {font-size: 90%;
	padding: 0 4px 0 0;}

/*************** #pageName styles **************/

#pageName{margin: 0px;
	padding: 0px 0px 0px 10px;}

/************* #breadCrumb styles *************/

#breadCrumb{background-image: url(page%20jpgs/bluebackjpg.jpg);
	background-repeat: no-repeat;
	background-position: center center;}


/************** .feature styles ***************/

.feature{padding: 0px 0px 10px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	background-repeat: no-repeat;}

.feature h3{padding: 30px 0px 5px 0px;
	text-align: center;}

.feature img{float: left;
	padding: 10px 10px 0px 0px;}


/************** .story styles *****************/

.story{	font-size: 12;
        color: #ECE9D8;
        width: 70%;
        float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 15px 15px 0px;
	word-spacing: normal;
	padding: 5px 5px 0px;}



/************* #siteInfo styles ***************/

#siteInfo{border: 1px solid;}

#siteInfo img{padding: 4px 4px 4px 10px;
	vertical-align: middle;}


/************* #search styles ***************/

#search{padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;}

#search form{margin: 2px;
	padding: 2px 2px 2px 0px;}

#search label{display: block;
	margin: 0px;
	padding: 0px;
	color: #FF8000;}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(page%20jpgs/blueCracky.jpg);}

#sectionLinks h3{padding: 10px 0px 2px 10px;}

#sectionLinks a {display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;}

#sectionLinks a:hover{background-color: #ff8000;}


/*********** .relatedLinks styles ***********/

.relatedLinks{position: relative;
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;}

.relatedLinks h3{padding: 10px 0px 2px 0px;}

.relatedLinks a:link,
.relatedLinks a:visited {display: block;}

/************** #advert styles **************/

#advert{bottom: auto;}

#advert img{display: block;}


/************** #headlines styles **************/

#headlines{padding: 10px 0px 20px 10px;
	font-size: 70%;
	background-image: url(page%20jpgs/supermicro.jpg);
	background-repeat: repeat-x;}

#headlines p{padding: 5px 0px 5px 0px;}
.mystyle {font-size: medium;
	background-image: url(page%20jpgs/supermicro.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: 85%;
	padding-left: 10%;
	padding-top: 3px;
	margin: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: thin outset #FF8000;
	border-right: thin #FF8000;
	border-bottom: thin outset #FF8000;
	border-left: thin #FF8000;}
