@charset "utf-8";

body  {
	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 */
	background-color: #FFFFFF;
	width: 780px;
	margin: 60px auto;
	scrollbar-base-color:#994848;
	scrollbar-arrow-color:#994848;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#efefef;
	scrollbar-highlight-color:#994848;
	scrollbar-3dlight-color:#994848;
	scrollbar-darkshadow-color:#994848;
	scrollbar-shadow-color:#994848;
	line-height: 14pt;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

#container {
	width: 800px;
	border: 1px solid #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/navbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 360px;
} 
#header  {
	padding: 0 10px 0 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. */
	text-align: left;
	background-color: #FFFFFF;
}
#header a {
	padding-right: 5px;
	padding-left: 5px;
}

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 */
}
h2  {
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 360px;
	position: static;
	overflow: auto;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 360px;
	position: static;
	overflow: auto;
} 
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px;
	height: 350px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	height: 330px;
	vertical-align: middle;
}
div  .leftThumb {
	text-align: center;
	width: 42px;
}

.twoColFixRtHdr #container #sidebar1 .right {
	float: right;
}

#footer  {
	padding: 0 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
}

li    {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	text-decoration: none;
}
a {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #7C201D;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}

.style4 {
	font-family: Century Gothic, Arial;
	font-size: 20pt;
	line-height: 20pt;
	  
}
.style5 {
	font-size: 13pt;
	font-family: Century Gothic, Arial;
	line-height: 13pt;
}
.style1 {
font-family: Century Gothic, Arial;
}
input,textarea {
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
}
.logo  td {
border-right: 1px solid #373737;
padding-right: 5px;
}

 p
{
	line-height: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.content {
  overflow:auto;
  }
.content a {
	color: #0000FF;
}

.nav {
	color: #ffffff;
	text-decoration: none;
	font-family: Century Gothic, Arial;
	background-color: #634374;
}
.navgal {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #994848;
	padding: 0 5;
}
.navigation:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: Century Gothic, Arial;
	background-color: #634374;
}
.navigationgal:hover {
	color: #373737;
	text-decoration: none;
	font-family: Century Gothic, Arial;
	background-color: #efefef;
}
.borderTable {	
border: 1px solid #000000; 
}
.auto {
	overflow: auto;
	height: 340px;
}
.auto a {
	color: #0000FF;
}

.twoColFixLtHdr #container #mainContent img {
	float: left;
	padding: 5px;
}

div.leftThumb {
	margin: 2;
	padding: 5;
	background-color: ffffff;
}
.clrfloat {
	clear: both;
}
#luxford {
	background-image: url(../images/wedding/wedsites/luxford/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 360px;
	width: 540px;
	text-align: center;
}
.autoflow {
	overflow: scroll;
}

