
/** {
	border: 1px dotted black;
}*/
#ben {
	color: #88E200;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	width: 20%;
}
/*body {
	background-color: #1A1A1A;
}*/
ul {
	list-style-type: none;
	margin: auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;	
}

#pageheader {
	text-align: center;
}

.contentbackground {
	width: 80%;
	height: 300px;
	margin: auto;
	background-color: #88E200;
	border-radius: 15px;
}

.contentarea {
	
	position: relative;
	text-align: center;
	border: 1px solid #333;]
	
}

#contactform {
	position: relative;
	margin-top: -500px;
}

/*.nav {
	float: left;
	display: inline-block;
	background-color: #;
	color: #88e200;
	text-decoration: none;
	font-family: "Heiti SC", "Book Antiqua", "Goudy Old Style", Calibri;
	font-weight: 900;
	width: 150px;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 5px;
}*/


#thanks {
	width: 100px;
	color: blue;
}

#content {
	color: red;
}

.shaded {
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(245,245,245,1) 60%, rgba(226,226,226,1) 97%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(29%, rgba(255,255,255,1)), color-stop(60%, rgba(245,245,245,1)), color-stop(97%, rgba(226,226,226,1)), color-stop(100%, rgba(224,224,224,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(245,245,245,1) 60%, rgba(226,226,226,1) 97%, rgba(224,224,224,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(245,245,245,1) 60%, rgba(226,226,226,1) 97%, rgba(224,224,224,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(245,245,245,1) 60%, rgba(226,226,226,1) 97%, rgba(224,224,224,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(245,245,245,1) 60%, rgba(226,226,226,1) 97%, rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=1 );
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 5px 5pxrgba(0, 0, 0, .3);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
	margin-top: 30px;
	color: #525252;
	border: 10px outset #4f4f4f;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.shaded a {
	color: #88E200;
}

.shaded a:hover {
	color: #71991A;
}

.shaded:hover {
	color: black;
}
.shadedgradient {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.83) 47%, rgba(181,181,181,0.63) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.83)), color-stop(100%, rgba(181,181,181,0.63)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.83) 47%, rgba(181,181,181,0.63) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.83) 47%, rgba(181,181,181,0.63) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.83) 47%, rgba(181,181,181,0.63) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.83) 47%, rgba(181,181,181,0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5', GradientType=0 );
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 5px 5pxrgba(0, 0, 0, .3);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
	margin-top: 30px;
	color: #3d751b;
	border: 10px outset #4f4f4f;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	text-shadow: -1px -1px 1px #000000; 
	border-bottom: 3px solid black;
}

.shadedgreen {
	text-shadow: 0px 0px 0px #243108;
	padding: 15px 5px 15px 5px;
	position: relative; 
	width: 60%; 
	min-width: 350px; 
	margin: 0 auto; 
	border-radius: 20px; 
	background: rgba(72,115,37,.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(72,115,37,.8) 0%, rgba(72,115,37,.8) 6%, rgba(45,81,15,1) 63%, rgba(28,59,0,.7) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(72,115,37,.8)), color-stop(6%, rgba(72,115,37,.8)), color-stop(63%, rgba(45,81,15,1)), color-stop(100%, rgba(28,59,0,.7)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(72,115,37,.8) 0%, rgba(72,115,37,.8) 6%, rgba(45,81,15,1) 63%, rgba(28,59,0,.7) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(72,115,37,.8) 0%, rgba(72,115,37,.8) 6%, rgba(45,81,15,1) 63%, rgba(28,59,0,.7) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(72,115,37,.8) 0%, rgba(72,115,37,.8) 6%, rgba(45,81,15,1) 63%, rgba(28,59,0,.7) 100%);
	background: radial-gradient(ellipse at center, rgba(72,115,37,.8) 0%, rgba(72,115,37,.8) 6%, rgba(45,81,15,1) 63%, rgba(28,59,0,.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487325', endColorstr='#1c3b00', GradientType=1 );
	border: 10px outset #303030;
	-webkit-transition: color 0.5s, text-shadow 5s;
	transition: color 0.5s, text-shadow 5s;
}

.shadedgreen a {
	color: #CBFFB3; text-shadow: 3px 3px 2px #35470D;
}

.shadedgreen a:hover {
	color: #A8E720;
}

.shadedgreen:hover {
	text-shadow: 3px 3px 5px #2A350B;
}

