body {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  background-color: #43600c;
  background-repeat: repeat-x;
  background-image: url(../images/bg.jpg); 
  padding:0;
  font-family: "Trebuchet MS", verdana, arial, sans-serif;
  color:#000;
  font-size: 11px;
}

a:link, a:visited {
  text-decoration:underline;
  color:#921313;
  font-size:11px;
  font-weight:bold;
}

a:hover, a:active {
  text-decoration:underline;
  color:#b2735a;
  font-size:11px;
}

h3 {
  color: #e58d13;
  font-size:20px;
  font-weight:normal;
  margin-bottom:10px;
  margin-top:10px;
}

table {
  font-family: "Trebuchet MS";
  font-size: 11px;
}

form {
  margin:0;
  padding:0;
}

.maintable {
	background-repeat: no-repeat;
	background-image: url(../images/pupa.jpg);
	width: 100%;
	height: 800px;
}

.content_left {
	background-repeat: no-repeat;
	background-image: url(../images/content_left.png);
	height: 534px;
	width: 29px;
}

.content_right {
	height: 534px;
	width: 29px;
	background-image: url(../images/content_right.png);
	background-repeat: no-repeat;
}

.center {
	height: 534px;
	background-repeat: repeat-x;
	background-image: url(../images/content_bg.png);
}

#menu {
	text-align: center;
	line-height: 32px;
}

#menu a:link, #menu a:visited {
	display: inline-block;
	line-height: 34px;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	padding:0 10px;
}


#menu a:hover, #menu a:active {
	background-color: #ffd123;
	color: #f5ffc4;
}

.copyright {
	height: 85px;
	color:#fff;
}

#content {
	font-weight: bold;
	overflow-y: auto;
	line-height: 15px;	
	color: #54320a;
	height:460px;
}
