@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: 1300px;
	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: hidden;
}

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: 1300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div#content {
	 padding-top: 10px;
	 padding-bottom:10px;
	 border-width: 7px;
   border-style: solid ; 
   border-image: url("img/lace.png") 8 fill round; 
   width: 95%;
}

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#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;
}

div#menu2 {
	border: 1px solid #418e1b;
  background-size: 300px;
  border-radius: 5px;
  background-image: url("img/fullbanner.gif");
  width: 33%;
  height: auto;
  padding: 5px 5px 5px 5px;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

div#mainsubheader {
	width: 94%;
	height: 25px;
	margin-top: 120px;
	background-image: url("img/fullbanner.gif");
	background-size: 400px;
	border: 1px solid #418e1b;
	padding: 3px;
	border-radius:  5px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
}