BODY	{
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(picts/background.jpg);
	background-attachment: fixed;
	}

 /* PAGE LINK COLORS */

a:link		{ color: #FFFFFF; text-decoration: none; }

a:visited	{ color: #FFFFFF; text-decoration: none; }

a:active	{ color: #FFFFFF; text-decoration: none; }

a:hover		{ color: #FFFF9C; text-decoration: none; }


 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #999999; FONT: 12px arial, verdana, arial, sans-serif; font-weight: bold }

.title		{ COLOR: #FFFFFF; FONT: 18px arial, sans-serif; font-weight: bold }

.title2		{ COLOR: #666666; FONT: 18px arial, sans-serif; font-weight: normal }

.title3		{ COLOR: #666666; FONT: 12px arial, sans-serif; font-weight: normal }

.subtitle	{ COLOR: #FFCC66; FONT: 13px arial, sans-serif; font-weight: bold }

.smalltitle	{ COLOR: #999999; FONT: 12px arial, verdana, arial, sans-serif; font-weight: bold }

.footer		{ COLOR: #999999; FONT: 10px arial, sans-serif, verdana; font-weight: bold }

.wfooter	{ COLOR: #000000; FONT: 10px arial, sans-serif, verdana; font-weight: bold }

.hilite		{ COLOR: #006600; }




 /* MISC CODE AND COLORS */


.page-splits	{ COLOR: #CCCC99; HEIGHT: 1px; WIDTH: 90%; }


.nobreak	{ white-space:nowrap; }


.just 		{ text-align: justify; }



 /* PAGE IMAGE BORDERS (GALLERY BORDERS BELOW) */


.borders		{ border: #FFFFFF 1px solid; cursor:hand; }





 /* PICTURE GALLERY CODE */
.Galborder	 	{ border: #FFCC66 1px solid;cursor:hand;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }	

A:hover .Galborder,
A:active .Galborder 	{  border: #FFFFFF 1px solid; cursor:hand;filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100; }


.Galborder1	 	{ border: #FFFFFF 1px solid; cursor:hand; }	

A:hover .Galborder1,
A:active .Galborder1 	{ border: #FFCC66 1px solid; cursor:hand; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }

.slideshow	{ FONT: 12px arial, verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #ffffff;
		  background-color:#000000;
		  cursor:hand;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #666666 1px solid; }



.slideshowon	{ FONT: 12px arial, verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #FFFFFF;
		  background-color:#000000;
		  cursor:hand;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #FFFFFF 1px solid; }

.wedslideshow	{ FONT: 12px arial, verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #000000;
		  background-color:#ffffff;
		  cursor:hand;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #666666 1px solid; }



.wedslideshowon	{ FONT: 12px arial, verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #000000;
		  background-color:#ffffff;
		  cursor:hand;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #FFFFFF 1px solid; }



.form-margin	{ margin: 0px; }






 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none }
}





 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}


.submit-button 	  {
		  background-color:#000000;
		  background-image: url("picts/button.gif");
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #FFFFFF;
		  text-align: center;
		  cursor:hand;
		  BORDER: #999999 1px solid;
		  }


.submit-buttonon  {
		  background-color:#0000CC;
		  background-image: url("picts/buttonon.gif");
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #FFFFFF;
		  text-align: center;
		  cursor:hand;
		  BORDER: #FFFFFF 1px solid;
		  }





 /* START THE CODE FOR THE PAGE MENUS */



.menu-table 	{ width: 752px;
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}





.menu		{ font-size: 11px;
		  font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 20px;
		  display: block;
		  white-space:nowrap;
		  width: 99%;
		  border: #666666 1px solid; }


a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }



a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#0000CC;
		   color: #FFFFFF;
		   border: #999999 1px solid; }


 /* START THE CODE FOR THE WEDDING PAGE MENUS */



.wedmenu-table 	{ width: 752px;
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}





.wedmenu		{ font-size: 11px;
		  font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 20px;
		  display: block;
		  white-space:nowrap;
		  width: 99%;
		  border: #666666 1px solid; }


a.wedmenu:link 	{ background-image: url("picts/wedmenu.gif");
		  background-color:#000000;
		  color: #ffffff; }


a.wedmenu:visited 	{ background-image: url("picts/wedmenu.gif");
		  background-color:#000000;
		  color: #ffffff; }


a.wedmenu:active 	{ background-image: url("picts/wedmenu.gif");
		  background-color:#000000;
		  color: #ffffff; }



a.wedmenu:hover 	{  background-image: url("picts/wedmenuon.gif");
		   background-color:#000000;
		   color: #ffffff; 
		   border: #999999 1px solid; }


/* Starts code for BuyButtons*/

.buy-table 	{ width: 752px;
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}





.buy		{ font-size: 10px;
		  font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 15px;
		  display: block;
		  white-space:nowrap;
		  width: 80%;
		  border: #666666 1px solid; }


a.buy:link 	{ background-image: url("picts/buybutton.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.buy:visited 	{ background-image: url("picts/buybutton.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.buy:active 	{ background-image: url("picts/buybutton.gif");
		  background-color:#000000;
		  color: #FFFFFF; }



a.buy:hover 	{  background-image: url("picts/buybuttonon.gif");
		   background-color:#0000CC;
		   color: #FFFFFF;
		   border: #999999 1px solid; }

 /* SIDEBAR TEXT AREAS - TURN ON IN sidebar.js */


fieldset {
border:1px solid #999999;
-moz-border-radius: 5px;
padding: 5px;

}
fieldset legend {
border:1px solid #999999;
background-color: #000000;
padding: 1px;
padding-left: 3px;
padding-right: 3px;
margin-bottom: 3px;
}





 /* WEDDING GALLERY NAV MENU */



.wedmenu-nav	{ font-family: verdana, arial, helvetica, sans;
		  font-size: 10px;
		  font-weight: bold;
		  text-align: center;
		  letter-spacing: 0px;
		  height: 19px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 12px;
		  padding-right: 12px;
		  margin-left: 2px;
		  margin-right: 1px;
		  cursor:hand;
		  line-height: 17px;
		  display: block;
		  white-space: nowrap;
		  border: #565675 1px solid; }


a.wedmenu-nav:link 	{  background-color:#ffffff;
		  	   color: #000000;}


a.wedmenu-nav:visited 	{  background-color:#ffffff;
		  	   color: #000000;}


a.wedmenu-nav:active 	{  background-color:#ffffff;
		  	   color: #000000;}


a.wedmenu-nav:hover 	{  background-color:#ffffff;
		  	   color: #000000;
			   border: #FFFFFF 1px solid;
			}

/* GALLERY NAV MENU */



.menu-nav	{ font-family: verdana, arial, helvetica, sans;
		  font-size: 10px;
		  font-weight: bold;
		  text-align: center;
		  letter-spacing: 0px;
		  height: 19px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 12px;
		  padding-right: 12px;
		  margin-left: 2px;
		  margin-right: 1px;
		  cursor:hand;
		  line-height: 17px;
		  display: block;
		  white-space: nowrap;
		  border: #666666 1px solid; }


a.menu-nav:link 	{  background-color:#000000;
		  	   color: #FFFFFF;}


a.menu-nav:visited 	{  background-color:#000000;
		  	   color: #FFFFFF;}


a.menu-nav:active 	{  background-color:#000000;
		  	   color: #FFFFFF;}


a.menu-nav:hover 	{  background-color:#000000;
		  	   color: #FFFFFF;
			   border: #FFFFFF 1px solid;
			}

