@charset "utf-8";
/* CSS Document */

body {
	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
	line-height: auto;
	background: #fbf7e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	background-image: url(images/home/decorative_pattern_01.jpg);
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 6px 20px;  
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header img{
	margin: auto;
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #content_box{
		background-color: #ffffff;
}
.oneColFixCtrHdr #top_navigation{
		background: #5698a2;
		padding: 2px 0 4px 0;
}
.oneColFixCtrHdr #top_navigation ul{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
.oneColFixCtrHdr #top_navigation li{
	list-style-type: none;
		display: inline;
		padding: 0 8px 0 8px;
}
.oneColFixCtrHdr #top_navigation li a:link, .oneColFixCtrHdr #top_navigation li a:visited{
	color: #ffffff;
	font-weight: bold;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-size: 11px;
		color: #ffffff;
}
.oneColFixCtrHdr #footer_box {
			background:#5698a2;
	 	margin-bottom: 5px;
}

.t {
	background-color: url;
	background-image: url(images/home/teal_border_top.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {
	background-image: url(images/home/teal_border_bottom.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(images/home/teal_border_left.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(images/home/teal_border_rt.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(images/home/bottom_left_corner.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(images/home/bottom_rt_corner.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(images/home/decorative_corner_lft.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(images/home/decorative_corner_rt.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 
  h1{
	 	font: 23px Trebuchet, Arial, Helvetica, sans-serif; 
		color: #5698a2;
		text-align: left;
		margin-left: 60px;
		margin-top: 30px;
  }
  h2{
	 	font: 19px Trebuchet, Arial, Helvetica, sans-serif;
		color: #2a5e66;
		font-weight: bold;

  }
    h3{
	 	font: 16px Trebuchet, Arial, Helvetica, sans-serif;
		color: #2a5e66;
		font-weight: bold;

  }
      h4{
	 	font: 14px Trebuchet, Arial, Helvetica, sans-serif;
		color: #2a5e66;
		font-weight: bold;
  }
  div.deco_content{
		background: #ffffff;
  }
  .body_text{
	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #5698a2;
	margin: 0 60px 0 75px;
	text-align: left;
  }
    .body_text_center{
	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #5698a2;
	margin: 0 60px 0 75px;
	text-align: center;
  }
    .body_text1{
	color: #2a5e66;
	margin: 0 60px 0 75px;
	text-align: left;
	font-size: 13px;
  }
    .body_text2{
	font: 80% Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #5698a2;
	margin: 0 60px 0 75px;
	text-align: left;
  }
  div.deco_content_body ul.body_text1{
	color: #5698a2;
	font: 90% Trebuchet, Arial, Helvetica, sans-serif;
	margin-left: 100px;
	list-style-type: circle;
   }

  
  .img_space_b{
	  margin-bottom: 20px;
  }
  .img_space_l{
	  margin-left: 30px;
  }
  
  .oneColFixCtrHdr #mainContent a{
	  	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
		font-weight: bold;
  }
  
    .oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited{
	  			color:#5698a2;
  }

    .oneColFixCtrHdr #mainContent a:hover{
	  			color:#2a5e66;
  }
  table.bridal_form{
	  	font: 80% Trebuchet, Arial, Helvetica, sans-serif;
		color: #5698a2;
		font-weight: bold;
		text-align: left;
  }
  h3{
	  	font: 120% Trebuchet, Arial, Helvetica, sans-serif;
		color: #5698a2;
		font-weight: bold;
		text-align: left;
		margin: 0 60px 0 75px;
  }