body {
	font-family:ms ui gothic;
	background-color: #f3f3f3;
		opacity: 1;
		background-image:  linear-gradient(30deg, #cecece 12%, transparent 12.5%, transparent 87%, #cecece 87.5%, #cecece), linear-gradient(150deg, #cecece 12%, transparent 12.5%, transparent 87%, #cecece 87.5%, #cecece), linear-gradient(30deg, #cecece 12%, transparent 12.5%, transparent 87%, #cecece 87.5%, #cecece), linear-gradient(150deg, #cecece 12%, transparent 12.5%, transparent 87%, #cecece 87.5%, #cecece), linear-gradient(60deg, #cecece77 25%, transparent 25.5%, transparent 75%, #cecece77 75%, #cecece77), linear-gradient(60deg, #cecece77 25%, transparent 25.5%, transparent 75%, #cecece77 75%, #cecece77);
		background-size: 12px 21px;
		background-position: 0 0, 0 0, 6px 11px, 6px 11px, 0 0, 6px 11px;
	margin:0px;
}

.main {
	background: rgb(247,247,247);
		background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(195,195,195,1) 100%); 	
	border: groove 2px black;
	border-radius:3px;
	margin:auto;
	width:891px;
	height:717px;	
	border: solid 1px #424542;
	box-shadow: 1px 1px #e7dfe7,
              -1px -1px #e7dfe7,
              1px -1px #e7dfe7,
              -1px 1px #e7dfe7,
              0 -2px #9c9a9c,
              -2px 0 #7b757b,
              0 2px #424542;

}

hr {
	border:dashed 1px #4c5a0f;
}

a {
	color:#4c5a0f;
	text-decoration:none;
}

a:hover {
	background-color:#4c5a0f;
	color:#9bbc0f;
}

::selection {
  background-color: #4c5a0f;
  color:#9bbc0f;
}

.marq1 {
	padding:3px;
	margin-right:6px;
	margin-bottom:6px;
	background-color:#9bc000;
	box-shadow: 0px 1px 2px 1px #4c5a0f inset;
	float:right;
	width:873px;
	height:56px;
}

.moai {
	float:left;
	background-color:#9bbc0f;
	box-shadow: 0px 1px 2px 1px #4c5a0f inset;
	width:280px;
	height:637px;
	margin:6px;
}

.title {
	margin-top:6px;
	margin-left:6px;
	margin-right:6px;
	float:left;
	width:305px;
	height:65px;
}

.thingys1 { 
	margin-top:6px;
	margin-right:6px;
	float:left;
	width:191px;
	height:65px;
}

.cat {
	margin-left:6px;
	float:left;
	width:162px;
	height:188px;
	background-color:#9bbc0f;
	background-image:url("Images/Belp.png");
	box-shadow: 0px 1px 2px 1px #4c5a0f inset;
}

.cont1 {
	background-color:#9bbc0f;
	box-shadow: 0px 1px 2px 1px #4c5a0f inset;
	color:#4c5a0f;
	text-shadow:0px 1px 1px #4c5a0f;
	font-size:13px;
	padding:6px;
	margin-right:6px;
	margin-top:6px;
	margin-bottom:6px;
	float:left;
	width:581px;
	height:360px;
	overflow:scroll;
}

.wrap {
	float: left;
	padding-right:6px;
}

.txt1 {
	margin:0px;
	padding-top:6px;
	padding-left:6px;
	padding-bottom:6px;
}

.cont2 {
	background:#9bbc0f;
	box-shadow: 0px 1px 2px 1px #4c5a0f inset;
	color:#4c5a0f;
	text-shadow:0px 1px 1px #4c5a0f;
	padding:6px;
	float:left;
	width:413px;
	height:176px;
	overflow:scroll;
}

.txt2 {
	font-size:13px;
	padding-left:6px;
	padding-right:6px;
}

.brd1 {
	z-index:-1;
	position:absolute;
	float:left;
	margin:0px;
	height:100%;
	width:325px;
	background-image:url("Images/Lines.gif");
	box-shadow: -2px 0px 3px -2px black inset;
	border-right:solid 1px black;
}

.brd2 {
	z-index:-1;
	position:absolute;
	right:0px;
	float:right;
	margin:0px;
	height:100%;
	width:325px;
	background-image:url("Images/Lines.gif");
	box-shadow: 2px 0px 3px -2px black inset;
	border-left:solid 1px black;
}


/*
Background #9bbc0f
Text #4c5a0fM
*/