﻿@charset "utf-8";
body {
	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: #363636;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/damask1.jpg);
}

body h1, h2, h3, h4, h5, p {
	margin: 0;
}


body img {
	margin: 0;
	padding: 0;
}

body a:link, a:visited, a:hover, a:visited, a:active {
	outline: none;
	border: none;
	color: #EF186B;
	text-decoration: none;
}

body  a:link img {
	outline: none;
	border: none;
}

.oneColFixCtrHdr #container {
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0; /* 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. */
	background-image: url(images/home_01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header #header_title {
	padding: 0;
	margin: 0; /* 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. */
	height: 104px;
	background-image: url(images/index_01.gif);
	background-position: top;
	background-repeat: no-repeat;
}



.oneColFixCtrHdr #header #flash_01 {
	margin: 0;
	background-image: url(images/flash_background.gif);
	height: 400px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}

.oneColFixCtrHdr #header #navbar {
	margin: 0;
	padding: 0;
	width: 800px;
}

body #header img {
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainContent {
	height: auto;
	margin: 0;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
}


body #mainContent h1 {
	font-size: 1.6em;
	color: #39829C;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	padding-bottom: 4px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

body #mainContent h2 {
	font-size: 1.2em;
	padding-left: 0px;
	color: #39829C;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-style: italic;
}

body #mainContent h4 {
	font-size: .85em;
	color: #000066;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6d5f2;
	width: 350px;
	margin:0;
	padding:0;
}

body #mainContent .pink	{
	color: #EF186B;
	font-size: 1.1em;
}

body #mainContent p.pink	{
	text-align: center;
	font-size: 1.05em;
}

	
.oneColFixCtrHdr #mainContent p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 0.9em;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;

}


.oneColFixCtrHdr #footer {
	margin: 0;
	padding-top: 55px;
	height: 32px;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** FOOTER NAVBAR STYLES*************************/

.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr #footer #textnavbar {
	color: #333333;
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 3px;
	list-style-type: none;
}


.oneColFixCtrHdr #footer #textnavbar a:link {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #textnavbar a:visited {
	color:  #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #textnavbar a:hover {
	color:  #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #textnavbar a:active {
	color:  #333333;
	text-decoration: none;
}


.oneColFixCtrHdr #footer #hwsinfo {
	color: #333333; margin: 0;
}

.oneColFixCtrHdr #footer #hwsinfo a:link {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #hwsinfo a:visited {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #hwsinfo a:hover {
	color: #333333;
}
.oneColFixCtrHdr #footer #hwsinfo a:active {
	color: #333333;
	text-decoration: none;
}

/**************END !!!!!  PAGE STYLES*************************/


/************** HOME PAGE STYLES*************************/


.oneColFixCtrHdr .homepg_header_pic#header {
	background-image: url(images/home_01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/**************END !!!!! HOME  PAGE STYLES*************************/


/************** WEDDING GALLERY PAGE STYLES*************************/

/************** gallery PAGE STYLES*************************/

.oneColFixCtrHdr #mainContent div#gallery {
	margin: 0;
	padding-top: 25px;
	background-color: transparent;
	text-align: center;
	
}



/**************END !!!!! WEDDING GALLERY  PAGE STYLES*************************/


/************** CONTACT PAGE STYLES*************************/

.oneColFixCtrHdr #mainContent #contact_info {
	background-image: url(images/contact_pic_01.gif);
	background-repeat: no-repeat;
	height: auto;
	background-position: left top;
}

.oneColFixCtrHdr #mainContent  p#contact_text {
	font-size: 1.5em;
	padding-top: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
}


/**************END !!!!! CONTACT GALLERY  PAGE STYLES*************************/
