/* --- general --- */
body, td, div, select, input, textarea	{color: #000000; }
h1, h2, h3, h4, h5		{padding: 0; margin-bottom: 5px; }
h2				{font-size: 20px; font-family: Papyrus;}
h3				{font-size: 14px; font-weight:bold; }
h4				{font-size: 12px; font-weight:bold; }
a               {color:#000066;}
p				{margin: 0; padding: 0; margin-left: 10px; font-size: 12px; line-height: 1.5em; }
div				{padding: 0; margin: 0; }
img				{border: 0; padding: 0; margin: 0; }
hr				{border: 0; color: #000000; background-color: #000000; height: 1px; width: 100%; text-align: left;}
li              {font-size: 12px; font-weight: bold;}
.show			{border: red 1px solid; }





p.other         {margin: 10;px padding: 0; margin-left: 10px; font-size: 12px; line-height: 1.5em;}

/* --- body --- */


body			    {background-image: url(../images/sky.jpg); background-repeat: repeat-x; margin: 25px;}
table.main			{width: 760px; background: #ffffff; border: #5b3a27 1px solid; }
td.banner			{background-color: #5b3a27; border-bottom: white 1px solid;  }

div.navcontent		{ position: relative; background-color: #5b3a27; height: 20px; text-align: center; }
div.navcontent a	{margin: 15px; margin-top: 0; margin-bottom: 0;  color:#f4eacf; font-family: Papyrus; font-size:12px; text-decoration:none;}
div.navcontent a:link {font-family: Papyrus; text-decoration: none; color: #fafedf;}
div.navcontent a:visited { font-family: Papyrus; color: #FFFFFF; text-decoration: none;}
div.navcontent a:hover {font-family: Papyrus; color: #a97200;  text-decoration: none;}
td.home		        {width: 760px;  background-color: #5b3a27; padding: 0; border-bottom: white 1px solid; }
td.footer		    { background-color: #5b3a27; height: 33px; border-bottom: #45220e 1px solid; font-size: 9px; font-family: sans-serif;  margin-top: 5px; color:#E5E9C6; text-align:center; letter-spacing:.1em; }
td.line             {border: none; color:#FFFFFF; height:1px; width: auto;}

div.about           {width: 811px; height:437px; background-image:url(../images/about.jpg); }           
div.pricing         {width: 811px; height:437px; background-image:url(../images/pricing.jpg); }
div.tips            {width: 811px; height:437px; background-image:url(../images/important.jpg); }
div.parties         {width: 811px; height:437px; background-image:url(../images/parties.jpg); }
div.love            {width: 811px; height:437px; background-image:url(../images/love.jpg); }
div.contact         {width: 811px; height:437px; background-image:url(../images/contact.jpg); }
     
div.text            {margin: 15px; font-family: Arial, Helvetica, sans-serif;  line-height:1.5em; color:#5A3828;}


/* --- extras --- */


#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 500px;
	height: 427px;
	/*overflow: auto; */
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #E5E9C6;
	float:right;
	margin-right: 7px;
	margin-top: 5px;
}


@Papyrus           {font-family: Papyrus; font-style: normal; font-weight: normal; src:url(includes/Papyrus.pfr);}
