@charset "utf-8";
/* CSS Document */

html {
	background-color: #66FF33;
}
body {
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #000;
	width: 1000px;
	top: 30px;
	border-radius: 20px;
	border-bottom-left-radius: none;
	border-bottom-right-radius: none;
	background-color: #FFFFFF;
	background-image: url(Photoshop%20Images/GrassFloor.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#images {
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.left_corner {
	border-top-left-radius: 20px;

	
}

.right_corner {
	border-top-right-radius: 20px;


}
.main_text {
	font-family: 'Schoolbell', "cursive;";
	width: 350px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: lighter;
	border: 2px solid #000;
	position: relative;
	color: #000;
	background-color: #DBF9FB;
	padding: 10px;
	border-radius: 10px;
	float: left;
	height: auto;
	margin-right: 70px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.welcome {
	padding-left: 35px;
}

#twitter
{
	height: auto;
	width: auto;
	float: left;
	margin: 10px;
	position: relative;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 10px;
	border-radius: 10px;
}
#body_text {
	height: auto;
	width: auto;
	border: 2px solid #000;
	font-family: 'Schoolbell', "cursive;";
	border-radius: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
}

.email {
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#support {
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 16px;

}
.other_text {
	padding: 10px;
	height: auto;
	width: auto;
	border: 2px solid #000;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 10;
	font-family: 'Schoolbell', "cursive;";
}
.h1 {
	font-family: Schoolbell, "cursive;";
	font-size: 36px;
}
