body	{
  margin: 0px;
	background-image: url(/texas/img/background_main.gif);
	background-repeat: repeat-y;
}
	
	span		{margin: 0px 10px;
			 text-decoration: none;
			 color: rgb(200,50,50);
			 font-family: Arial, Helvetica, Tahoma, sans-serif;
			 font-weight: bold;
			 background-color: rgb(240, 243, 212);
			}
	
	#main		{margin: 10px 20px 10px 210px;}

	#main a
			{text-decoration: underline;
			 color: #634442;
			 }

	#main a:hover
			{background-color: rgb(240, 243, 212);
			 color: brown;
			}
			 
	#featured_photo	
			{margin: 10px;
			 float: right}

	#featured_photo p
			{float: right;
			 margin-top: 3px;
			 font-family: sans-serif;
			 background-color: rgb(240, 243, 212);}
	
	#featured_photo a
			{text-decoration: underline;
			 color: #634442;
			 }

	#featured_photo a:hover
			{background-color: rgb(240, 243, 212);
			 color: brown;
			}


	#links
			{width: 200px;
			 clear: both;
			 float: left;
       margin: 0;
       background-color: rgb(240,243,212);
			}

	
	#links a	{display: block;
			 color: rgb(200,50,50);
			 background-color: rgb(240, 243, 212);
			 text-decoration: none;
			 padding-left: 20px;
			 height: 20px;
			 border-bottom: 1px solid brown;
			}

	
	#links a:hover	{background-color: #DDE0BD;
			 color: brown;
			}

	#vertical_links
			{width: 200px;
			 clear: both;
			 float: left;
			}

	
	#vertical_links a	
			{display: block;
			 color: rgb(200,50,50);
			 background-color: rgb(240, 243, 212);
			 text-decoration: none;
			 padding-left: 11px;
			 padding-right: 11px;
			 height: 20px;
			}

	
	#vertical_links a:hover	
			{background-color: #DDE0BD;
			 color: brown;
			}


	#header_links	
			{border-top: 1px solid black;
			 border-bottom: 2px solid black;
			 text-align: center;			 
			}

	#header_links a
			{margin: 0px 10px;
			 text-decoration: none;
			 color: rgb(200,50,50);
			 font-family: Arial, Helvetica, Tahoma, sans-serif;
			 }

	#header_links a:hover
			{text-decoration: underline;
			 background-color: rgb(240, 243, 212);
			}


	#header	p	{height: 143px;
		 	 width: 200px;
			}

#header_left {
  padding: 0px;
  margin: 0px;
  float: left;
}

  #header_right 	{margin-left: 200px;
			 text-align: center;
			 }

	#header_right p	{margin: 0px;
			 padding: 0px;
			}

	#featured_photo
			{float: right;
			 clear: none;
			}

	#site		{clear: right;
			 margin-left: 210px;
			}

h4.title	{margin-top: 0px;
	}

#revision {
  clear: right;
  margin-left: 210px
}


