@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: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #cadff2;
	background-image: url(images/backgroundGradient.gif);
	background-repeat: repeat-x;
}
.centered #container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/images/MGJ_cutUp_07.jpg);
	background-repeat: repeat-y;
	background-position: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.centered #header {
	padding: 0 50px 0 50px;  /* 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-color: #73B3E3;
	background-image: url(images/images/MGJ_cutUp_03_1.jpg);
	background-repeat: no-repeat;
	height: 208px;
}
.centered #header h1{
	font-size: 16px;
	width:606px;
	height:162px;
	overflow:hidden;
	background-repeat: no-repeat;
	margin-top: 25px;
	/*background-image: url(images/logo.gif);*/
	float: left;
	margin-left: 125px;
}
.centered #header h1 a:link ,h1 a:hover ,h1 a:visited ,h1 a:active{
	display: block;
	width:606px;
	height:162px;
	text-indent: -1e+15;
} 
.centered #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	width: 640px;
	float: right;
	padding-left: 10px;
	z-index: 101;
	min-height: 760px;
}
.centered #footer {
	background-image: url(images/images/MGJ_cutUp_10.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 30px;
	padding-right: 30px;
	font-size: small;
	z-index: 20;
}
.centered #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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.centered #flash {
	float: left;
	padding-left: 22px;
	margin-top: -14px;
	height: 100%;
	z-index: 100;
}
.centered #clear {
	clear: both;
}
.centered #flash2 {
	padding-left: 40px;
}
.centered #flowers {
	margin-top: -220px;
	margin-left: 20px;
	z-index: 50;
}
.centered #pr {
	border: thin solid #92A345;
	padding: 5px;
	width: 300px;
	background-color: #FFF;
	text-align: center;
}
.centered #footerText {
	text-align: center;
	font-size: small;
	padding-top: 8px;
}

