body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #262c33; /* !!!!! CHANGES the wide area bg CHNGE ALLL THE ORIGINAL MARGIN AND PADDING STUFF LATTER*/
	background-image: url(http://www.miraculouslove.com/images/fade.jpg);
	background-repeat:repeat-x;
	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: #1e3547;
}

.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a 				horizontal scroll bar */
	background:url(http://www.miraculouslove.com/images/sides.jpg);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container2 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px;  /* 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: 175px;
}
.oneColFixCtrHdr #navbar {
	background: #534d70; 
	padding: 0px;  /* !!!!! I Made this. it is for the nav buttons. ignore the rest ->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: 25px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* !!!!!! MAYBE CHANGE LATTER TO NOT CSS   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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:top;
	background:url(http://www.miraculouslove.com/images/body_texture2.jpg);
	background-repeat:repeat-y;

}
.oneColFixCtrHdr #footer {
	padding: 0px; /* original: padding: 0 10px; -this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; /* used to say background:#DDDDDD;*/
}
.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: 0px 0; /* did say 10 !!!!padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style2 {
	color: #000000;
	font-size: 90%;
}
.style2footer {
	color: #000000;
	font-size: 70%;
}
.style-small {
	color: #000000;
	font-size: 60%;
}
.style3 {
	color: #039;
}
.up20 {position:relative; bottom: 20px; width: 375px;}
.width375 {width: 375px;}
.style9 {color: #8eedf5; font-size: 120%; }
.link-txt {
	color: #dcdf7c;
	text-decoration: none;}
.link-txt:hover {color:#FFFFFF;}	
	
.link-txt-wbg {
	color: #006;
	text-decoration: none;
	font-weight:bold;
}
.link-txt-wbg:hover {color:#00FFFF;}	
.style11 {
	color: #8eedf5;
	font-size: 105%;
}

.topbox	#topbox {
	padding: 0px; /* original: padding: 0 10px; -this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccc55;
margin: 1em 5%;
	width: 800px;
	height:	300px;
}

.leftbox	#leftbox {
		width: 50%;
	float: left;
}

.rightbox	#rightbox {
	width: 50%;
	float: right;

}
.left,.right{width:50%;} /*Said: .left,.right{width:50%;background-color:#CC9} */

.left{float:left;margin:0px; } 
.right{float:right;margin:0px; } 
.pad10{padding:15px;}
label {

    font-weight: bold;

    color: #036;

    display: block;

}
.warning {

    font-weight: bold;

    color: #f00;

}
