@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1.5px solid #6C488E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container2 {
	background-color: #9EB887;
	width: 1024px;
}
.thrColFixHdr #header {
	width: 894px;
	height: 260px;
	float: left;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../websiteArtwork/headers/wedding-background-1CSS.gif);
	background-repeat: no-repeat;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 143px;
	background-color: #9EB887;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	height: 600px;
	margin-right: 5px;
	margin-left: 5px;
}
.thrColFixHdr #headerbox {
	float: left;
	height: 20px;
	width: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.thrColFixHdr #advertising {
	float: right;
	height: 60px;
	width: 468px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.thrColFixHdr #mainContent {
	width: 731px;
	float: left;
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #9EB887;
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
} 
.thrColFixHdr #footer #menu_bottom {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #footer #menu_bottom li {
	list-style-type: none;
	display: inline;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	width: 600px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.thrColFixHdr #footer #menu_bottom a, #menu_bottom a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.thrColFixHdr #footer #menu_bottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #50429A;
	text-decoration: none;
	letter-spacing: -0.002em;
}
.thrColFixHdr #copyright {
	background-image: url(../websiteArtwork/bottom.gif);
	width: 1024px;
	height: 91px;
	background-repeat: no-repeat;
}
.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: 1px;
    line-height: 0px;
}

