body {
  background-color: black;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 9pt;
}

p {
  line-height: 1.4em;
}

a img {
    border: 0;
    }
   
.scroll-track{
 height:10px;
 width:10px;
}

.scroll-track-top {
 height:10px;
 width:10px;
 background-image:url('../pix/scrollup.png');
}

.scroll-track-bot {
 height:10px;
 width:10px;
 background-image:url('../pix/scrolldown.png');
 margin-top:1px;
}

.scroll-handle{
 height:6px;
 width:6px;
 margin-left: auto;
 margin-right: auto;
 background:#ffd590;
 border: 1px solid white;
 cursor:pointer;
}

div#glow {
  background-image: url('../pix/glow.png');
  width: 1015px;
  height: 568px;
  margin: auto;
}

  #wedding div#container, #links div#container {
    background-image: url('../pix/background3.jpg');
  }

  #services div#container {
    background-image: url('../pix/background4.jpg');
  }

  #about div#container,  #samples div#container {
    background-image: url('../pix/background5.jpg');
  }

  #contact div#container {
    background-image: url('../pix/background6.jpg');
  }

  div#container {
    width: 979px;
    height: 532px;
    position: relative;
    top: 18px;
    left: 18px;
  }

    div#topgrad {
      width: 800px;
      height: 13px;
      position: absolute;
      z-index: 2;
      background-image: url('../pix/topgrad.png');
      background-repeat: repeat-x;
    }

    img#banner, img#logo {
      display:block;
      z-index: 1;
    }

    img#banner {
      float: left;
    }

  div#content {
  }

    .makeScroll {
      overflow-y: scroll;
    }

    #leftpane {
      border: none;
      margin-left: 50px;
      width: 230px;
      height: 369px;
      float: left;      
      list-style:none;
      padding-left: 0px;
      padding-top: 0px;
    }

    #rightpane {
      border: none;
      margin-top: 25px;
      margin-left: 320px;
      width: 620px;
      height: 369px;
    }
    	#r

    .opera div#rightpane {
      margin-left: 61px;      
    }
    
    
    #leftpane p,#leftpane h2, #rightpane p, #fullwidth, fieldset {
      padding: 4px;
      padding-bottom: 8px;
      margin: 0px;
      text-align: left;
      background: rgba(255,255,255,0.7);

    }
    
    #fullwidth {
	width: 850px;
	height: 369px;
	border: none;
	margin-top: 25px;
      	margin-left: 50px;    
      	margin-right: 50px;
    }

      table.services {
	font-weight: bold;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 26em;
      }

      table.services td {
	padding-right: 2.5em;
	padding-right: 2.5em;
      }

      table.services tr, table.services td {
	text-align: left;
	font-size: 9pt;
	height: 1em;
      }

      textarea {
	width: 40em;
	height: 10em;
      }

      p.error {
	border: 1px solid red;
	color: red;
	padding: 10px;
      }

      p.confirm {
	border: 1px solid black;
	color: black;
	padding: 10px;
      }

      td {
	font-size: 9pt;
      }

  #footer {
      position: absolute;
      width: 979px;
      bottom: 0px;
  }

    #bottomgrad {
      width: 979px;
      height: 27px;
      position: absolute;
      bottom: 0px;
      background-image: url('../pix/bottomgrad.png');
      background-repeat: repeat-x;
    }

    #tabs {
      list-style:none;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0px;
      padding-top: 0px;
      width: 600px;
      position: relative;
      z-index: 1px;
    }

      #tabs li {
	width: 100px;
	height: 36px;
	display: block;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
      }


      #tabs li a {
	display:block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	background-image: url('../pix/tab.png');
      }

      #tabs li a:hover, ul#tabs li a.currenttab {
	background-image: url('../pix/tabhover.png');
      }

      #tabs li a p {
	text-align: center;
	color: white;
	padding-top: 7px;
	font-size: 12pt;
	margin: 0px;
      }
      
      #contact label {
	float: left;
	width: 15em;  
	clear: left;
	}
     
	#competition .formrow {	    
	    margin-bottom: .8em;
	}

      #competition .dotted {	 
	  width: 100%;
	  border-bottom: 1px dotted black;
	}	
	
	#competition .dotted select {
		float: right;    
	}
	
	#competition .dotted select, #competition .dotted label {
		border-bottom: .2em solid white;
		margin-bottom: -.4em;
	}	
	
	#services fieldset {
		border: none;    
	}
	
	#services .formrow.services {
	    	text-align: center;
	    	clear:both;
	    	padding: 2em;
	    }	
	
	.formrow .left {
	    float: left;
	    width: 241px;
	    height: 180px;
	}
	
	.formrow .right {	 
	    float: right;	
	    width: 241px;
	    height: 180px;
	 }

#preload {
  width: 0px;
  height: 0px;
  background-image: url('../pix/tabhover.png');
}