@charset "utf-8";
/* CSS Document */

body	{
	margin:0px;
	padding:0px;
	font-family: Trebuchet, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#616b3d;
}
a {
color:#ff4400;
text-decoration:none;
font-weight:bold;
}
a:hover	{
text-decoration:underline;
}
ul	{
list-style-type:disc;
}
li	{
color:#ff4400;
text-align:left;
}
span {
color:#ff4400;
}
#bridge	{
width:980px;
margin:0 auto;
}
#clickbtn	{
width:980px;
margin:0 auto;
}
.frogcell {
background: transparent url(http://www.mygreengazette.com/wp-content/themes/hanging/images/frog_computer.jpg) no-repeat top left;
padding-left:540px;
padding-right:40px;
margin-top:10px;
text-align:justify;
height:365px;
}
.frogtext {
padding-bottom:10px;
}

.whycell {
text-align:center;
padding:0px 60px;
}
.whysubhead {
font-size:18px;
line-height:40px;
font-weight:bold;
text-align:center;
margin-top:10px;
}
.headtext	{
font-size:15px;
font-weight:bold;
}
a.createbtn {
background: transparent url(http://www.mygreengazette.com/wp-content/themes/hanging/images/create_btn.jpg) no-repeat scroll top right;
display: block;
height:67px;
text-decoration:none;
}
a.createbtn:active {
background-position: bottom right;
outline: none; /* hide dotted outline in Firefox */
}