* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	 width: 900px;
	 color: #333;
	 padding: 10px;
	 border: none;
	 height: 100px;
	 margin: 10px 0px 0px 0px;
	 background: url(../images/header.png) center no-repeat;
}
#navigation {
	 width: 900px;
	 height: 40px;
	 color: #333;
	 text-align: center;
	 border-top: 8px solid #90C157;
	 padding: 10px;
	 padding-top: 0px;
	 margin: 0px 0px 5px 0px;
	 background: transparent;
}

.menu{
  list-style-type: none;
  margin-bottom: 20px;
}

.menu li{
  display: inline;
  padding: 4px;
  border: 1px solid #c1c1c1; 
}


#navigation li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
	background: #c3ee91;
	list-style: none;
	font-size: 1.2em;
	display: inline;
	border: 2px solid #90C157;
	border-top: 0px solid;
	margin-right: 8px;
	}
	
#navigation li:hover {
	background: #90C157;
	}

#content { 
	 width: 900px;
	 color: #333;
	 background: transparent;
	 margin: 0 auto;
	 padding: 10px;
	 height: 400px;
}

#inside_header {
	
	/* background: url(../images/inside_top.png) center no-repeat; */
	background: transparent;
	}

#inside_content {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	/*background: url(../images/inside_content.png) center repeat-y; */
	background: transparent;
	}

#inside_footer {
	width: 600px;
	height: 50px;
	margin: auto;
	margin-bottom: 80px;
	/* background: url(../images/inside_footer.png) center no-repeat; */
	background: transparent;
	}
	
#upload {
	padding: 15px;
	padding-left: 5px;
	padding-top: 0px;
	text-align: center;
	}

#footer { 
	 width: 904px;
	 text-align: center;
	 color: #333;
	 position: fixed;
	 bottom: 0px;
	 border-top: 2px solid #5B922B;
	 border-right: 2px solid #5B922B;
	 border-left: 2px solid #5B922B;
	 background: #90C157;
	 padding: 8px;
}

*html #footer {
	position: absolute;
	bottom: 0px;
}

.fml{
  position: absolute;
  width: 100px;
  margin-top: 2px;
  padding-top: 4px;
}

.fme{
  font-size: 8pt;
  color: #A80909;
  margin-left: 110px;
  margin-top: 2px;
}

.fmr{
  line-height: 25px;
  margin-left: 110px;
  margin-top: 2px;
}

input{
  border: 1px solid #c1c1c1;
  padding: 2px;
}

table.fm {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.fm th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.fm td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}