/* Garden Journal News CSS */

body {
font-family: "Comic Sans MS", sans-serif;
background: #208020;
}

.main {
background: #ffffff url(Img/2010/SunFlwrs.jpg) no-repeat center;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
min-height: 1024px;
max-width: expression{1280 + px};
min-height: expression{1024 + px};
}

h2, h3 {
text-align: center;
}

h3 {
background: #FFFF90 repeat;
}

.ital {font-style: italic;}

img {
	margin: 5px 0px 5px 20px;
	float: right;
	}

#welpara {
/* font-family: "Comic Sans MS", sans-serif; */
font-size: 110%;
color: #000000;
/* border: solid #F0FFF0; */
padding: 2% 7% 5% 7%;
/* background: #ffffff; */
text-align: justify;
}

#footer {
font-size: 75%;
color: #000000;
clear: both;
/* width: 100%; */
/*background: black;*/
text-align: center;
padding: 1% 7%;
}
