body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
	background: url(images/gingbg.jpg) #ffffe6 repeat-y;
}

#header {
  margin: 0px;
  padding: 0px;
  height: 108px;
	background-image:url(images/gingbg.jpg);
}
#left {
  position: absolute;
  left: 15px;
  top: 120px;
  width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#center {
  top: 10;
  margin-left: 230px;
  margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#center td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#center ul {
        padding-left: 10px;
        margin-left: 10px;
        line-height: 18px;
}
#center li {
        padding: 5px 0px;
        list-style-type: square;
        color: #777777;
}
#center a {
        color: #bf4d02;
        border-bottom: 1px dashed #bf4d02;
        padding-bottom: 2px;
        }
#center a:hover {
        color: #333333;
        border-bottom: 1px dashed #333333;
        padding-bottom: 2px;
        }


.submenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #333333;
        }
.submenu a {
	color: #bf4d02;
	border-bottom: 1px dashed #bf4d02;
	padding-bottom: 2px;
	}
.submenu a:hover {
	color: #333333;
	}

	
.topofpage {
        background: #ecdab6;
        color: #bf4d02;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0 0 0 36px;
				line-height: 18px;
}

.topofpage a {
        color: #bf4d02;
				padding-bottom: 2px;
}
.topofpage a:hover {
        color: #333333;
				border-bottom: 1px dashed #bf4d02;
				padding-bottom: 2px;
}