@import url('https://fonts.googleapis.com/css?family=DotGothic16');

body {
	background-image: url("img/background.gif");
	cursor: url("img/gcursor.png"), auto;
}

div#cloves {
width: 1141px;
  height: 100px;
  background-image: url("img/grass2.gif");
  background-size: 1152px;
  float: left;
  position: absolute;
  top: 49px;
  background-repeat: repeat-x;
}

img#pagedoll {
	position: absolute;
  top: 1305px;
  left: 1276px;
}

div#one {
	width: 1141px;
	height: 1350px;
	border-radius: 20px;
	border: solid 1px #418e1b;
	background-image: url("img/greenruffle.gif");
	background-repeat: repeat-x;
	background-size: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffffc;
	margin-top: 110px;
	margin-bottom: 110px;
	overflow: auto;
}

div#sidebar {
	width: 20%;
	height: 500px;
	float: left;
	margin-top: 120px;
	overflow: hidden;
}

div#logo {
	margin: center;
}

div#menu {
	border: 1px solid #418e1b;
	background-size: 300px;
	border-radius: 5px;
	background-image: url("img/fullbanner.gif");
	width: 75%;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: auto;
	text-align: center;

}

ul {
      list-style-image: url("img/sideicon.png");
      margin-left: 10px;
    }

div#main {
	width: 70%;
	height: 1350px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div#mainsubheader {
	background-image: url("img/fullbanner.gif");
	background-size: 400px;
	border: 1px solid #418e1b;
	border-bottom: 1px solid transparent;
	padding: 3px;
	border-top-left-radius:  5px;
	border-top-right-radius:  5px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
}


p {
	color: #14530c;
  font-family: "DotGothic16", sans-serif;
	image-rendering: pixelated;
	font-size: 15px;
}

h2 {
	line-height: 0.3;
	color: #14530c;
}

ul {
	color: #14530c;
	font-family: ms ui gothic;
	image-rendering: pixelated;
}

span {
	color: #14530c;
	filter: drop-shadow(0px 2px white) drop-shadow(0 -2px white) drop-shadow(2px 0 white) drop-shadow(-2px 0 white);
	font-family: ms ui gothic, tahoma;
	font-size: 15px;
	image-rendering: crisp-edges;
}



div#boxleft {
	background-image: url("img/fern5.png");
	background-position: center;
	background-size: 200px;
	margin: 120px 0px auto 0px;
	padding-bottom: 80px;
	width: 20%;
	height: 442px;
	border: 1px solid #418e1b;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}


/*top right bottom left*/
div#highlight {
	padding: 5px 0px 0px 15px;
	background-image: url("img/fullbanner.gif");
	background-size: 400px;
	width: 100%;
	background-repeat: repeat-x;
	height: 30px;
	text-align: left;


}

div#boxright {
	margin: 120px 0px auto 0px;
	width: auto;
	height: auto;
	border: 1px solid #418e1b;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 400px;
}

div#status {
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}

mark {
	background-color: greenyellow;
}

div#boxbottom {
	padding-bottom: 10px;
	border: 1px solid #418e1b;
	border-radius: 5px;
}

hr {
	border: 0px;
	border-top: 1px dashed #418e1b;
	width: 700px;
}

.center { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	width: 50%; 
	margin-bottom: 5px;
}

h2 {
	color: #fd0045;
}

li {
	color: #fd0045;
}