/*This home page style sheet is used only by the welcome page*/

 body		{
		 margin: 0;
		 padding: 0;
		 background-color: #989B92;/*blue gray*/
		 background-image: url("../../Photos/newStyle/stucco_bkgrd_blue.jpg");
		}

 #main		{
		 position: relative;
	 	 border: thick inset #FDEBCF;
		 width: 900px;margin: 0 auto;
		 height: 500px;
		 margin-top:3%;
		 background-image: url("../../Photos/newStyle/stucco_bkgrd.jpg");
		}


 #nav		{
		 position: absolute;
		 top:0; left: 0;
		 padding: 0;
		 width: 150px;
		 /*border:thin dashed black;*/
		}

 #nav a		{
		 display: block;
		 background-image: url(../../Photos/newStyle/stucco_sun.jpg);
		 text-decoration: none;
		 font-family: "Palatino", serif;
		 font-size: 1.2em;
		 font-weight: heavy;
		 text-align: center;
		 color: #444200; 
		 border: thick outset #A28D7A;/*dk taupe*/
	 	 margin: 2%;
		 width: 135px;
		 display: list-item;
		 list-style: none;
		}

 #nav a:hover	{
		 text-decoration: none;
		 color: #4E2C2D; 
		 background-color: #CBB387;
		 background-image: url(../../Photos/newStyle/stucco_bkgrd.jpg);
		 border: thick inset #A28D7A;
		}

 #content	{
		 position: relative;
		 z-index: 5;
		 width: 400px;
		 margin-left: 160px;
		 padding-top: 1.5em;
		 font-family: Palatino;
		 font-size: 1.1em;
		 color: #FDEBCF; 
		 text-align: justify;
		}


 h1		{
		 margin:0;
		 font-family: "Comic Sans MS", sans-serif;
		 font-size: 1.5em;
		 font-weight: heavy;
		 text-align: center;
		}		

 #image		{
		 position: absolute;
		 top: 0;right:0;
		}

 #caption 	{
		 /*border: thin dashed blue;*/
		 font-family: "Comic Sans MS";
		 font-size: 1em;
		 text-align: center;
		 color: #FDEBCF;
		}

 address	{
		 position: absolute;
		 left: 0; right: 0; bottom: 0;
		 width: 99%;
		 background-image: url("../../Photos/newStyle/stucco_sun.jpg");
		 padding: 2px;
		 font-family: "Comic Sans MS", sans-serif;
		 font-size: x-small;
		 color: #35363A;
		 text-align: center;
		}

 address a 	{
		 padding: 3px;
		 text-decoration: none;
		 font-family: Arial san-serif;
		 font-size: x-small;
		 font-weight: heavy;
		 text-align: center;
		 color: #35363A;
		 border: thin outset #FDEBCF;/*warm cream*/
		 margin: 1%;
		}

 address a:hover {
		 text-decoration: none;
		 color: #4E2C2D; 
		 background-image: url("../../Photos/newStyle/stucco_bkgrd.jpg");
		 border: thin inset #A28D7A;
		}

#oldlink		{
		 font-size: small;
		 font-style: italic;
		}

	 a	{
		 text-decoration: none;
		 color: black;/*blue gray*/
		}


   /*opacity rules: */

   /*#content, h1	{
		 opacity: 0.65;
		 -moz-opacity: 0.65;
		 -khtml-opacity: 0.65;
		 filter: alpha(opacity=65);
		}*/
