html, body {
	margin: 0;
	padding: 0;
	background: #ead69c;
    color: #3a2800;
}

body, td {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
    color: #3a2800;
}

a {
	color: #6a5831;
}

.left {
	background-image: url(/imgs/df/bgleftcnt.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.left div {
	background-image: url(/imgs/df/bgleft.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
}

.middle {
	width: 964px;
}

.right {
	background-image: url(/imgs/df/bgrightcnt.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.right div {
	background-image: url(/imgs/df/bgright.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
}

.footer {
	background-image: url(/imgs/df/bgspelcnt.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom left;
}
.footer a {
	color: #a48849;
	text-decoration: none;
}

.ft01 {
	height: 1px;
	background: #EAD69C;
}

.ft02 {
	padding: 10px 8px 24px 8px;
	font-size: 9px;
	text-align: center;
	color: #be9e58;
}

.nav_link{
   font-size: 12px;
   font-weight:bold;
   width:104px;
   height:20px;
   background-color:#f8d271;
   color: #ffffff;
   border: 1px solid #ffffff;
}

.nav_link_over{
   font-size: 12px;
   font-weight:bold;
   width:104px;
   height:20px;
   background-color:#edd8a1;
   color: #ffffff;
   border: 1px solid #ffffff;
}

.nav_link a{
    color: #a50f11;
    text-decoration:none;
}

.nav_link_over a{
    color: #a50f11;
    text-decoration:none;
}

.nav_text{
    position:relative;
    top:0px;
    left:0px;
    padding: 2px 5px 2px 5px;
    width:94px;
    text-align:center;
}

.list {
	padding: 4px 0 3px 28px;
	margin: 6px 0 0 0;
	color: #3a2800;
	background-image: url(/imgs/df/zf2-list.gif);
	background-repeat: no-repeat;
}


