		.Main{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #000000;
			font-weight:;
		}
		.Style2 {color:#008080}
			
		.Style3 {
			font-size: 20px;
			color: #000000 ;
			font-family: Gill Sans, Arial, Helvetica, sans-serif;
			font-weight= bold;
			text-indent: 14px;
			line-height= 10px;
		}
		
		
		body{ 
			background-color: #000000;
			background: url(Images/Background.jpg) no-repeat center center fixed;  /* centers, prevents background image resize */
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			}
			
			a:link {color:#f9f9f9 ; text-decoration:none}      /* unvisited link */
			a:visited {color:#f9f9f9 ; text-decoration:none}  /* visited link */
			a:hover {color:#e0e0e0 ; text-decoration:none}  /* mouse over link */
			a:active {color:#f9f9f9 ; text-decoration:none}  /* selected link */ 

		
		.border{
				background: #999999; /* Makes background transparent*/
				border: 5px solid #C0C0C0; /* 1 pixel wide border */
				-moz-border-radius:10px; /* adds curved edge (Mozilla, Safari, Chrome, and generic) */
				-webkit-border-radius:10px;
				border-radius:10px;
				margin: auto;
				border: solid 1px #ffffff;
				width: 900px;

			}
		.ImageBorder 
			{ 
				border-width: 10px; 
				border-color: White; 
			} 

		.button{
				-moz-border-radius:100px; /* adds curved edge (Mozilla, Safari, Chrome, and generic) */
				-webkit-border-radius:100px;
				border-radius:100px;
				background: #b8b0b0; /* Makes background transparent (red, Green, Blue, and alpha)*/
				border: 3px solid #C0C0C0; /* 1 pixel wide border */
				display:inline-block;
				color:#ffffff;
				font-family: Trebuchet MS, Gill Sans, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-decoration:none;
				Width: 250px;
				Height:30px;
				padding: 2px;
				text-align:center; 
				vertical-align:middle;
				line-height: 30px;
			}.button:hover{
				background: #000000; /* Makes button orange-transparent when hovered over */
			}.button:active { /* Moves button down 1 pixel when clicked */
				position:relative; 
				top:1px;
			}
			
			
		.batton{
				-moz-border-radius:2px; /* adds curved edge (Mozilla, Safari, Chrome, and generic) */
				-webkit-border-radius:2px;
				border-radius:2px;
				background: rgba(0,0,128,.12); /* Makes background transparent (red, Green, Blue, and alpha)*/
				border: 1px solid #C0C0C0; /* 1 pixel wide border */
				display:inline-block;
				color:#ffffff;
				font-family: Trebuchet MS, Gill Sans, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-decoration:none;
				Width: 175px;
				Height: 30px;
				padding: 2px;
				text-align:center; 
				vertical-align:middle;
				line-height: 30px;
			}.batton:hover{
				background: rgba(0,0,128,.15); /* Makes button orange-transparent when hovered over */
			}.batton:active { /* Moves button down 1 pixel when clicked */
				position:relative; 
				top:1px;
			}
		
		
		
		.gradient-bg { /* Creates background gradient, doesn't work with any IE before 10, UNUSED */
				background-image: -webkit-linear-gradient(top, #333333, #555555);
				background-image: -moz-linear-gradient(top, #333333, #555555);
				background-image: -ms-linear-gradient(top, #333333, #555555);
				background-image: -o-linear-gradient(top, #333333, #555555);
				background-image: -ms-linear-gradient(bottom, #333333 0%, #555555 100%);

/*http://www.longhornrodeo.org/
http://jsbin.com*/


		