/**************** body and tag styles ****************/
/*Note: Margin properties define the space around elements. It is possible to use negative values to overlap content.  */
/*Note: Padding properties define the space between the element border and the element content. Negative values are not allowed. */
	
	  body {
	  height: 100%;
	  margin: 0px 0px 0px 0px; /*Top, right, bottom, left */
	  text-align: center; /* this centers the container in IE 5* browsers.*/ 
	  /*The text is then set to the left aligned default in the #container selector */
	  background-position: bottom center;
	  background-image: url('http://www.kazeworks.com/images/gifs/bgbottom.gif');
	  background-attachment: fixed;
	  background-repeat: repeat-x;
	  }

	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 24px;
	  color: #990000;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }

	h2 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  color: #990000;
	  background-color: #FFFFFF;
	  }

	p {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #999999;
	  background-color: #FFFFFF;
	  }
	
	a {
	  color: #990000;
	  background-color: #FFFFFF;
	  text-decoration: underline;
	  font-weight: normal;
	  }

	a:hover {
	  color: #990000;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** container & content styles ****************/

	#container {
	  position: relative;
	  width: 755px; 
	  min-height: 100%;
	  margin: 0px auto 0px auto; /*Top, right, bottom, left , the auto property will set the right & left margins in an equal width on either side of the container.*/
	  padding: 0px 0px 0px 0px; /*Top, right, bottom, left */
	  border-left: 3px double #990000;
	  border-right: 3px double #990000;
	  text-align: left; /* this overrides the text-align: center on the body element. */
	  background-color: #FFFFFF;
	  }

	#content {
	position: relative;
	  width: 735px; 
	  margin: 0px auto 0px auto; /*Top, right, bottom, left , the auto property will set the right & left margins in an equal width on either side of the container.*/
	  padding: 0px 0px 60px 0px; /*Top, right, bottom, left */
	  text-align: left; /* this overrides the text-align: center on the body element. */
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #999999;
	  background-color: #FFFFFF;
	  }


/**************** header styles ****************/

	#header {
	  width: 753px;
	  border: 0px
	  margin: 0px 0px 0px 0px; /*Top, right, bottom, left */
	  padding: 0px 0px 0px 0px; /*Top, right, bottom, left */
	  clear: both;
	  background-color: #FFFFFF;
	  }

/**************** footer styles ****************/
	#footer {
	  position: relative;
	  bottom: 0;
	  margin: 0px 0px 0px 0px; /*Top, right, bottom, left */
	  padding: 0px 0px 0px 0px; /*Top, right, bottom, left */
	  clear: both;
	  width: 755px; 
	  background-color:#FFFFFF;
	  }
		
	#footer p {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #999999;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #990000;
	  font-weight: normal;
	  text-decoration: underline;
	  }
		
	#footer p a:hover {
	  color: #660000;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** buttons styles ****************/

